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@e64f4c2b07e048ea77d08a29b7afbd17448abc32#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='4292710279' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {7} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {4} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {10} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {2} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.233005s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.023406s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.020548s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.345118s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.016475s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.017586s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.692504s] ... ok {10} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.235115s] ... ok {10} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.740533s] ... ok {10} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.911535s] ... ok {10} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {10} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {10} 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 c611e755-3f40-4c8a-8463-f33ecb30ae93 failed to build and is in ERROR status {10} 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 7dbdd63c-968f-4529-8865-4fcfecdf15be failed to build and is in ERROR status {10} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {3} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [2.092423s] ... 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 c15989ad-0075-4c5b-a38e-59bd4d347fb5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:31,748 80144 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes 0.664s 2023-04-24 00:11:31,748 80144 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-1706136568"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d05d8b1-d036-4b5b-9f28-2de541466d57', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d05d8b1-d036-4b5b-9f28-2de541466d57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes'} Body: b'{"volume": {"id": "c15989ad-0075-4c5b-a38e-59bd4d347fb5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:31.623588", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1706136568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5"}], "user_id": "13e447c4b00e4c0084bb696605590b19", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:11:32,091 80144 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5 0.328s 2023-04-24 00:11:32,091 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e063ed2-6bcc-4b74-8b10-83b4c4f6bffd', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e063ed2-6bcc-4b74-8b10-83b4c4f6bffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5'} Body: b'{"volume": {"id": "c15989ad-0075-4c5b-a38e-59bd4d347fb5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:32.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1706136568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5"}], "user_id": "13e447c4b00e4c0084bb696605590b19", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a38463e84166407e883adfa89bc09c5a"}}' 2023-04-24 00:11:33,157 80144 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5 0.054s 2023-04-24 00:11:33,158 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92f000ca-a0a3-4ee8-913c-83e9c56af75b', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92f000ca-a0a3-4ee8-913c-83e9c56af75b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5'} Body: b'{"volume": {"id": "c15989ad-0075-4c5b-a38e-59bd4d347fb5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:32.000000", "updated_at": "2023-04-24T00:11:32.000000", "name": "tempest-TestVolumeSwap-volume-1706136568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5"}], "user_id": "13e447c4b00e4c0084bb696605590b19", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a38463e84166407e883adfa89bc09c5a"}}' {6} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [2.170283s] ... 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 dd1487bb-dd4b-4883-9cd9-26db5e2b7b23 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:46,561 80150 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes 0.922s 2023-04-24 00:11:46,562 80150 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-1500809631", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f22fc890-4608-4d9e-b358-0f03af64ef88', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f22fc890-4608-4d9e-b358-0f03af64ef88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes'} Body: b'{"volume": {"id": "dd1487bb-dd4b-4883-9cd9-26db5e2b7b23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:46.477541", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1500809631", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23"}], "user_id": "762220ca9fe044a5abc2dde53e3ccb27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:11:46,714 80150 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23 0.125s 2023-04-24 00:11:46,714 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ab7e29d-99ea-438b-bc78-dc93c2bb80cc', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ab7e29d-99ea-438b-bc78-dc93c2bb80cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23'} Body: b'{"volume": {"id": "dd1487bb-dd4b-4883-9cd9-26db5e2b7b23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:46.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1500809631", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23"}], "user_id": "762220ca9fe044a5abc2dde53e3ccb27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e8a3a5efbf834bdc98fc1273b9bec97b"}}' 2023-04-24 00:11:47,792 80150 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23 0.062s 2023-04-24 00:11:47,793 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9652cbb9-2552-414c-8ecf-c99d16d737f4', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9652cbb9-2552-414c-8ecf-c99d16d737f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23'} Body: b'{"volume": {"id": "dd1487bb-dd4b-4883-9cd9-26db5e2b7b23", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:46.000000", "updated_at": "2023-04-24T00:11:47.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1500809631", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23"}], "user_id": "762220ca9fe044a5abc2dde53e3ccb27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e8a3a5efbf834bdc98fc1273b9bec97b"}}' {4} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [8.593383s] ... 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 970103d8-e546-475d-b80b-b61ed7aa87d3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:44,734 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.693s 2023-04-24 00:11:44,734 80146 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-683253643"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-a0cc0759-d4a0-4c72-8c96-c2cfd812cfed', 'date': 'Mon, 24 Apr 2023 00:11:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"f5e75736-f19f-4477-83f2-ccae9a39390f","name":"tempest-tagged-attachments-test-net-683253643","tenant_id":"cb50ec67450c4d3f950d2c808f8815c8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"cb50ec67450c4d3f950d2c808f8815c8","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-24T00:11:42Z","updated_at":"2023-04-24T00:11:43Z","revision_number":1}}' 2023-04-24 00:11:46,887 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.152s 2023-04-24 00:11:46,887 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "f5e75736-f19f-4477-83f2-ccae9a39390f", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-315fde87-578e-4e80-8e75-833466e36145', 'date': 'Mon, 24 Apr 2023 00:11:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"0c5f5ddd-fc11-48f0-8bb6-4041e3ef8a5d","name":"","tenant_id":"cb50ec67450c4d3f950d2c808f8815c8","network_id":"f5e75736-f19f-4477-83f2-ccae9a39390f","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-24T00:11:45Z","updated_at":"2023-04-24T00:11:45Z","revision_number":0,"project_id":"cb50ec67450c4d3f950d2c808f8815c8"}}' 2023-04-24 00:11:47,492 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes 0.603s 2023-04-24 00:11:47,492 80146 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-1442231292"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f8fd0a8-86c8-48b4-ad1e-af2bff31c89e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f8fd0a8-86c8-48b4-ad1e-af2bff31c89e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes'} Body: b'{"volume": {"id": "970103d8-e546-475d-b80b-b61ed7aa87d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:47.373512", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1442231292", "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/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3"}], "user_id": "2ed63716363f46d2b26d8ab0fac573bb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:11:47,573 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3 0.057s 2023-04-24 00:11:47,573 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af8a9dfd-441e-4c9c-b835-0ca1fa99a48b', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af8a9dfd-441e-4c9c-b835-0ca1fa99a48b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3'} Body: b'{"volume": {"id": "970103d8-e546-475d-b80b-b61ed7aa87d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:47.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1442231292", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3"}], "user_id": "2ed63716363f46d2b26d8ab0fac573bb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb50ec67450c4d3f950d2c808f8815c8"}}' 2023-04-24 00:11:48,638 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3 0.046s 2023-04-24 00:11:48,639 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3b3d569-c427-41b5-8e04-a6036752e6c9', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3b3d569-c427-41b5-8e04-a6036752e6c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3'} Body: b'{"volume": {"id": "970103d8-e546-475d-b80b-b61ed7aa87d3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:47.000000", "updated_at": "2023-04-24T00:11:48.000000", "name": "tempest-TaggedAttachmentsTest-volume-1442231292", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-47 5d-b80b-b61ed7aa87d3"}], "user_id": "2ed63716363f46d2b26d8ab0fac573bb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb50ec67450c4d3f950d2c808f8815c8"}}' 2023-04-24 00:11:49,002 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/0c5f5ddd-fc11-48f0-8bb6-4041e3ef8a5d 0.350s 2023-04-24 00:11:49,003 80146 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-f9fd5fbd-dd58-43aa-bcad-262a4030c67b', 'date': 'Mon, 24 Apr 2023 00:11:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/0c5f5ddd-fc11-48f0-8bb6-4041e3ef8a5d'} Body: b'' 2023-04-24 00:11:50,632 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/f5e75736-f19f-4477-83f2-ccae9a39390f 1.629s 2023-04-24 00:11:50,632 80146 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-4c543d5f-21c0-4afb-96a2-cd5cf72f9cd0', 'date': 'Mon, 24 Apr 2023 00:11:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/f5e75736-f19f-4477-83f2-ccae9a39390f'} Body: b'' {3} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [2.126178s] ... 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 958e7b65-e793-4576-a782-834e535634c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:54,076 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/types 0.211s 2023-04-24 00:11:54,076 80144 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-276500718"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-922067d6-a0eb-4190-b485-189ae533d55a', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-922067d6-a0eb-4190-b485-189ae533d55a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/types'} Body: b'{"volume_type": {"id": "1e5c5c0c-e615-4434-b132-d3437009500c", "name": "tempest-GroupsV320Test-volume-type-276500718", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:11:54,142 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/group_types 0.062s 2023-04-24 00:11:54,142 80144 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-988985051"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ba090aa-cac5-45a0-87b7-0bed4b503edc', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ba090aa-cac5-45a0-87b7-0bed4b503edc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/group_types'} Body: b'{"group_type": {"id": "92069c48-6478-48a4-b803-63295a57df18", "name": "tempest-GroupsV320Test-group-type-988985051", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:11:54,511 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups 0.366s 2023-04-24 00:11:54,511 80144 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": "92069c48-6478-48a4-b803-63295a57df18", "volume_types": ["1e5c5c0c-e615-4434-b132-d3437009500c"], "name": "tempest-GroupsV320Test-Group-2137562275"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1833018b-4437-4568-8f42-0c46ef5a87f3', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1833018b-4437-4568-8f42-0c46ef5a87f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups'} Body: b'{"group": {"id": "958e7b65-e793-4576-a782-834e535634c3", "name": "tempest-GroupsV320Test-Group-2137562275"}}' 2023-04-24 00:11:54,572 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3 0.058s 2023-04-24 00:11:54,572 80144 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, 24 Apr 2023 00:11:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1783f6c-d341-43ad-9b19-77d82699c1ff', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1783f6c-d341-43ad-9b19-77d82699c1ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3'} Body: b'{"group": {"id": "958e7b65-e793-4576-a782-834e535634c3", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-24T00:11:54.000000", "name": "tempest-GroupsV320Test-Group-2137562275", "description": null, "group_type": "92069c48-6478-48a4-b803-63295a57df18", "volume_types": ["1e5c5c0c-e615-4434-b132-d3437009500c"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:11:55,621 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3 0.044s 2023-04-24 00:11:55,622 80144 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, 24 Apr 2023 00:11:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37fffc71-9010-4556-95db-35151295d189', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37fffc71-9010-4556-95db-35151295d189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3'} Body: b'{"group": {"id": "958e7b65-e793-4576-a782-834e535634c3", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:11:54.000000", "name": "tempest-GroupsV320Test-Group-2137562275", "description": null, "group_type": "92069c48-6478-48a4-b803-63295a57df18", "volume_types": ["1e5c5c0c-e615-4434-b132-d3437009500c"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:11:55,749 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/volumes/detail 0.120s 2023-04-24 00:11:55,750 80144 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, 24 Apr 2023 00:11:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6fb0faa-d982-4e4b-8f9a-7b2156f0f8d3', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6fb0faa-d982-4e4b-8f9a-7b2156f0f8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:11:55,831 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3/action 0.071s 2023-04-24 00:11:55,832 80144 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, 24 Apr 2023 00:11:55 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-460b1854-3ff0-4ff3-b2ce-3b95ddb1f85d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3/action'} Body: b'' 2023-04-24 00:11:55,848 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3 0.016s 2023-04-24 00:11:55,849 80144 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, 24 Apr 2023 00:11:55 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-4716b1ea-309a-4cc3-a53a-9263084de32b', 'x-openstack-request-id': 'req-4716b1ea-309a-4cc3-a53a-9263084de32b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 958e7b65-e793-4576-a782-834e535634c3 could not be found."}}' 2023-04-24 00:11:55,906 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/group_types/92069c48-6478-48a4-b803-63295a57df18 0.056s 2023-04-24 00:11:55,906 80144 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, 24 Apr 2023 00:11:55 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-c5e36cc6-3d32-4b1c-a71c-5afdbcf444b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/group_types/92069c48-6478-48a4-b803-63295a57df18'} Body: b'' 2023-04-24 00:11:55,968 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/types/1e5c5c0c-e615-4434-b132-d3437009500c 0.061s 2023-04-24 00:11:55,969 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68329218-dc18-4bc1-9dfa-38fd30bcf998', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/types/1e5c5c0c-e615-4434-b132-d3437009500c'} Body: b'' 2023-04-24 00:11:55,990 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/types/1e5c5c0c-e615-4434-b132-d3437009500c 0.021s 2023-04-24 00:11:55,990 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:55 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-e5357806-02f0-46b2-bb7f-a43dc1897db2', 'x-openstack-request-id': 'req-e5357806-02f0-46b2-bb7f-a43dc1897db2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/types/1e5c5c0c-e615-4434-b132-d3437009500c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 1e5c5c0c-e615-4434-b132-d3437009500c could not be found."}}' {3} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.252270s] ... ok {3} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.111325s] ... ok {4} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [1.857145s] ... 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 308e337a-746d-4aa4-b732-4c46246a8916 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:12:02,903 80146 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.675s 2023-04-24 00:12:02,904 80146 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-1646099812"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/308e337a-746d-4aa4-b732-4c46246a8916', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54566a19-e2b5-4f56-8059-782a6df4f272', 'x-compute-request-id': 'req-54566a19-e2b5-4f56-8059-782a6df4f272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "308e337a-746d-4aa4-b732-4c46246a8916", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-24T00:12:02.765028", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1646099812", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-24 00:12:02,997 80146 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/308e337a-746d-4aa4-b732-4c46246a8916 0.088s 2023-04-24 00:12:02,997 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:02 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-c69a1253-35c8-46c5-9c51-1dc4f38bb6ff', 'x-compute-request-id': 'req-c69a1253-35c8-46c5-9c51-1dc4f38bb6ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/308e337a-746d-4aa4-b732-4c46246a8916'} Body: b'{"volume": {"id": "308e337a-746d-4aa4-b732-4c46246a8916", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-24T00:12:03.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1646099812", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-24 00:12:04,078 80146 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/308e337a-746d-4aa4-b732-4c46246a8916 0.075s 2023-04-24 00:12:04,079 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:04 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-1c20f861-a057-47b4-bf2b-9d6a9bf8f679', 'x-compute-request-id': 'req-1c20f861-a057-47b4-bf2b-9d6a9bf8f679', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/308e337a-746d-4aa4-b732-4c46246a8916'} Body: b'{"volume": {"id": "308e337a-746d-4aa4-b732-4c46246a8916", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-2 4T00:12:03.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1646099812", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {4} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.358522s] ... ok {4} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.312998s] ... ok {3} 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 9628ca57-1c91-47c0-8e8d-bceef56ffde2 failed to build and is in ERROR status {4} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {4} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.074150s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.141441s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.252139s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.016153s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.180701s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.022789s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.027034s] ... ok {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.166956s] ... ok {4} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [2.122558s] ... 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 abdad165-6d02-42f2-8e7f-cafce07f53de failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:12:12,640 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.220s 2023-04-24 00:12:12,640 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b204462d-6fa1-43e2-aa59-9ecd9ab12eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:12:13,152 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes 0.511s 2023-04-24 00:12:13,153 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-VolumesExtendTest-Volume-2008535996"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b05d53-e064-4eff-a358-e2cc14a210b7', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b05d53-e064-4eff-a358-e2cc14a210b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes'} Body: b'{"volume": {"id": "abdad165-6d02-42f2-8e7f-cafce07f53de", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:13.076221", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2008535996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:12:13,234 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de 0.071s 2023-04-24 00:12:13,235 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b13941fa-e5b7-444f-942e-fccdcdb25e96', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b13941fa-e5b7-444f-942e-fccdcdb25e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de'} Body: b'{"volume": {"id": "abdad165-6d02-42f2-8e7f-cafce07f53de", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:13.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2008535996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec8b72c8a7674de3893d62a27a915061"}}' 2023-04-24 00:12:14,308 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de 0.061s 2023-04-24 00:12:14,308 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4beb92dd-aa19-44aa-b64d-0567629d4096', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4beb92dd-aa19-44aa-b64d-0567629d4096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de'} Body: b'{"volume": {"id": "abdad165-6d02-42f2-8e7f-cafce07f53de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:13.000000", "updated_at": "2023-04-24T00:12:13.000000", "name": "tempest-VolumesExtendTest-Volume-2008535996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec8b72c8a7674de3893d62a27a915061"}}' 2023-04-24 00:12:14,384 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de 0.065s 2023-04-24 00:12:14,385 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c143d97-1fb6-44ac-84cc-58fd0cead1e0', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-0c143d97-1fb6-44ac-84cc-58fd0cead1e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de'} Body: b'{"volume": {"id": "abdad165-6d02-42f2-8e7f-cafce07f53de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:13.000000", "updated_at": "2023-04-24T00:12:13.000000", "name": "tempest-VolumesExtendTest-Volume-2008535996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec8b72c8a7674de3893d62a27a915061"}}' 2023-04-24 00:12:14,515 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de 0.120s 2023-04-24 00:12:14,516 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-678ab460-ecad-47b0-80c9-18bdbd0725c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de'} Body: b'' 2023-04-24 00:12:14,540 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de 0.023s 2023-04-24 00:12:14,540 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12: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-3e0c03ac-f67b-4a2f-bb4d-1e3d68a4b0cd', 'x-openstack-request-id': 'req-3e0c03ac-f67b-4a2f-bb4d-1e3d68a4b0cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume abdad165-6d02-42f2-8e7f-cafce07f53de could not be found."}}' {3} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {4} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.695608s] ... 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 8ef993d6-5740-47e6-a35f-cf5affdc5db3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:12:14,839 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes 0.294s 2023-04-24 00:12:14,839 80146 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-106171313"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f02160f1-26cf-42df-b39a-8472a32cd242', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f02160f1-26cf-42df-b39a-8472a32cd242', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes'} Body: b'{"volume": {"id": "8ef993d6-5740-47e6-a35f-cf5affdc5db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:14.744544", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-106171313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:12:14,904 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3 0.055s 2023-04-24 00:12:14,905 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7708b0dc-b48b-464b-9408-22cbc763b519', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7708b0dc-b48b-464b-9408-22cbc763b519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3'} Body: b'{"volume": {"id": "8ef993d6-5740-47e6-a35f-cf5affdc5db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:15.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-106171313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec8b72c8a7674de3893d62a27a915061"}}' 2023-04-24 00:12:15,980 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3 0.064s 2023-04-24 00:12:15,981 80146 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4a62ff7-5d75-47f5-ade6-dfa0a071e521', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4a62ff7-5d75-47f5-ade6-dfa0a071e521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3'} Body: b'{"volume": {"id": "8ef993d6-5740-47e6-a35f-cf5affdc5db3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:15.000000", "updated_at": "2023-04-24T00:12:15.000000", "name": "tempest-VolumesExtendTest-Volume-106171313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec8b72c8a7674de3893d62a27a915061"}}' 2023-04-24 00:12:16,069 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3 0.077s 2023-04-24 00:12:16,069 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b489fd4-07d9-4bbd-ab7c-c789cb225635', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b489fd4-07d9-4bbd-ab7c-c789cb225635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3'} Body: b'{"volume": {"id": "8ef993d6-5740-47e6-a35f-cf5affdc5db3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:15.000000", "updated_at": "2023-04-24T00:12:15.000000", "name": "tempest-VolumesExtendTest-Volume-106171313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec8b72c8a7674de3893d62a27a915061"}}' 2023-04-24 00:12:16,213 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3 0.133s 2023-04-24 00:12:16,213 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/ html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3c03ec1-f0da-4c67-b092-04dc298ae669', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3'} Body: b'' 2023-04-24 00:12:16,239 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3 0.025s 2023-04-24 00:12:16,239 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-21666de7-9fb1-4405-937b-db0ef0f5110a', 'x-openstack-request-id': 'req-21666de7-9fb1-4405-937b-db0ef0f5110a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8ef993d6-5740-47e6-a35f-cf5affdc5db3 could not be found."}}' {4} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {4} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {3} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [4.205364s] ... 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 c3a94586-38bf-4a10-a0b8-77329ccdeae1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:12:16,230 80144 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/8c1584c7118f4111bb8a7a617483604c/types 0.217s 2023-04-24 00:12:16,230 80144 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, 24 Apr 2023 00:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dab06fed-71a5-4a60-979c-54afe1037580', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dab06fed-71a5-4a60-979c-54afe1037580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c1584c7118f4111bb8a7a617483604c/types'} Body: b'{"volume_type": {"id": "c43a5f95-34b9-43ad-9bad-7451317f15ab", "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-24 00:12:17,190 80144 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.956s 2023-04-24 00:12:17,191 80144 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, 24 Apr 2023 00:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d7ea4af7-fff6-4817-bcf6-d32d6afc15e4', '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": "5888892eaa2f4a6e8470b22ed841bc4b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "899a280a-8932-41d4-a64f-8fbac770f3fd", "created_at": "2023-04-24T00:12:17Z", "updated_at": "2023-04-24T00:12:17Z", "tags": [], "self": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd", "file": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:12:18,591 80144 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/899a280a-8932-41d4-a64f-8fbac770f3fd/file 1.398s 2023-04-24 00:12:18,592 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-51fdb969-0c7b-4bd0-8252-7f9ca1e2b2d2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd/file'} Body: b'' 2023-04-24 00:12:18,615 80144 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/899a280a-8932-41d4-a64f-8fbac770f3fd 0.022s 2023-04-24 00:12:18,615 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-39d990c2-69b6-46a5-bbba-54f231fb5770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd'} 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": "2b035456a15616110cb8cdb308dec3e3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5888892eaa2f4a6e8470b22ed841bc4b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d1387edfa421f499d83254734b438ff1484344fd6fa49727123ce6bf5312e9c647e32052a49c0a3ce707b53696771fb0c8e97e77eb730933acb5b3f0f5faa8e6", "id": "899a280a-8932-41d4-a64f-8fbac770f3fd", "created_at": "2023-04-24T00:12:17Z", "updated_at": "2023-04-24T00:12:19Z", "tags": [], "self": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd", "file": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:12:18,636 80144 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/899a280a-8932-41d4-a64f-8fbac770f3fd 0.020s 2023-04-24 00:12:18,636 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7a961d01-bfe8-4c72-a551-0c4569915d77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd'} 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": "2b035456a15616110cb8cdb308dec3e3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5888892eaa2f4a6e8470b22ed841bc4b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d1387edfa421f499d83254734b438ff1484344fd6fa49727123ce6bf5312e9c647e32052a49c0a3ce707b53696771fb0c8e97e77eb730933acb5b3f0f5faa8e6", "id": "899a280a-8932-41d4-a64f-8fbac770f3fd", "created_at": "2023-04-24T00:12:17Z", "updated_at": "2023-04-24T00:12:19Z", "tags": [], "self": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd", "file": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:12:18,654 80144 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/899a280a-8932-41d4-a64f-8fbac770f3fd 0.018s 2023-04-24 00:12:18,655 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1f2e3893-e125-4b7b-9093-bce3d619e34e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd'} 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": "2b035456a15616110cb8cdb308dec3e3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5888892eaa2f4a6e8470b22ed841bc4b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d1387edfa421f499d83254734b438ff1484344fd6fa49727123ce6bf5312e9c647e32052a49c0a3ce707b53696771fb0c8e97e77eb730933acb5b3f0f5faa8e6", "id": "899a280a-8932-41d4-a64f-8fbac770f3fd", "created_at": "2023-04-24T00:12:17Z", "updated_at": "2023-04-24T00:12:19Z", "tags": [], "self": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd", "file": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:12:19,094 80144 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/5888892eaa2f4a6e8470b22ed841bc4b/volumes 0.439s 2023-04-24 00:12:19,095 80144 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": "899a280a-8932-41d4-a64f-8fbac770f3fd", "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a1118d8-7590-4418-b1aa-8814934e5e14', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a1118d8-7590-4418-b1aa-8814934e5e14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5888892eaa2f4a6e8470b22ed841bc4b/volumes'} Body: b'{"volume": {"id": "c3a94586-38bf-4a10-a0b8-77329ccdeae1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:18.943819", "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/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1"}], "user_id": "d1ab5a5f8d314208969a33b641826a29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:12:19,150 80144 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/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1 0.045s 2023-04-24 00:12:19,150 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c79ad4ef-a47f-432c-8eb7-01785d93d41f', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c79ad4ef-a47f-432c-8eb7-01785d93d41f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1'} Body: b'{"volume": {"id": "c3a94586-38bf-4a10-a0b8-77329ccdeae1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:19.000000", "updated_at": null, "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1"}], "user_id": "d1ab5a5f8d314208969a33b641826a29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5888892eaa2f4a6e8470b22ed841bc4b"}}' 2023-04-24 00:12:20,205 80144 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/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1 0.043s 2023-04-24 00:12:20,205 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-527c56b5-3fc6-453f-854b-f93c3df3759a', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-527c56b5-3fc6-453f-854b-f93c3df3759a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1'} Body: b'{"volume": {"id": "c3a94586-38bf-4a10-a0b8-77329ccdeae1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:19.000000", "updated_at": "2023-04-24T00:12:19.000000", "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1"}], "user_id": "d1ab5a5f8d314208969a33b641826a29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5888892eaa2f4a6e8470b22ed841bc4b"}}' {3} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {7} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [114.275758s] ... 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 ca2b7b76-cb94-4d55-abdf-3b1029331d68 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:17,475 80152 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.176s 2023-04-24 00:11:17,476 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:17 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-f68fd94d-1ab2-4a57-bd0e-cae3a3246205', '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": "9cf55386d2654a1e86af6882a2aed860", "name": "tempest-DeleteServersTestJSON-1102950130-project-member", "password_expires_at": null}, "audit_ids": ["JvYD_7M9Q-2QoNT96AsuvA"], "expires_at": "2023-04-24T01:11:17.000000Z", "issued_at": "2023-04-24T00:11:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "218aba2df07b4afaa999399d0981e6bf", "name": "tempest-DeleteServersTestJSON-1102950130"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/218aba2df07b4afaa999399d0981e6bf", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:17,476 80152 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '431c37bf-e6d7-4aa7-9081-a8c7bb5d5f3c', 'name': 'tempest-DeleteServersTestJSON-800590822-network', 'tenant_id': '218aba2df07b4afaa999399d0981e6bf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '218aba2df07b4afaa999399d0981e6bf', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 1103, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:19,304 80152 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.826s 2023-04-24 00:11:19,304 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-437284520", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "431c37bf-e6d7-4aa7-9081-a8c7bb5d5f3c"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dca2f8d-75fa-44e1-b2b1-bce91aed6ae4', 'x-compute-request-id': 'req-8dca2f8d-75fa-44e1-b2b1-bce91aed6ae4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ffbf17ce-e3cb-4099-bea3-6887fef4476d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MfihgDsa3z95"}}' 2023-04-24 00:11:19,494 80152 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/ffbf17ce-e3cb-4099-bea3-6887fef4476d 0.184s 2023-04-24 00:11:19,494 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:19 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-e4b8549b-9275-4159-8d63-bb355da9636c', 'x-compute-request-id': 'req-e4b8549b-9275-4159-8d63-bb355da9636c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d'} Body: b'{"server": {"id": "ffbf17ce-e3cb-4099-bea3-6887fef4476d", "name": "tempest-DeleteServersTestJSON-server-437284520", "status": "BUILD", "tenant_id": "218aba2df07b4afaa999399d0981e6bf", "user_id": "9cf55386d2654a1e86af6882a2aed860", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:19Z", "updated": "2023-04-24T00:11:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d"}], "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-24 00:12:09,951 80152 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/ffbf17ce-e3cb-4099-bea3-6887fef4476d 0.395s 2023-04-24 00:12:09,952 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06feb869-92fc-4a8a-a7fc-cdc3ccd55eb2', 'x-compute-request-id': 'req-06feb869-92fc-4a8a-a7fc-cdc3ccd55eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d'} Body: b'{"server": {"id": "ffbf17ce-e3cb-4099-bea3-6887fef4476d", "name": "tempest-DeleteServersTestJSON-server-437284520", "status": "ACTIVE", "tenant_id": "218aba2df07b4afaa999399d0981e6bf", "user_id": "9cf55386d2654a1e86af6882a2aed860", "metadata": {}, "hostId": "311afac961ea3da78c67b607a55f6ae4ec09ebf74fcda38f112411e0", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:19Z", "updated": "2023-04-24T00:11:38Z", "addresses": {"tempest-DeleteServersTestJSON-800590822-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:61:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:12:09,964 80152 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:13:10,428 80152 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes 0.403s 2023-04-24 00:13:10,428 80152 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-1857012824"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-082f454f-84df-4049-8e49-7308026e660b', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-082f454f-84df-4049-8e49-7308026e660b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes'} Body: b'{"volume": {"id": "ca2b7b76-cb94-4d55-abdf-3b1029331d68", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:10.34219 4", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1857012824", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68"}], "user_id": "9cf55386d2654a1e86af6882a2aed860", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:10,485 80152 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68 0.047s 2023-04-24 00:13:10,485 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32b0b40a-c229-4341-9664-5cdf23869066', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32b0b40a-c229-4341-9664-5cdf23869066', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68'} Body: b'{"volume": {"id": "ca2b7b76-cb94-4d55-abdf-3b1029331d68", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:10.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1857012824", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68"}], "user_id": "9cf55386d2654a1e86af6882a2aed860", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "218aba2df07b4afaa999399d0981e6bf"}}' 2023-04-24 00:13:11,556 80152 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68 0.060s 2023-04-24 00:13:11,557 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e559914e-0e17-4767-a9de-bb20e323c4a3', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e559914e-0e17-4767-a9de-bb20e323c4a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68'} Body: b'{"volume": {"id": "ca2b7b76-cb94-4d55-abdf-3b1029331d68", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:10.000000", "updated_at": "2023-04-24T00:13:11.000000", "name": "tempest-DeleteServersTestJSON-volume-1857012824", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ ca2b7b76-cb94-4d55-abdf-3b1029331d68"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68"}], "user_id": "9cf55386d2654a1e86af6882a2aed860", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "218aba2df07b4afaa999399d0981e6bf"}}' {9} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [121.565570s] ... 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 cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:38,252 80156 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:11:38,755 80156 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.498s 2023-04-24 00:11:38,756 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-324105185", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLS1AjVipKW5cEt2rl35m09NWv1oXpefnHcFJOdwsnsIp5JPDa2HbS1qzIbePN1In3l/JpDLeRBWNBZrjWWOmQw0RrMjdQbQyn62Y/HmMBLXcgD+X7ygv99DAQ58UKkQKw=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:38 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-3f6a4045-99a0-426a-9c7f-cc50ebd5cc01', 'x-compute-request-id': 'req-3f6a4045-99a0-426a-9c7f-cc50ebd5cc01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-324105185", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLS1AjVipKW5cEt2rl35m09NWv1oXpefnHcFJOdwsnsIp5JPDa2HbS1qzIbePN1In3l/JpDLeRBWNBZrjWWOmQw0RrMjdQbQyn62Y/HmMBLXcgD+X7ygv99DAQ58UKkQKw==", "fingerprint": "d1:48:c7:f3:36:db:1d:62:5d:f1:30:98:5b:9e:f3:65", "user_id": "640ec20e46a2422a8aabcc152e522e02"}}' 2023-04-24 00:11:38,762 80156 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-324105185 created 2023-04-24 00:11:39,699 80156 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.936s 2023-04-24 00:11:39,699 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1069907502", "description": "tempest-description--1438001232"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-9f13a1f9-4cc0-4f07-8d9a-5da6fab3bd82', 'date': 'Mon, 24 Apr 2023 00:11:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9d097428-858f-44b7-9270-ee1a65070d67", "name": "tempest-securitygroup--1069907502", "stateful": true, "tenant_id": "df0187dbb10d42da941645107df203f6", "description": "tempest-description--1438001232", "shared": false, "security_group_rules": [{"id": "0627b0b5-d6bc-48d7-8f96-98ab69fb3d8b", "tenant_id": "df0187dbb10d42da941645107df203f6", "security_group_id": "9d097428-858f-44b7-9270-ee1a65070d67", "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": 284, "description": null, "tags": [], "created_at": "2023-04-24T00:11:39Z", "updated_at": "2023-04-24T00:11:39Z", "revision_number": 0, "project_id": "df0187dbb10d42da941645107df203f6"}, {"id": "bf3f0610-a1f9-4699-b05e-686ab253caff", "tenant_id": "df0187dbb10d42da941645107df203f6", "security_group_id": "9d097428-858f-44b7-9270-ee1a65070d67", "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": 283, "description": null, "tags": [], "created_at": "2023-04-24T00:11:39Z", "updated_at": "2023-04-24T00:11:39Z", "revision_number": 0, "project_id": "df0187dbb10d42da941645107df203f6"}], "tags": [], "created_at": "2023-04-24T00:11:39Z", "updated_at": "2023-04-24T00:11:39Z", "revision_number": 1, "project_id": "df0187dbb10d42da941645107df203f6"}}' 2023-04-24 00:11:40,699 80156 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.999s 2023-04-24 00:11:40,700 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9d097428-858f-44b7-9270-ee1a65070d67", "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-c7b652ca-043c-4219-bd7d-0965b3028cd2', 'date': 'Mon, 24 Apr 2023 00:11:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d1c2a714-d62d-4aca-84b0-1ddab34a4453", "tenant_id": "df0187dbb10d42da941645107df203f6", "security_group_id": "9d097428-858f-44b7-9270-ee1a65070d67", "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-24T00:11:40Z", "updated_at": "2023-04-24T00:11:40Z", "revision_number": 0, "project_id": "df0187dbb10d42da941645107df203f6"}}' 2023-04-24 00:11:41,723 80156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.022s 2023-04-24 00:11:41,723 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9d097428-858f-44b7-9270-ee1a65070d67", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-92c1d28d-cf68-425e-aa53-9d7cd2d9be42', 'date': 'Mon, 24 Apr 2023 00:11:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0056be75-e33c-4d1c-b026-d1cc6c9a1cea", "tenant_id": "df0187dbb10d42da941645107df203f6", "security_group_id": "9d097428-858f-44b7-9270-ee1a65070d67", "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-24T00:11:40Z", "updated_at": "2023-04-24T00:11:40Z", "revision_number": 0, "project_id": "df0187dbb10d42da941645107df203f6"}}' 2023-04-24 00:11:41,723 80156 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1069907502 created 2023-04-24 00:11:45,266 80156 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 3.542s 2023-04-24 00:11:45,266 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-f3d3b1b5-45d7-42de-a249-b9932438563d', 'date': 'Mon, 24 Apr 2023 00:11:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "96382a1b-b1d8-41d7-91d9-24ef1fe76c3a", "tenant_id": "df0187dbb10d42da941645107df203f6", "floating_ip_address": "172.24.4.15", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "df0187dbb10d42da941645107df203f6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:43Z", "updated_at": "2023-04-24T00:11:43Z", "revision_number": 0}}' 2023-04-24 00:11:45,267 80156 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '96382a1b-b1d8-41d7-91d9-24ef1fe76c3a', 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'df0187dbb10d42da941645107df203f6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:43Z', 'updated_at': '2023-04-24T00:11:43Z', 'revision_number': 0, 'ip': '172.24.4.15'} created 2023-04-24 00:11:45,345 80156 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.068s 2023-04-24 00:11:45,346 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8d4424ca-168b-432f-976a-87dd27a9634d', '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": "640ec20e46a2422a8aabcc152e522e02", "name": "tempest-VolumesAdminNegativeTest-821594302-project-member", "password_expires_at": null}, "audit_ids": ["avwGCW1sSemk-E_8Tv6rOg"], "expires_at": "2023-04-24T01:11:45.000000Z", "issued_at": "2023-04-24T00:11:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df0187dbb10d42da941645107df203f6", "name": "tempest-VolumesAdminNegativeTest-821594302"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9d f41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/df0187dbb10d42da941645107df203f6", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:45,347 80156 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'fc4a840b-9c4f-4c52-8a4e-411d66ac14e1', 'name': 'tempest-VolumesAdminNegativeTest-2047577326-network', 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'df0187dbb10d42da941645107df203f6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22695, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:45,348 80156 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-324105185', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLS1AjVipKW5cEt2rl35m09NWv1oXpefnHcFJOdwsnsIp5JPDa2HbS1qzIbePN1In3l/JpDLeRBWNBZrjWWOmQw0RrMjdQbQyn62Y/HmMBLXcgD+X7ygv99DAQ58UKkQKw==', 'fingerprint': 'd1:48:c7:f3:36:db:1d:62:5d:f1:30:98:5b:9e:f3:65', 'user_id': '640ec20e46a2422a8aabcc152e522e02', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBI9gjc3kObjSOfvkkLVvRyq1iOzOnQd1yF0FWa227auVf4wJsq5u1j\nB9cB9wZ7iTegBwYFK4EEACKhZANiAAS0tQI1YqSluXBLdq5d+ZtPTVr9aF6Xn5x3\nBSTncLJ7CKeSTw2th20tasyG3jzdSJ95fyaQy3kQVjQWa41ljpkMNEazI3UG0Mp+\ntmPx5jAS13IA/l+8oL/fQwEOfFCpECs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9d097428-858f-44b7-9270-ee1a65070d67', 'name': 'tempest-securitygroup--1069907502', 'stateful': True, 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'description': 'tempest-description--1438001232', 'shared': False, 'security_group_rules': [{'id': '0627b0b5-d6bc-48d7-8f96-98ab69fb3d8b', 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'security_group_id': '9d097428-858f-44b7-9270-ee1a65070d67', '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': 284, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:39Z', 'updated_at': '2023-04-24T00:11:39Z', 'revision_number': 0, 'project_id': 'df0187dbb10d42da941645107df203f6'}, {'id': 'bf3f0610-a1f9-4699-b05e-686ab253caff', 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'security_group_id': '9d097428-858f-44b7-9270-ee1a65070d67', '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': 283, 'description': None, 'tags': [], 'created_at': '2023-04- 24T00:11:39Z', 'updated_at': '2023-04-24T00:11:39Z', 'revision_number': 0, 'project_id': 'df0187dbb10d42da941645107df203f6'}], 'tags': [], 'created_at': '2023-04-24T00:11:39Z', 'updated_at': '2023-04-24T00:11:39Z', 'revision_number': 1, 'project_id': 'df0187dbb10d42da941645107df203f6'}, 'floating_ip': {'id': '96382a1b-b1d8-41d7-91d9-24ef1fe76c3a', 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'df0187dbb10d42da941645107df203f6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:43Z', 'updated_at': '2023-04-24T00:11:43Z', 'revision_number': 0, 'ip': '172.24.4.15'}} 2023-04-24 00:11:46,484 80156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 202 POST http://10.0.0.210/compute/v2.1/servers 1.135s 2023-04-24 00:11:46,485 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-624022111", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "fc4a840b-9c4f-4c52-8a4e-411d66ac14e1"}], "security_groups": [{"name": "tempest-securitygroup--1069907502"}], "key_name": "tempest-keypair-324105185", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7762c2c0-4661-4f90-a7f7-06bb271cb6ed', 'x-compute-request-id': 'req-7762c2c0-4661-4f90-a7f7-06bb271cb6ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1069907502"}], "adminPass": "XFmMGeMDg5gY"}}' 2023-04-24 00:11:46,676 80156 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/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d 0.187s 2023-04-24 00:11:46,676 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:46 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-57dc97c8-0586-42fd-b7df-c51426ac8283', 'x-compute-request-id': 'req-57dc97c8-0586-42fd-b7df-c51426ac8283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d'} Body: b'{"server": {"id": "dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d", "name": "tempest-VolumesAdminNegativeTest-server-624022111", "status": "BUILD", "tenant_id": "df0187dbb10d42da941645107df203f6", "user_id": "640ec20e46a2422a8aabcc152e522e02", "metadata": {}, "h ostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:46Z", "updated": "2023-04-24T00:11:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-324105185", "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-24 00:12:36,984 80156 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/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d 0.236s 2023-04-24 00:12:36,985 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:36 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-42d0ac3a-3194-4cad-bb1a-778965516811', 'x-compute-request-id': 'req-42d0ac3a-3194-4cad-bb1a-778965516811', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d'} Body: b'{"server": {"id": "dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d", "name": "tempest-VolumesAdminNegativeTest-server-624022111", "status": "ACTIVE", "tenant_id": "df0187dbb10d42da941645107df203f6", "user_id": "640ec20e46a2422a8aabcc152e522e02", "metadata": {}, "hostId": "e15e37781f2140058bf6de4b467fdcb26ff7c9ebce731ee904f3efec", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:46Z", "updated": "2023-04-24T00:11:57Z", "addresses": {"tempest-VolumesAdminNegativeTest-2047577326-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-324105185", "OS-SRV-USG:launched_at": "2023-04-24T00:11:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1069907502"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:12:36,997 80156 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:13:37,278 80156 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/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d/os-interface 0.220s 2023-04-24 00:13:37,279 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:37 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-9462336b-a7fb-408f-889a-8432e9d72a48', 'x-compute-request-id': 'req-9462336b-a7fb-408f-889a-8432e9d72a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "fc4a840b-9c4f-4c52-8a4e-411d66ac14e1", "port_id": "d6f98d8d-f918-4aa5-abb0-a34e782f890a", "mac_addr": "fa:16:3e:b2:2c:52", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6ee68ff9-a396-4321-b0ae-d47a67ff3568", "ip_address": "10.0.0.10"}]}]}' 2023-04-24 00:13:38,425 80156 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/96382a1b-b1d8-41d7-91d9-24ef1fe76c3a 1.142s 2023-04-24 00:13:38,425 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d6f98d8d-f918-4aa5-abb0-a34e782f890a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ed1d4a96-62ca-4f45-a542-267440404879', 'date': 'Mon, 24 Apr 2023 00:13:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/96382a1b-b1d8-41d7-91d9-24ef1fe76c3a'} Body: b'{"floatingip": {"id": "96382a1b-b1d8-41d7-91d9-24ef1fe76c3a", "tenant_id": "df0187dbb10d42da941645107df203f6", "floating_ip_address": "172.24.4.15", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "4d0f79e1-a6fc-49e8-bf24-f3a30bb064b2", "port_id": "d6f98d8d-f918-4aa5-abb0-a34e782f890a", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "fc4a840b-9c4f-4c52-8a4e-411d66ac14e1", "mac_address": "fa:16:3e:b2:2c:52", "admin_state_up": true, "status": "ACTIVE", "device_id": "dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:43Z", "updated_at": "2023-04-24T00:13:37Z", "revision_number": 1, "project_id": "df0187dbb10d42da941645107df203f6"}}' 2023-04-24 00:13:38,427 80156 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.15:22' as 'cirros' with public key authentication 2023-04-24 00:13:38,464 80156 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:13:38,485 80156 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:13:38,486 80156 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.15 successfully created 2023-04-24 00:13:38,710 80156 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/df0187dbb10d42da941645107df203f6/volumes 0.223s 2023-04-24 00:13:38,710 80156 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-98104345"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d012e3a-d602-4866-9a93-0ce46c0f2674', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request- id': 'req-5d012e3a-d602-4866-9a93-0ce46c0f2674', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes'} Body: b'{"volume": {"id": "cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:38.648551", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-98104345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd"}], "user_id": "640ec20e46a2422a8aabcc152e522e02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:38,757 80156 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/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd 0.037s 2023-04-24 00:13:38,757 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-319094a3-89ce-44fb-b567-86884f143a7c', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-319094a3-89ce-44fb-b567-86884f143a7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd'} Body: b'{"volume": {"id": "cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:39.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-98104345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd"}], "user_id": "640ec20e46a2422a8aabcc152e522e02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0187dbb10d42da941645107df203f6"}}' 2023-04-24 00:13:39,805 80156 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/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd 0.036s 2023-04-24 00:13:39,805 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7ef0a25-c050-4e48-b2ec-fb2007355458', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7ef0a25-c050-4e48-b2ec-fb2007355458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd'} Body: b'{"volume": {"id": "cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd", "status": "error", "siz e": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:39.000000", "updated_at": "2023-04-24T00:13:39.000000", "name": "tempest-VolumesAdminNegativeTest-volume-98104345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd"}], "user_id": "640ec20e46a2422a8aabcc152e522e02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0187dbb10d42da941645107df203f6"}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [164.670113s] ... 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 1da51938-ef2d-4bdc-ad27-a9a445f82e45 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:01,560 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.079s 2023-04-24 00:11:01,561 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:01 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-f9b73c5a-c915-43b2-814e-e0e24aa0c041', '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": "31621d02dc5143689c0d8c1280479fdc", "name": "tempest-VolumesActionsTest-1689103952-project-member", "password_expires_at": null}, "audit_ids": ["lt2IMZRBQ8WM5tYWJj0Yfw"], "expires_at": "2023-04-24T01:11:01.000000Z", "issued_at": "2023-04-24T00:11:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ebbe37ffda44c76a78244b3928f809b", "name": "tempest-VolumesActionsTest-1689103952"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4ebbe37ffda44c76a78244b3928f809b", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:01,561 80142 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '6bffe37b-19f2-4b15-8425-82fe8d0b0c77', 'name': 'tempest-VolumesActionsTest-258539693-network', 'tenant_id': '4ebbe37ffda44c76a78244b3928f809b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4ebbe37ffda44c76a78244b3928f809b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12521, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:55Z', 'updated_at': '2023-04-24T00:10:55Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:03,131 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.569s 2023-04-24 00:11:03,132 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-285922937", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "6bffe37b-19f2-4b15-8425-82fe8d0b0c77"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc9260c5-323b-4676-a3ef-72b72fbc415d', 'x-compute-request-id': 'req-dc9260c5-323b-4676-a3ef-72b72fbc415d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dce8722e-982a-458a-9efb-59d08a5717c7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "AxDTVjmrjx7x"}}' 2023-04-24 00:11:03,287 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7 0.150s 2023-04-24 00:11:03,288 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:03 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-56cb4b66-16cd-4e66-9085-2a36abae4d84', 'x-compute-request-id': 'req-56cb4b66-16cd-4e66-9085-2a36abae4d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7'} Body: b'{"server": {"id": "dce8722e-982a-458a-9efb-59d08a5717c7", "name": "tempest-VolumesActionsTest-instance-285922937", "status": "BUILD", "tenant_id": "4ebbe37ffda44c76a78244b3928f809b", "user_id": "31621d02dc5143689c0d8c1280479fdc", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:03Z", "updated": "2023-04-24T00:11:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}], "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": "sched uling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:11:54,066 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7 0.717s 2023-04-24 00:11:54,066 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1484', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97adc4ee-d997-4f14-93b6-12bd3773835d', 'x-compute-request-id': 'req-97adc4ee-d997-4f14-93b6-12bd3773835d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7'} Body: b'{"server": {"id": "dce8722e-982a-458a-9efb-59d08a5717c7", "name": "tempest-VolumesActionsTest-instance-285922937", "status": "ACTIVE", "tenant_id": "4ebbe37ffda44c76a78244b3928f809b", "user_id": "31621d02dc5143689c0d8c1280479fdc", "metadata": {}, "hostId": "656419c95f288cc9d9f2970f6dc532d393d952aa3364be02bf6b17af", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:03Z", "updated": "2023-04-24T00:11:19Z", "addresses": {"tempest-VolumesActionsTest-258539693-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:0a:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:18.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-24 00:11:54,078 80142 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:12:54,334 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes 0.207s 2023-04-24 00:12:54,334 80142 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-317127765"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf0886f-4f63-4934-aa40-32ad736585bc', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf0886f-4f63-4934-aa40-32ad736585bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes'} Body: b'{"volume": {"id": "1da51938-ef2d-4bdc-ad27-a9a445f82e45", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:54.278556", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-317127765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source _volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:12:54,385 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45 0.041s 2023-04-24 00:12:54,386 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-964b5263-bdfd-4ebd-9712-8a32b453a7fe', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-964b5263-bdfd-4ebd-9712-8a32b453a7fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45'} Body: b'{"volume": {"id": "1da51938-ef2d-4bdc-ad27-a9a445f82e45", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:54.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-317127765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:12:55,437 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45 0.039s 2023-04-24 00:12:55,437 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f10550e3-48b0-4133-ab14-e9d950225ecd', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f10550e3-48b0-4133-ab14-e9d950225ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45'} Body: b'{"volume": {"id": "1da51938-ef2d-4bdc-ad27-a9a445f82e45", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:54.000000", "updated_at": "2023-04-24T00:12:54.000000", "name": "tempest-VolumesActionsTest-Volume-317127765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}], "user_id": "31621d02dc5143689c0d8c1280 479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:12:55,485 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45 0.036s 2023-04-24 00:12:55,485 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ce033ec-64dc-4b75-9705-8390e7c3edc7', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ce033ec-64dc-4b75-9705-8390e7c3edc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45'} Body: b'{"volume": {"id": "1da51938-ef2d-4bdc-ad27-a9a445f82e45", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:54.000000", "updated_at": "2023-04-24T00:12:54.000000", "name": "tempest-VolumesActionsTest-Volume-317127765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:12:55,593 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45 0.098s 2023-04-24 00:12:55,594 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-210a4a64-e35e-4443-a161-bcb7605c8653', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45'} Body: b'' 2023-04-24 00:12:55,614 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45 0.020s 2023-04-24 00:12:55,614 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccbc763e-e86a-4071-aa00-8ca41fba3cef', 'x-openstack-request-id': 'req-ccbc763e-e86a-4071-aa00-8ca41fba3cef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1da51938-ef2d-4bdc-ad27-a9a445f82e45 could not be found."}}' 2023-04-24 00:12:55,791 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7 0.176s 2023-04-24 00:12:55,791 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:55 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-83acb784-a137-40b7-84bf-4c5f8a7a149b', 'x-compute-request-id': 'req-83acb784-a137-40b7-84bf-4c5f8a7a149b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7'} Body: b'' 2023-04-24 00:12:56,042 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7 0.250s 2023-04-24 00:12:56,042 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1490', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-767d47d1-4e5b-4349-a6c8-510308dfad5d', 'x-compute-request-id': 'req-767d47d1-4e5b-4349-a6c8-510308dfad5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7'} Body: b'{"server": {"id": "dce8722e-982a-458a-9efb-59d08a5717c7", "name": "tempest-VolumesActionsTest-instance-285922937", "status": "ACTIVE", "tenant_id": "4ebbe37ffda44c76a78244b3928f809b", "user_id": "31621d02dc5143689c0d8c1280479fdc", "metadata": {}, "hostId": "656419c95f288cc9d9f2970f6dc532d393d952aa3364be02bf6b17af", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:03Z", "updated": "2023-04-24T00:12:56Z", "addresses": {"tempest-VolumesActionsTest-258539693-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:0a:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:18.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-24 00:13:46,144 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7 0.040s 2023-04-24 00:13:46,144 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'op enstack-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-548e2111-18ac-4226-975d-a3e52d05e9c5', 'x-compute-request-id': 'req-548e2111-18ac-4226-975d-a3e52d05e9c5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dce8722e-982a-458a-9efb-59d08a5717c7 could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.478141s] ... 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 68bd444a-bf5a-41c9-8cde-1b7a73235dfb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:46,335 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes 0.187s 2023-04-24 00:13:46,335 80142 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-67268547"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a15dcf0-c074-48ca-8a96-60e57620c1ac', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a15dcf0-c074-48ca-8a96-60e57620c1ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes'} Body: b'{"volume": {"id": "68bd444a-bf5a-41c9-8cde-1b7a73235dfb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:46.273198", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-67268547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:46,382 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb 0.038s 2023-04-24 00:13:46,383 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56098a1f-1903-48e5-8912-5ccfacbf2452', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56098a1f-1903-48e5-8912-5ccfacbf2452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb'} Body: b'{"volume": {"id": "68bd444a-bf5a-41c9-8cde-1b7a73235dfb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:46.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-67268547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:47,434 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb 0.040s 2023-04-24 00:13:47,434 80142 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5095ceb4-5b73-45b5-9ee7-0d68f9936981', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5095ceb4-5b73-45b5-9ee7-0d68f9936981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb'} Body: b'{"volume": {"id": "68bd444a-bf5a-41c9-8cde-1b7a73235dfb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:46.000000", "updated_at": "2023-04-24T00:13:46.000000", "name": "tempest-VolumesActionsTest-Volume-67268547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:47,489 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb 0.043s 2023-04-24 00:13:47,490 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef2ac8cf-58f1-4f9e-83f2-26d2cbe46331', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef2ac8cf-58f1-4f9e-83f2-26d2cbe46331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb'} Body: b'{"volume": {"id": "68bd444a-bf5a-41c9-8cde-1b7a73235dfb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:46.000000", "updated_at": "2023-04-24T00:13:46.000000", "name": "tempest-VolumesActionsTest-Volume-67268547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:47,602 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb 0.102s 2023-04-24 00:13:47,603 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c65b6c6b-c712-49f0-ac4c-94beccef9d0c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb'} Body: b'' 2023-04-24 00:13:47,624 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb 0.021s 2023-04-24 00:13:47,625 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-418d732e-7b8f-4a0f-a683-4f9d98053bb0', 'x-openstack-request-id': 'req-418d732e-7b8f-4a0f-a683-4f9d98053bb0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 68bd444a-bf5a-41c9-8cde-1b7a73235dfb could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.568500s] ... 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 51e450a0-2d6d-4189-b591-72baa09e87db failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:47,846 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes 0.218s 2023-04-24 00:13:47,846 80142 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-341542698"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c46ccca8-6426-40d9-af5c-88bde52645b1', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c46ccca8-6426-40d9-af5c-88bde52645b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes'} Body: b'{"volume": {"id": "51e450a0-2d6d-4189-b591-72baa09e87db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:47.774373", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-341542698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:47,896 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db 0.039s 2023-04-24 00:13:47,896 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-119bbc8b-aa68-4731-9366-d5528ccdd779', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-119bbc8b-aa68-4731-9366-d5528ccdd779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db'} Body: b'{"volume": {"id": "51e450a0-2d6d-4189-b591-72baa09e87db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:48.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-341542698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:48,953 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db 0.044s 2023-04-24 00:13:48,954 80142 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d8ee18f-abe9-4453-93b7-92041ae22dc0', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d8ee18f-abe9-4453-93b7-92041ae22dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db'} Body: b'{"volume": {"id": "51e450a0-2d6d-4189-b591-72baa09e87db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:48.000000", "updated_at": "2023-04-24T00:13:48.000000", "name": "tempest-VolumesActionsTest-Volume-341542698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:49,031 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db 0.065s 2023-04-24 00:13:49,031 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0a96e4e-43b1-4669-af56-1980a315fa29', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0a96e4e-43b1-4669-af56-1980a315fa29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db'} Body: b'{"volume": {"id": "51e450a0-2d6d-4189-b591-72baa09e87db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:48.000000", "updated_at": "2023-04-24T00:13:48.000000", "name": "tempest-VolumesActionsTest-Volume-341542698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:49,172 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db 0.130s 2023-04-24 00:13:49,173 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13: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-500f65d1-6517-42b1-87af-2581e74ce905', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db'} Body: b'' 2023-04-24 00:13:49,195 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db 0.021s 2023-04-24 00:13:49,195 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13: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-cac761d8-adb5-47ea-99c0-720e0b8e12fa', 'x-openstack-request-id': 'req-cac761d8-adb5-47ea-99c0-720e0b8e12fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 51e450a0-2d6d-4189-b591-72baa09e87db could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.542282s] ... 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 0e253775-90e6-47c4-991a-398dcbac59f9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:49,419 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes 0.222s 2023-04-24 00:13:49,420 80142 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-2051623299"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12e34d7f-33f9-4ce6-9bf8-b79a46cba23e', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12e34d7f-33f9-4ce6-9bf8-b79a46cba23e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes'} Body: b'{"volume": {"id": "0e253775-90e6-47c4-991a-398dcbac59f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:49.353318", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2051623299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:49,483 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9 0.053s 2023-04-24 00:13:49,484 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc2258fd-dc10-4369-a5bb-31756ba6965e', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc2258fd-dc10-4369-a5bb-31756ba6965e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9'} Body: b'{"volume": {"id": "0e253775-90e6-47c4-991a-398dcbac59f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:49.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2051623299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:50,534 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9 0.038s 2023-04-24 00:13:50,534 80142 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, 24 Apr 2023 00:13:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42ba76d5-208d-48ad-8bba-f58ebe34b24a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42ba76d5-208d-48ad-8bba-f58ebe34b24a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9'} Body: b'{"volume": {"id": "0e253775-90e6-47c4-991a-398dcbac59f9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:49.000000", "updated_at": "2023-04-24T00:13:50.000000", "name": "tempest-VolumesActionsTest-Volume-2051623299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:50,607 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9 0.046s 2023-04-24 00:13:50,608 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3645f43f-87fd-4efb-a20a-319607ac3c22', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3645f43f-87fd-4efb-a20a-319607ac3c22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9'} Body: b'{"volume": {"id": "0e253775-90e6-47c4-991a-398dcbac59f9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:49.000000", "updated_at": "2023-04-24T00:13:50.000000", "name": "tempest-VolumesActionsTest-Volume-2051623299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:50,717 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9 0.096s 2023-04-24 00:13:50,717 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c207a40a-3356-477a-80d1-5f7566caa026', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9'} Body: b'' 2023-04-24 00:13:50,738 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9 0.020s 2023-04-24 00:13:50,738 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d9e8c12-9d96-4012-b6b6-8213c5cb3c59', 'x-openstack-request-id': 'req-2d9e8c12-9d96-4012-b6b6-8213c5cb3c59', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0e253775-90e6-47c4-991a-398dcbac59f9 could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.500859s] ... 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 b5d16b0c-653e-43e6-a953-6b73717357c5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:50,934 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes 0.188s 2023-04-24 00:13:50,935 80142 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-1062840213"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bba2c77-f883-48cb-9d96-c55bb5ddfac3', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bba2c77-f883-48cb-9d96-c55bb5ddfac3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes'} Body: b'{"volume": {"id": "b5d16b0c-653e-43e6-a953-6b73717357c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:50.873688", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1062840213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:50,991 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5 0.046s 2023-04-24 00:13:50,991 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9e718d4-884f-49f0-95eb-4925aa317f34', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9e718d4-884f-49f0-95eb-4925aa317f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5'} Body: b'{"volume": {"id": "b5d16b0c-653e-43e6-a953-6b73717357c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:51.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1062840213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:52,052 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5 0.036s 2023-04-24 00:13:52,052 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-798a2b51-1fba-4902-8482-752ed2ef389b', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-798a2b51-1fba-4902-8482-752ed2ef389b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5'} Body: b'{"volume": {"id": "b5d16b0c-653e-43e6-a953-6b73717357c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:51.000000", "updated_at": "2023-04-24T00:13:51.000000", "name": "tempest-VolumesActionsTest-Volume-1062840213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:52,107 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5 0.037s 2023-04-24 00:13:52,107 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0bba4d2-1d89-413b-acf1-acececd3a819', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0bba4d2-1d89-413b-acf1-acececd3a819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5'} Body: b'{"volume": {"id": "b5d16b0c-653e-43e6-a953-6b73717357c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:51.000000", "updated_at": "2023-04-24T00:13:51.000000", "name": "tempest-VolumesActionsTest-Volume-1062840213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:52,224 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5 0.106s 2023-04-24 00:13:52,224 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:52 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-52727b68-6c2b-4c35-9162-285b1d7e2652', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5'} Body: b'' 2023-04-24 00:13:52,244 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5 0.019s 2023-04-24 00:13:52,244 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4a5b48a-a3ee-4343-9f67-fa7a301bc333', 'x-openstack-request-id': 'req-f4a5b48a-a3ee-4343-9f67-fa7a301bc333', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b5d16b0c-653e-43e6-a953-6b73717357c5 could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.569154s] ... 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 298575f6-d9f8-4304-a086-83807cb13051 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:52,508 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes 0.260s 2023-04-24 00:13:52,508 80142 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-723768261"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e59d3aa6-c2f9-4e0e-a45a-acc567b186d1', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e59d3aa6-c2f9-4e0e-a45a-acc567b186d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes'} Body: b'{"volume": {"id": "298575f6-d9f8-4304-a086-83807cb13051", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:52.406168", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-723768261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:52,579 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051 0.061s 2023-04-24 00:13:52,579 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53280438-586c-4d53-b9b2-7cabebab213a', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53280438-586c-4d53-b9b2-7cabebab213a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051'} Body: b'{"volume": {"id": "298575f6-d9f8-4304-a086-83807cb13051", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:52.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-723768261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:53,628 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051 0.036s 2023-04-24 00:13:53,628 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-472c54d4-ae1d-45f2-b417-8b4fbe9b356e', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-472c54d4-ae1d-45f2-b417-8b4fbe9b356e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051'} Body: b'{"volume": {"id": "298575f6-d9f8-4304-a086-83807cb13051", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:52.000000", "updated_at": "2023-04-24T00:13:53.000000", "name": "tempest-VolumesActionsTest-Volume-723768261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:53,679 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051 0.040s 2023-04-24 00:13:53,679 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4586c034-f5ef-4386-893e-b35d8c0426d0', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4586c034-f5ef-4386-893e-b35d8c0426d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051'} Body: b'{"volume": {"id": "298575f6-d9f8-4304-a086-83807cb13051", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:52.000000", "updated_at": "2023-04-24T00:13:53.000000", "name": "tempest-VolumesActionsTest-Volume-723768261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:53,794 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051 0.104s 2023-04-24 00:13:53,794 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17cb528b-f1bd-4f9e-9c44-377c42abb4d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051'} Body: b'' 2023-04-24 00:13:53,815 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051 0.020s 2023-04-24 00:13:53,815 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13: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-86406df9-fb05-440f-8a04-192d22aeca7c', 'x-openstack-request-id': 'req-86406df9-fb05-440f-8a04-192d22aeca7c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 298575f6-d9f8-4304-a086-83807cb13051 could not be found."}}' {2} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.723202s] ... 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 3627e520-430c-40ad-a65e-165ebe33a8b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:58,297 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes 0.442s 2023-04-24 00:13:58,297 80142 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-861479807"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b44de1f-9a78-4c81-b0ad-93ddbc555d81', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b44de1f-9a78-4c81-b0ad-93ddbc555d81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes'} Body: b'{"volume": {"id": "3627e520-430c-40ad-a65e-165ebe33a8b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:58.241092", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-861479807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-24 00:13:58,348 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1 0.041s 2023-04-24 00:13:58,349 80142 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, 24 Apr 2023 00:13:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5501bf0b-39cd-4ca6-a6b9-8f7923c312b1', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5501bf0b-39cd-4ca6-a6b9-8f7923c312b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1'} Body: b'{"volume": {"id": "3627e520-430c-40ad-a65e-165ebe33a8b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:58.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-861479807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "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": "8d48ff10bf3043a49e0054fa6edea876"}}' 2023-04-24 00:13:59,397 80142 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/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1 0.037s 2023-04-24 00:13:59,398 80142 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, 24 Apr 2023 00:13:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7fe48e7-e21a-413c-942b-d9209e779ed6', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7fe48e7-e21a-413c-942b-d9209e779ed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1'} Body: b'{"volume": {"id": "3627e520-430c-40ad-a65e-165ebe33a8b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:58.000000", "updated_at": "2023-04-24T00:13:58.000000", "name": "tempest-VolumesTransfersV357Test-Volume-861479807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "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": "8d48ff10bf3043a49e0054fa6edea876"}}' 2023-04-24 00:13:59,448 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1 0.038s 2023-04-24 00:13:59,448 80142 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, 24 Apr 2023 00:13:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36893006-0fa0-4051-8467-89e777aea8a9', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36893006-0fa0-4051-8467-89e777aea8a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1'} Body: b'{"volume": {"id": "3627e520-430c-40ad-a65e-165ebe33a8b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:58.000000", "updated_at": "2023-04-24T00:13:58.000000", "name": "tempest-VolumesTransfersV357Test-Volume-861479807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "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": "8d48ff10bf3043a49e0054fa6edea876"}}' 2023-04-24 00:13:59,554 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1 0.094s 2023-04-24 00:13:59,554 80142 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, 24 Apr 2023 00:13:59 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-c832ad40-583f-4d40-acf1-52c7ae308c17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1'} Body: b'' 2023-04-24 00:13:59,576 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1 0.021s 2023-04-24 00:13:59,576 80142 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, 24 Apr 2023 00:13:59 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-486ad66e-ea59-490d-9383-bde938dfbc60', 'x-openstack-request-id': 'req-486ad66e-ea59-490d-9383-bde938dfbc60', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3627e520-430c-40ad-a65e-165ebe33a8b1 could not be found."}}' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.519243s] ... 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 c66c9db6-417b-4ac8-9b82-5910f5660906 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:59,774 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes 0.195s 2023-04-24 00:13:59,775 80142 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-31553389"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3a599b0-cbc3-4b51-87db-09914e90a989', 'content-length': '884', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3a599b0-cbc3-4b51-87db-09914e90a989', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes'} Body: b'{"volume": {"id": "c66c9db6-417b-4ac8-9b82-5910f5660906", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:59.705683", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-31553389", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-24 00:13:59,828 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906 0.044s 2023-04-24 00:13:59,829 80142 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, 24 Apr 2023 00:13:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fea0845-98eb-4f1c-af00-b045a8c5ca62', 'content-length': '952', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fea0845-98eb-4f1c-af00-b045a8c5ca62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906'} Body: b'{"volume": {"id": "c66c9db6-417b-4ac8-9b82-5910f5660906", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:00.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-31553389", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "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": "8d48ff10bf3043a49e0054fa6edea876"}}' 2023-04-24 00:14:00,879 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357T est:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906 0.038s 2023-04-24 00:14:00,879 80142 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, 24 Apr 2023 00:14:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dcb15a4-55c7-4972-88f1-db6813f0c611', 'content-length': '973', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dcb15a4-55c7-4972-88f1-db6813f0c611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906'} Body: b'{"volume": {"id": "c66c9db6-417b-4ac8-9b82-5910f5660906", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:00.000000", "updated_at": "2023-04-24T00:14:00.000000", "name": "tempest-VolumesTransfersV357Test-Volume-31553389", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "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": "8d48ff10bf3043a49e0054fa6edea876"}}' 2023-04-24 00:14:00,969 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906 0.077s 2023-04-24 00:14:00,970 80142 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, 24 Apr 2023 00:14:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0c66707-ad79-42e7-9322-1830f3bf1d57', 'content-length': '973', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0c66707-ad79-42e7-9322-1830f3bf1d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906'} Body: b'{"volume": {"id": "c66c9db6-417b-4ac8-9b82-5910f5660906", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:00.000000", "updated_at": "2023-04-24T00:14:00.000000", "name": "tempest-VolumesTransfersV357Test-Volume-31553389", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "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": "8d48ff10bf3043a49e0054fa6edea876"}}' 2023-04-24 00:14:01,076 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906 0.094s 2023-04-24 00:14:01,076 80142 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, 24 Apr 2023 00:14:00 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-0b7df005-f650-4ae7-9f99-294428f6ddac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906'} Body: b'' 2023-04-24 00:14:01,097 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906 0.020s 2023-04-24 00:14:01,097 80142 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, 24 Apr 2023 00:14:01 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-ccb3be3d-4c55-4eea-8e9c-27314e113860', 'x-openstack-request-id': 'req-ccb3be3d-4c55-4eea-8e9c-27314e113860', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c66c9db6-417b-4ac8-9b82-5910f5660906 could not be found."}}' {11} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [177.139987s] ... 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 f1913010-7997-453f-88ad-a4bfcc8fb6d3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:06,045 80160 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:11:06,045 80160 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:11:06,211 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.163s 2023-04-24 00:11:06,211 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1814203803", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLCP71ilDAgiarKoZWp2VpgncCzSb29zFpexe4Gow4OMeIBbuSeM19Qy9FpbyZ23mx7wcJNC4TUUIImLZa0Jkxw/4VzByhN1LXhR6rqRIHWomLMjZmJ53RbDWMdufdl+oQ=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:06 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-39ed29f4-e04e-4851-9572-cead447de6d3', 'x-compute-request-id': 'req-39ed29f4-e04e-4851-9572-cead447de6d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1814203803", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLCP71ilDAgiarKoZWp2VpgncCzSb29zFpexe4Gow4OMeIBbuSeM19Qy9FpbyZ23mx7wcJNC4TUUIImLZa0Jkxw/4VzByhN1LXhR6rqRIHWomLMjZmJ53RbDWMdufdl+oQ==", "fingerprint": "83:5a:54:bc:df:35:de:70:cf:f1:4f:e6:3d:c5:58:b9", "user_id": "471d341199f0431a95ae54651c4f0780"}}' 2023-04-24 00:11:06,216 80160 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1814203803 created 2023-04-24 00:11:06,951 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.734s 2023-04-24 00:11:06,951 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--865863702", "description": "tempest-description--981861793"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-3ae5453a-135b-43a7-a29c-4db4cda05221', 'date': 'Mon, 24 Apr 2023 00:11:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fcd66747-880f-409f-8e08-6fa8734ee947", "name": "tempest-securitygroup--865863702", "stateful": true, "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "description": "tempest-description--981861793", "shared": false, "security_group_rules": [{"id": "1b34b8e2-8cdd-47ae-976c-39beec7c0edb", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "fcd66747-880f-409f-8e08-6fa8734ee947", "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": 180, "description": null, "tags": [], "created_at": "2023-04-24T00:11:06Z", "updated_at": "2023-04-24T00:11:06Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}, {"id": "e1c7c3d5-540e-41ad-872a-b2f284e2921b", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "fcd66747-880f-409f-8e08-6fa8734ee947", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normal ized_cidr": null, "remote_group_id": null, "standard_attr_id": 182, "description": null, "tags": [], "created_at": "2023-04-24T00:11:06Z", "updated_at": "2023-04-24T00:11:06Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}], "tags": [], "created_at": "2023-04-24T00:11:06Z", "updated_at": "2023-04-24T00:11:06Z", "revision_number": 1, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:11:07,723 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.771s 2023-04-24 00:11:07,723 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd66747-880f-409f-8e08-6fa8734ee947", "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-5d439bc9-57a6-49b3-a8cd-4ba11cc5523f', 'date': 'Mon, 24 Apr 2023 00:11:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "75ded735-69d7-450a-ac23-86a11c4c39d8", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "fcd66747-880f-409f-8e08-6fa8734ee947", "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-24T00:11:07Z", "updated_at": "2023-04-24T00:11:07Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:11:08,331 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.607s 2023-04-24 00:11:08,331 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd66747-880f-409f-8e08-6fa8734ee947", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5815ed91-126a-4add-8cd0-c585ba97d085', 'date': 'Mon, 24 Apr 2023 00:11:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fbbd0ce0-f4e3-449e-9786-d5aae82d6e07", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "fcd66747-880f-409f-8e08-6fa8734ee947", "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-24T00:11:07Z", "updated_at": "2023-04-24T00:11:07Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:11:08,331 80160 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--865863702 created 2023-04-24 00:11:13,717 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 5.385s 2023-04-24 00:11:13,717 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-474bdbc1-0ff5-4f8b-bf02-ae4b97e979ba', 'date': 'Mon, 24 Apr 2023 00:11:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2558039f-de27-4720-8eeb-1e61e6065add", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "floating_ip_address": "172.24.4.241", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1d063c2bdc884fb8b826b9fb6fd97405", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:11Z", "updated_at": "2023-04-24T00:11:11Z", "revision_number": 0}}' 2023-04-24 00:11:13,717 80160 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2558039f-de27-4720-8eeb-1e61e6065add', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'floating_ip_address': '172.24.4.241', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:11Z', 'updated_at': '2023-04-24T00:11:11Z', 'revision_number': 0, 'ip': '172.24.4.241'} created 2023-04-24 00:11:13,828 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.105s 2023-04-24 00:11:13,829 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:13 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-9e4357eb-3762-4b97-9388-ad00cf2dd3b9', '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": "471d341199f0431a95ae54651c4f0780", "name": "tempest-AttachVolumeTestJSON-1425553791-project-member", "password_expires_at": null}, "audit_ids": ["U0CCRsKmTHa5vVzZbkWSAw"], "expires_at": "2023-04-24T01:11:13.000000Z", "issued_at": "2023-04-24T00:11:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d063c2bdc884fb8b826b9fb6fd97405", "name": "tempest-AttachVolumeTestJSON-1425553791"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "Region One"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1d063c2bdc884fb8b826b9fb6fd97405", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:13,829 80160 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'c29459b8-bcaa-41ae-94fa-d61344bae22f', 'name': 'tempest-AttachVolumeTestJSON-2015616970-network', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34370, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:13,830 80160 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1814203803', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLCP71ilDAgiarKoZWp2VpgncCzSb29zFpexe4Gow4OMeIBbuSeM19Qy9FpbyZ23mx7wcJNC4TUUIImLZa0Jkxw/4VzByhN1LXhR6rqRIHWomLMjZmJ53RbDWMdufdl+oQ==', 'fingerprint': '83:5a:54:bc:df:35:de:70:cf:f1:4f:e6:3d:c5:58:b9', 'user_id': '471d341199f0431a95ae54651c4f0780', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD8fpy2TqBKA98sLIQn2P/y57Iv4IeF4UYYL0esvV1jQoM32ODWNB5p\nzSAoQvNAdT+gBwYFK4EEACKhZANiAASwj+9YpQwIImqyqGVqdlaYJ3As0m9vcxaX\nsXuBqMODjHiAW7knjNfUMvRaW8mdt5se8HCTQuE1FCCJi2WtCZMcP+FcwcoTdS14\nUeq6kSB1qJizI2Zied0Ww1jHbn3ZfqE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fcd66747-880f-409f-8e08-6fa8734ee947', 'name': 'tempest-securitygroup--865863702', 'stateful': True, 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'description': 'tempest-description--981861793', 'shared': False, 'security_group_rules': [{'id': '1b34b8e2-8cdd-47ae-976c-39beec7c0edb', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'security_group_id': 'fcd66747-880f-409f-8e08-6fa8734ee947', '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': 180, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:06Z', 'updated_at': '2023-04-24T00:11:06Z', 'revision_number': 0, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405'}, {'id': 'e1c7c3d5-540e-41ad-872a-b2f284e2921b', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'security_group_id': 'fcd66747-880f-409f-8e08-6fa8734ee947', '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': 182, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:06Z', 'updated_at': '2023-04-24T00:11:06Z', 'revision_number': 0, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405'}], 'tags': [], 'created_at': '2023-04-24T00:11:06Z ', 'updated_at': '2023-04-24T00:11:06Z', 'revision_number': 1, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405'}, 'floating_ip': {'id': '2558039f-de27-4720-8eeb-1e61e6065add', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'floating_ip_address': '172.24.4.241', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:11Z', 'updated_at': '2023-04-24T00:11:11Z', 'revision_number': 0, 'ip': '172.24.4.241'}} 2023-04-24 00:11:17,012 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 3.181s 2023-04-24 00:11:17,012 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1695303135", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c29459b8-bcaa-41ae-94fa-d61344bae22f"}], "security_groups": [{"name": "tempest-securitygroup--865863702"}], "key_name": "tempest-keypair-1814203803", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b74c7229-9d28-463a-956f-273cb6996b53', 'x-compute-request-id': 'req-b74c7229-9d28-463a-956f-273cb6996b53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "212a2ad6-77ab-4615-b6ca-f426a3e76ab5", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--865863702"}], "adminPass": "password"}}' 2023-04-24 00:11:17,233 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5 0.217s 2023-04-24 00:11:17,233 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11: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-73e326ac-6650-48c0-8a3d-40b09374c9f6', 'x-compute-request-id': 'req-73e326ac-6650-48c0-8a3d-40b09374c9f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5'} Body: b'{"server": {"id": "212a2ad6-77ab-4615-b6ca-f426a3e76ab5", "name": "tempest-AttachVolumeTestJSON-server-1695303135", "status": "BUILD", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "user_id": "471d341199f0431a95ae54651c4f0780", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:17Z", "updated": "2023-04-24T00:11:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1814203803", "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-24 00:12:08,045 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5 0.751s 2023-04-24 00:12:08,045 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74da1294-be7d-4f5b-b361-e2b54e87fbaa', 'x-compute-request-id': 'req-74da1294-be7d-4f5b-b361-e2b54e87fbaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5'} Body: b'{"server": {"id": "212a2ad6-77ab-4615-b6ca-f426a3e76ab5", "name": "tempest-AttachVolumeTestJSON-server-1695303135", "status": "ACTIVE", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "user_id": "471d341199f0431a95ae54651c4f0780", "metadata": {}, "hostId": "8923544150293e27e2c706c0f14312b9ba2d0241eb0b684aff23f4b8", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:16Z", "updated": "2023-04-24T00:11:32Z", "addresses": {"tempest-AttachVolumeTestJSON-2015616970-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:fe:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1814203803", "OS-SRV-USG:launched_at": "2023-04-24T00:11:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--865863702"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:12:08,058 80160 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:13:08,288 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5/os-interface 0.171s 2023-04-24 00:13:08,289 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:08 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-5c7984ca-fb3a-4d20-8f5d-d7b98f09800b', 'x-compute-request-id': 'req-5c7984ca-fb3a-4d20-8f5d-d7b98f09800b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c29459b8-bcaa-41ae-94fa-d61344bae22f", "port_id": "81bcd0fd-3b1f-4890-b1fb-3086a1ac8a54", "mac_addr": "fa:16:3e:32:fe:fb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c0e40460-5266-4d22-a93e-14a5dc662fe1", "ip_address": "10.0.0.5"}]}]}' 2023-04-24 00:13:09,554 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/2558039f-de27-4720-8eeb-1e61e6065add 1.261s 2023-04-24 00:13:09,554 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "81bcd0fd-3b1f-4890-b1fb-3086a1ac8a54"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-7994f80c-f492-41b9-a200-7ac8a0d89a2e', 'date': 'Mon, 24 Apr 2023 00:13:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2558039f-de27-4720-8eeb-1e61e6065add'} Body: b'{"floatingip": {"id": "2558039f-de27-4720-8eeb-1e61e6065add", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "floating_ip_address": "172.24.4.241", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "2a8bff38-2458-461f-939a-53d4754ee28f", "port_id": "81bcd0fd-3b1f-4890-b1fb-3086a1ac8a54", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c29459b8-bcaa-41ae-94fa-d61344bae22f", "mac_address": "fa:16:3e:32:fe:fb", "admin_state_up": true, "status": "ACTIVE", "device_id": "212a2ad6-77ab-4615-b6ca-f426a3e76ab5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:11Z", "updated_at": "2023-04-24T00:13:08Z", "revision_number": 1, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:13:09,557 80160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.241:22' as 'cirros' with public key authentication 2023-04-24 00:13:09,605 80160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:13:09,630 80160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:13:09,631 80160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.241 successfully created 2023-04-24 00:13:09,709 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5/ips 0.077s 2023-04-24 00:13:09,709 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13: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-1980cf8c-cde9-48f1-ae3c-ec2a717ba4ef', 'x-compute-request-id': 'req-1980cf8c-cde9-48f1-ae3c-ec2a717ba4ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2015616970-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2023-04-24 00:13:09,713 80160 INFO [tempest.lib.common.ssh] Creating ssh connectio n to '172.24.4.241:22' as 'cirros' with public key authentication 2023-04-24 00:13:09,723 80160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:13:09,739 80160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:13:09,739 80160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.241 successfully created 2023-04-24 00:13:09,740 80160 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-24 00:13:09,740 80160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.241:22' as 'cirros' with public key authentication 2023-04-24 00:13:09,742 80160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:13:09,759 80160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:13:09,759 80160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.241 successfully created 2023-04-24 00:13:10,021 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes 0.239s 2023-04-24 00:13:10,021 80160 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-1181353538"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aea084b-375a-4ad9-a80d-7e43d7d61211', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aea084b-375a-4ad9-a80d-7e43d7d61211', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes'} Body: b'{"volume": {"id": "f1913010-7997-453f-88ad-a4bfcc8fb6d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:09.949267", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1181353538", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3"}], "user_id": "471d341199f0431a95ae54651c4f0780", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:10,084 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3 0.053s 2023-04-24 00:13:10,084 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96356b8d-d352-4647-8f76-46ceacae5ccd', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96356b8d-d352-4647-8f76-46ceacae5ccd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3'} Body: b'{"volume": {"id": "f1913010-7997-453f-88ad-a4bfcc8fb6d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:10.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1181353538", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3"}], "user_id": "471d341199f0431a95ae54651c4f0780", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:13:11,138 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3 0.042s 2023-04-24 00:13:11,139 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-567184c5-e1ad-47d5-a5db-20cbca4136ef', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-567184c5-e1ad-47d5-a5db-20cbca4136ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3'} Body: b'{"volume": {"id": "f1913010-7997-453f-88ad-a4bfcc8fb6d3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:10.000000", "updated_at": "2023-04-24T00:13:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-1181353538", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3"}], "user_id": "471d341199f0431a95ae54651c4f0780", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:13:11,539 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5 0.389s 2023-04-24 00:13:11,540 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13: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-b05f9b0c-b584-43c3-a485-fd3a450d227d', 'x-compute-request-id': 'req-b05f9b0c-b584-43c3-a485-fd3a450d227d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5'} Body: b'' 2023-04-24 00:13:12,253 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5 0.713s 2023-04-24 00:13:12,253 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:11 G MT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c650bae-fb65-4abb-a7e9-822256a3692a', 'x-compute-request-id': 'req-8c650bae-fb65-4abb-a7e9-822256a3692a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5'} Body: b'{"server": {"id": "212a2ad6-77ab-4615-b6ca-f426a3e76ab5", "name": "tempest-AttachVolumeTestJSON-server-1695303135", "status": "ACTIVE", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "user_id": "471d341199f0431a95ae54651c4f0780", "metadata": {}, "hostId": "8923544150293e27e2c706c0f14312b9ba2d0241eb0b684aff23f4b8", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:16Z", "updated": "2023-04-24T00:13:11Z", "addresses": {"tempest-AttachVolumeTestJSON-2015616970-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:fe:fb"}, {"version": 4, "addr": "172.24.4.241", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:fe:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1814203803", "OS-SRV-USG:launched_at": "2023-04-24T00:11:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--865863702"}], "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-24 00:14:02,358 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5 0.040s 2023-04-24 00:14:02,358 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:02 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-b2cdde38-7b0e-42a0-8663-72690cdf6ea7', 'x-compute-request-id': 'req-b2cdde38-7b0e-42a0-8663-72690cdf6ea7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 212a2ad6-77ab-4615-b6ca-f426a3e76ab5 could not be found."}}' 2023-04-24 00:14:02,398 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1814203803 0.039s 2023-04-24 00:14:02,398 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:02 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-9d833088-3 75c-4804-855b-89e6e14cb29c', 'x-compute-request-id': 'req-9d833088-375c-4804-855b-89e6e14cb29c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1814203803'} Body: b'' 2023-04-24 00:14:02,613 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fcd66747-880f-409f-8e08-6fa8734ee947 0.214s 2023-04-24 00:14:02,614 80160 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-74d507b6-68d5-48cf-8989-4da40bdbfae5', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:14:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fcd66747-880f-409f-8e08-6fa8734ee947'} Body: b'' 2023-04-24 00:14:02,637 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/fcd66747-880f-409f-8e08-6fa8734ee947 0.023s 2023-04-24 00:14:02,637 80160 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-d9d9925d-0aa5-4c6a-b023-7f9c60041e3c', 'date': 'Mon, 24 Apr 2023 00:14:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fcd66747-880f-409f-8e08-6fa8734ee947'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fcd66747-880f-409f-8e08-6fa8734ee947 does not exist", "detail": ""}}' 2023-04-24 00:14:03,183 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2558039f-de27-4720-8eeb-1e61e6065add 0.545s 2023-04-24 00:14:03,184 80160 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-17d8382b-a29a-4e8c-8afb-3972188d5cbc', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:14:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2558039f-de27-4720-8eeb-1e61e6065add'} Body: b'' {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.926193s] ... 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 175fc940-6367-4b7c-962f-33f93b7a2783 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:04,621 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.170s 2023-04-24 00:14:04,622 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-828dcec8-9e04-4f3d-9b6d-1b8de7037892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:14:05,039 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes 0.416s 2023-04-24 00:14:05,039 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1829192579"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a260e4e1-d3ec-4b2b-a2a3-a0e7996cf51d', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a260e4e1-d3ec-4b2b-a2a3-a0e7996cf51d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes'} Body: b'{"volume": {"id": "175fc940-6367-4b7c-962f-33f93b7a2783", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:04.971155", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1829192579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:14:05,094 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783 0.045s 2023-04-24 00:14:05,095 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f94a6474-825b-402e-8c47-a0f42d428b13', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f94a6474-825b-402e-8c47-a0f42d428b13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783'} Body: b'{"volume": {"id": "175fc940-6367-4b7c-962f-33f93b7a2783", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:05.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1829192579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ba2ae0ef69442efaa233dd7369a497b"}}' 2023-04-24 00:14:06,174 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783 0.068s 2023-04-24 00:14:06,175 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb50e0d8-8e1f-4c32-93ca-2d32e786e198', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb50e0d8-8e1f-4c32-93ca-2d32e786e198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783'} Body: b'{"volume": {"id": "175fc940-6367-4b7c-962f-33f93b7a2783", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:05.000000", "updated_at": "2023-04-24T00:14:05.000000", "name": "tempest-VolumesCloneTest-Volume-1829192579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ba2ae0ef69442efaa233dd7369a497b"}}' 2023-04-24 00:14:06,228 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783 0.042s 2023-04-24 00:14:06,228 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc28afec-97d2-4624-a08a-7f62c7fbb672', 'content-length': '903', 'openstack-api-version' : 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc28afec-97d2-4624-a08a-7f62c7fbb672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783'} Body: b'{"volume": {"id": "175fc940-6367-4b7c-962f-33f93b7a2783", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:05.000000", "updated_at": "2023-04-24T00:14:05.000000", "name": "tempest-VolumesCloneTest-Volume-1829192579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ba2ae0ef69442efaa233dd7369a497b"}}' 2023-04-24 00:14:06,351 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783 0.112s 2023-04-24 00:14:06,351 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-466a6f5d-ce40-43cd-b888-79064b256b6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783'} Body: b'' 2023-04-24 00:14:06,375 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783 0.023s 2023-04-24 00:14:06,376 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-3714a353-1e42-478f-acf9-f271c38a4c50', 'x-openstack-request-id': 'req-3714a353-1e42-478f-acf9-f271c38a4c50', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 175fc940-6367-4b7c-962f-33f93b7a2783 could not be found."}}' {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.548535s] ... 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 de34d6ae-487b-4c8e-9f96-b197751c0f28 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:06,601 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes 0.223s 2023-04-24 00:14:06,602 80142 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-1144741731"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3314f07e-0af9-4599-9cb7-6fe8d9301fb3', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3314f07e-0af9-4599-9cb7-6fe8d9301fb3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes'} Body: b'{"volume": {"id": "de34d6ae-487b-4c8e-9f96-b197751c0f28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:06.543778", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1144741731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:14:06,651 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28 0.040s 2023-04-24 00:14:06,651 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49ed3d62-4752-40a2-8e90-a53713339624', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49ed3d62-4752-40a2-8e90-a53713339624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28'} Body: b'{"volume": {"id": "de34d6ae-487b-4c8e-9f96-b197751c0f28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:07.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1144741731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ba2ae0ef69442efaa233dd7369a497b"}}' 2023-04-24 00:14:07,714 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28 0.051s 2023-04-24 00:14:07,714 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87023e0d-486d-473b-8354-125daa423bcb', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87023e0d-486d-473b-8354-125daa423bcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28'} Body: b'{"volume": {"id": "de34d6ae-487b-4c8e-9f96-b197751c0f28", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:07.000000", "updated_at": "2023-04-24T00:14:07.000000", "name": "tempest-VolumesCloneTest-Volume-1144741731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ba2ae0ef69442efaa233dd7369a497b"}}' 2023-04-24 00:14:07,769 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28 0.044s 2023-04-24 00:14:07,770 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34731376-3a7e-47da-8a90-1eae53b2e0d0', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34731376-3a7e-47da-8a90-1eae53b2e0d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28'} Body: b'{"volume": {"id": "de34d6ae-487b-4c8e-9f96-b197751c0f28", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:07.000000", "updated_at": "2023-04-24T00:14:07.000000", "name": "tempest-VolumesCloneTest-Volume-1144741731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ba2ae0ef69442efaa233dd7369a497b"}}' 2023-04-24 00:14:07,886 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28 0.105s 2023-04-24 00:14:07,886 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'var y': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bfee07a-b9b8-4fa3-b69d-75b7257aab97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28'} Body: b'' 2023-04-24 00:14:07,925 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28 0.038s 2023-04-24 00:14:07,926 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-179ebc21-0a7a-4bf9-a02a-706212ec89ce', 'x-openstack-request-id': 'req-179ebc21-0a7a-4bf9-a02a-706212ec89ce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume de34d6ae-487b-4c8e-9f96-b197751c0f28 could not be found."}}' {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [172.000425s] ... 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 4ded9157-e2d1-4cd6-82ba-0b104cc4adb1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:17,348 80138 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:11:17,348 80138 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:11:17,757 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.407s 2023-04-24 00:11:17,758 80138 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-573827894", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/KzlzjtqauDBrnzunF6cUjlci7dQJPS3JVA4rtGDgOFyp/2HY51uowvViM2HhE4lJZuUeHsvbKt1HzFUPo9qtzdZ2uB0Xr7EHNKxzFBZkrBwvigyr3VT3tKQN0UGAShA=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:17 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-1e5a107e-4af2-4c07-8ff5-afef5b96fda6', 'x-compute-request-id': 'req-1e5a107e-4af2-4c07-8ff5-afef5b96fda6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-573827894", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/KzlzjtqauDBrnzunF6cUjlci7dQJPS3JVA4rtGDgOFyp/2HY51uowvViM2HhE4lJZuUeHsvbKt1HzFUPo9qtzdZ2uB0Xr7EHNKxzFBZkrBwvigyr3VT3tKQN0UGAShA==", "fingerprint": "fd:64:6f:05:bd:42:77:82:96:4e:5a:76:e1:e3:c6:a1", "user_id": "539997e65f4f4ef7998a4386d19a5e9f"}}' 2023-04-24 00:11:17,763 80138 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-573827894 created 2023-04-24 00:11:18,554 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.790s 2023-04-24 00:11:18,554 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1867096128", "description": "tempest-description--632403535"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-bf394093-efb1-44aa-8827-0d89ce2f057f', 'date': 'Mon, 24 Apr 2023 00:11:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d42df3fb-c857-4d28-aab9-406631dda7af", "name": "tempest-securitygroup--1867096128", "stateful": true, "tenant_id": "e2bf3154181247f8963be8cd31399851", "description": "tempest-description--632403535", "shared": false, "security_group_rules": [{"id": "0c935470-c05c-4a6a-ae54-e3c9c18a67bb", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "d42df3fb-c857-4d28-aab9-406631dda7af", "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": 241, "description": null, "tags": [], "created_at": "2023-04-24T00:11:18Z", "updated_at": "2023-04-24T00:11:18Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}, {"id": "57da27cf-4772-496f-8c62-510cc5aeaf41", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "d42df3fb-c857-4d28-aab9-406631dda7af", "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": 244, "description": null, "tags": [], "created_at": "2023-04-24T00:11:18Z", "updated_at": "2023-04-24T00:11:18Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}], "tags": [], "created_at": "2023-04-24T00:11:17Z", "updated_at": "2023-04-24T00:11:18Z", "revision_number": 1, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:11:19,404 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.849s 2023-04-24 00:11:19,404 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d42df3fb-c857-4d28-aab9-406631dda7af", "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-c1f7fbcb-9bbf-4908-8bef-bebb8549bbb9', 'date': 'Mon, 24 Apr 2023 00:11:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "adf6a42f-caea-4230-a260-9b753964d3ea", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "d42df3fb-c857-4d28-aab9-406631dda7af", "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-24T00:11:18Z", "updated_at": "2023-04-24T00:11:18Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:11:20,523 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.118s 2023-04-24 00:11:20,523 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d42df3fb-c857-4d28-aab9-406631dda7af", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c45d4262-e76f-4704-85bc-c585189838a4', 'date': 'Mon, 24 Apr 2023 00:11:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0be88f38-43d1-4cbf-9d4c-870d2b76135b", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "d42df3fb-c857-4d28-aab9-406631dda7af", "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-24T00:11:19Z", "updated_at": "2023-04-24T00:11:19Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:11:20,523 80138 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1867096128 created 2023-04-24 00:11:22,429 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.905s 2023-04-24 00:11:22,430 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content -type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-1d625a4e-9ea1-430f-9518-3c3e84336fee', 'date': 'Mon, 24 Apr 2023 00:11:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ada64304-f1a2-464b-9444-26ed60b45ab1", "tenant_id": "e2bf3154181247f8963be8cd31399851", "floating_ip_address": "172.24.4.236", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e2bf3154181247f8963be8cd31399851", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:21Z", "updated_at": "2023-04-24T00:11:21Z", "revision_number": 0}}' 2023-04-24 00:11:22,430 80138 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ada64304-f1a2-464b-9444-26ed60b45ab1', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'floating_ip_address': '172.24.4.236', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e2bf3154181247f8963be8cd31399851', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:21Z', 'updated_at': '2023-04-24T00:11:21Z', 'revision_number': 0, 'ip': '172.24.4.236'} created 2023-04-24 00:11:22,557 80138 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.120s 2023-04-24 00:11:22,557 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-68a251a6-f8d3-403b-9401-4e8341651ef7', '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": "539997e65f4f4ef7998a4386d19a5e9f", "name": "tempest-AttachVolumeShelveTestJSON-1947115496-project-member", "password_expires_at": null}, "audit_ids": ["TTRGBptZQQql110yapZHeQ"], "expires_at": "2023-04-24T01:11:22.000000Z", "issued_at": "2023-04-24T00:11:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2bf3154181247f8963be8cd31399851", "name": "tempest-AttachVolumeShelveTestJSON-1947115496"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e2bf3154181247f8963be8cd31399851", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:22,558 80138 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'e09e353d-220c-429c-9767-a11a59bbf99a', 'name': 'tempest-AttachVolumeShelveTestJSON-2107564613-network', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e2bf3154181247f8963be8cd31399851', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 398, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:22,558 80138 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-573827894', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/KzlzjtqauDBrnzunF6cUjlci7dQJPS3JVA4rtGDgOFyp/2HY51uowvViM2HhE4lJZuUeHsvbKt1HzFUPo9qtzdZ2uB0Xr7EHNKxzFBZkrBwvigyr3VT3tKQN0UGAShA==', 'fingerprint': 'fd:64:6f:05:bd:42:77:82:96:4e:5a:76:e1:e3:c6:a1', 'user_id': '539997e65f4f4ef7998a4386d19a5e9f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAnZsFczQMQvv9veSjVQ06uPEAsyq+lHulxopCRKXNgJB9dn8g0++H4\nDcHQ+/EE4CigBwYFK4EEACKhZANiAAR/ys5c47amrgwa587pxenFI5XIu3UCT0ty\nVQOK7Rg4Dhcqf9h2OdbqML1YjNh4ROJSWblHh7L2yrdR8xVD6Parc3WdrgdF6+xB\nzSscxQWZKwcL4oMq91U97SkDdFBgEoQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd42df3fb-c857-4d28-aab9-406631dda7af', 'name': 'tempest-securitygroup--1867096128', 'stateful': True, 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'description': 'tempest-description--632403535', 'shared': False, 'security_group_rules': [{'id': '0c935470-c05c-4a6a-ae54-e3c9c18a67bb', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'security_group_id': 'd42df3fb-c857-4d28-aab9-406631dda7af', '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': 241, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:18Z', 'updated_at': '2023-04-24T00:11:18Z', 'revision_number': 0, 'project_id': 'e2bf3154181247f8963be8cd31399851'}, {'id': '57da27cf-4772-496f-8c62-510cc5aeaf41', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'security_group_id': 'd42df3fb-c857-4d28-aab9-406631dda7af', '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': 244, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:18Z', 'updated_at': '2023-0 4-24T00:11:18Z', 'revision_number': 0, 'project_id': 'e2bf3154181247f8963be8cd31399851'}], 'tags': [], 'created_at': '2023-04-24T00:11:17Z', 'updated_at': '2023-04-24T00:11:18Z', 'revision_number': 1, 'project_id': 'e2bf3154181247f8963be8cd31399851'}, 'floating_ip': {'id': 'ada64304-f1a2-464b-9444-26ed60b45ab1', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'floating_ip_address': '172.24.4.236', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e2bf3154181247f8963be8cd31399851', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:21Z', 'updated_at': '2023-04-24T00:11:21Z', 'revision_number': 0, 'ip': '172.24.4.236'}} 2023-04-24 00:11:24,240 80138 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.681s 2023-04-24 00:11:24,241 80138 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-952005257", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e09e353d-220c-429c-9767-a11a59bbf99a"}], "security_groups": [{"name": "tempest-securitygroup--1867096128"}], "key_name": "tempest-keypair-573827894", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887', '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-3b98375f-a1ac-48a9-9068-b667063f2734', 'x-compute-request-id': 'req-3b98375f-a1ac-48a9-9068-b667063f2734', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e762c863-43e1-4f26-ab6b-c8ea40f08887", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1867096128"}], "adminPass": "password"}}' 2023-04-24 00:11:24,383 80138 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/e762c863-43e1-4f26-ab6b-c8ea40f08887 0.139s 2023-04-24 00:11:24,384 80138 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, 24 Apr 2023 00:11: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-3aea356e-ff21-4a80-a4e6-b3d5a06aed1d', 'x-compute-request-id': 'req-3aea356e-ff21-4a80-a4e6-b3d5a06aed1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887'} Body: b'{"server": {"id": "e762c863-43e1-4f26-ab6b-c8ea40f08887", "name": "tempest-AttachVolumeShelveTestJSON-server-952005257", "status": "BUILD", "tenant_id": "e2bf3154181247f8963be8cd31399851", "user_id": "5399 97e65f4f4ef7998a4386d19a5e9f", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:24Z", "updated": "2023-04-24T00:11:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-573827894", "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-24 00:12:14,720 80138 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/e762c863-43e1-4f26-ab6b-c8ea40f08887 0.271s 2023-04-24 00:12:14,720 80138 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, 24 Apr 2023 00:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1586', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13550076-bdb4-4862-8597-6503a3fbd034', 'x-compute-request-id': 'req-13550076-bdb4-4862-8597-6503a3fbd034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887'} Body: b'{"server": {"id": "e762c863-43e1-4f26-ab6b-c8ea40f08887", "name": "tempest-AttachVolumeShelveTestJSON-server-952005257", "status": "ACTIVE", "tenant_id": "e2bf3154181247f8963be8cd31399851", "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "metadata": {}, "hostId": "7437ff9dd8094cdab89e10094248ce5b2122d00e85e38d3b58136325", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:24Z", "updated": "2023-04-24T00:11:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2107564613-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:f9:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-573827894", "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867096128"}], "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-24 00:12:14,734 80138 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:13:14,979 80138 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/e762 c863-43e1-4f26-ab6b-c8ea40f08887/os-interface 0.186s 2023-04-24 00:13:14,979 80138 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, 24 Apr 2023 00:13:14 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-4e5da989-4d5e-4416-aacb-0c1707b255a4', 'x-compute-request-id': 'req-4e5da989-4d5e-4416-aacb-0c1707b255a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e09e353d-220c-429c-9767-a11a59bbf99a", "port_id": "d90cab57-5c57-410a-a61e-ab316454a676", "mac_addr": "fa:16:3e:07:f9:7b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "53b661ca-3e96-4281-afa7-85eb88031ce8", "ip_address": "10.0.0.6"}]}]}' 2023-04-24 00:13:16,040 80138 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/ada64304-f1a2-464b-9444-26ed60b45ab1 1.056s 2023-04-24 00:13:16,040 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d90cab57-5c57-410a-a61e-ab316454a676"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-97692472-29b9-402b-b67d-73fa913aeb71', 'date': 'Mon, 24 Apr 2023 00:13:16 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ada64304-f1a2-464b-9444-26ed60b45ab1'} Body: b'{"floatingip": {"id": "ada64304-f1a2-464b-9444-26ed60b45ab1", "tenant_id": "e2bf3154181247f8963be8cd31399851", "floating_ip_address": "172.24.4.236", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "d1825591-681d-4f8b-a4a7-ba167d314a3c", "port_id": "d90cab57-5c57-410a-a61e-ab316454a676", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e09e353d-220c-429c-9767-a11a59bbf99a", "mac_address": "fa:16:3e:07:f9:7b", "admin_state_up": true, "status": "ACTIVE", "device_id": "e762c863-43e1-4f26-ab6b-c8ea40f08887", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:21Z", "updated_at": "2023-04-24T00:13:15Z", "revision_number": 1, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:13:16,042 80138 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.236:22' as 'cirros' with public key authentication 2023-04-24 00:13:16,073 80138 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:13:16,094 80138 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:13:16,095 80138 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.236 successfully created 2023-04-24 00:13:16,153 80138 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/e762c863-43e1-4f26-ab6b-c8ea40f08887/ips 0.057s 2023-04-24 00:13:16,154 80138 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, 24 Apr 2023 00:13:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.2 0', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71e9ce0f-94d4-423b-a432-e826f8164740', 'x-compute-request-id': 'req-71e9ce0f-94d4-423b-a432-e826f8164740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-2107564613-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-04-24 00:13:16,398 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes 0.241s 2023-04-24 00:13:16,398 80138 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-889915139"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e66dda-cb2d-4491-8a38-587c1ecd61e4', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0e66dda-cb2d-4491-8a38-587c1ecd61e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes'} Body: b'{"volume": {"id": "4ded9157-e2d1-4cd6-82ba-0b104cc4adb1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:16.338322", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-889915139", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1"}], "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:16,461 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1 0.052s 2023-04-24 00:13:16,461 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aec84efb-f23b-4965-823b-0498af2defe3', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aec84efb-f23b-4965-823b-0498af2defe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1'} Body: b'{"volume": {"id": "4ded9157-e2d1-4cd6-82ba-0b104cc4adb1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:16.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-889915139", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1"}], "user_id": "539997e65f 4f4ef7998a4386d19a5e9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:13:17,514 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1 0.041s 2023-04-24 00:13:17,515 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b111cd25-1320-49bf-94be-b18ccc20a587', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b111cd25-1320-49bf-94be-b18ccc20a587', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1'} Body: b'{"volume": {"id": "4ded9157-e2d1-4cd6-82ba-0b104cc4adb1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:16.000000", "updated_at": "2023-04-24T00:13:16.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-889915139", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1"}], "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:13:17,663 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887 0.136s 2023-04-24 00:13:17,664 80138 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, 24 Apr 2023 00:13: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-db748f70-29ef-4bf2-9d83-549f8e74e627', 'x-compute-request-id': 'req-db748f70-29ef-4bf2-9d83-549f8e74e627', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887'} Body: b'' 2023-04-24 00:13:17,958 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887 0.294s 2023-04-24 00:13:17,959 80138 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, 24 Apr 2023 00:13:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1711', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e58c06e3-7239-4d42-8574-6880549c97d6', 'x-compute-request-id': 'req-e 58c06e3-7239-4d42-8574-6880549c97d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887'} Body: b'{"server": {"id": "e762c863-43e1-4f26-ab6b-c8ea40f08887", "name": "tempest-AttachVolumeShelveTestJSON-server-952005257", "status": "ACTIVE", "tenant_id": "e2bf3154181247f8963be8cd31399851", "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "metadata": {}, "hostId": "7437ff9dd8094cdab89e10094248ce5b2122d00e85e38d3b58136325", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:24Z", "updated": "2023-04-24T00:13:18Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2107564613-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:f9:7b"}, {"version": 4, "addr": "172.24.4.236", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:f9:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-573827894", "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867096128"}], "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-24 00:14:08,059 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887 0.038s 2023-04-24 00:14:08,059 80138 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, 24 Apr 2023 00:14: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-b14d55b0-6fec-4c74-b218-bdd0345addce', 'x-compute-request-id': 'req-b14d55b0-6fec-4c74-b218-bdd0345addce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e762c863-43e1-4f26-ab6b-c8ea40f08887 could not be found."}}' 2023-04-24 00:14:08,097 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-573827894 0.036s 2023-04-24 00:14:08,097 80138 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, 24 Apr 2023 00:14: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-9793814f-c273-42fb-83a2-dc0768e1785c', 'x-compute-request-id': 'req-9793814f-c273-42fb-83a2-dc0768e1785c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-573827 894'} Body: b'' 2023-04-24 00:14:08,285 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/d42df3fb-c857-4d28-aab9-406631dda7af 0.186s 2023-04-24 00:14:08,285 80138 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-04488d2d-7ed8-4b42-9b4f-e5c27b3677f6', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:14:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d42df3fb-c857-4d28-aab9-406631dda7af'} Body: b'' 2023-04-24 00:14:08,303 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/d42df3fb-c857-4d28-aab9-406631dda7af 0.017s 2023-04-24 00:14:08,303 80138 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-f6fcb4fb-b399-4f07-b69f-28c64c0b32cc', 'date': 'Mon, 24 Apr 2023 00:14:08 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d42df3fb-c857-4d28-aab9-406631dda7af'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d42df3fb-c857-4d28-aab9-406631dda7af does not exist", "detail": ""}}' 2023-04-24 00:14:09,346 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ada64304-f1a2-464b-9444-26ed60b45ab1 1.042s 2023-04-24 00:14:09,347 80138 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-8f4554bd-b12b-42c9-b1f1-f603a07d5acf', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:14:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ada64304-f1a2-464b-9444-26ed60b45ab1'} Body: b'' {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.826315s] ... 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 5ec011c6-dd87-45b0-985f-c68831ced4ec failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:20,063 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes 0.534s 2023-04-24 00:14:20,063 80142 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-2002814399", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45294f97-a5ba-44c8-b7e3-dfda71f658d1', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45294f97-a5ba-44c8-b7e3-dfda71f658d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes'} Body: b'{"volume": {"id": "5ec011c6-dd87-45b0-985f-c68831ced4ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:19.975772", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-2002814399", "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/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:14:20,136 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec 0.063s 2023-04-24 00:14:20,136 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f86b1e47-6443-4702-ad4c-9937a66db290', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f86b1e47-6443-4702-ad4c-9937a66db290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec'} Body: b'{"volume": {"id": "5ec011c6-dd87-45b0-985f-c68831ced4ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:20.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-2002814399", "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/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:21,198 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec 0.049s 2023-04-24 00:14:21,198 80142 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28dd16d1-d331-46bb-883d-52c60d925ade', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28dd16d1-d331-46bb-883d-52c60d925ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec'} Body: b'{"volume": {"id": "5ec011c6-dd87-45b0-985f-c68831ced4ec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:20.000000", "updated_at": "2023-04-24T00:14:20.000000", "name": "tempest-VolumesGetTest-Volume-2002814399", "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/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:21,331 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec 0.122s 2023-04-24 00:14:21,331 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02685280-80d7-4e80-81b7-90d9130e1c1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec'} Body: b'' 2023-04-24 00:14:21,353 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec 0.021s 2023-04-24 00:14:21,353 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-b933d2f8-e6a5-4ca9-8c0e-8605279b0f56', 'x-openstack-request-id': 'req-b933d2f8-e6a5-4ca9-8c0e-8605279b0f56', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5ec011c6-dd87-45b0-985f-c68831ced4ec could not be found."}}' {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.564100s] ... 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 dad8b24d-16a3-457a-a498-6f07bfdb7f89 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:21,614 80142 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/b8bd3012a91c4472a265e763302e7385/volumes 0.258s 2023-04-24 00:14:21,615 80142 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-1497068287"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07dc4f96-15f6-4343-a71e-8d31ad9ae508', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07dc4f96-15f6-4343-a71e-8d31ad9ae508', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes'} Body: b'{"volume": {"id": "dad8b24d-16a3-457a-a498-6f07bfdb7f89", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:21.519780", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1497068287", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:14:21,664 80142 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/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89 0.038s 2023-04-24 00:14:21,664 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a315011d-6cd0-4905-8631-96c89421a399', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a315011d-6cd0-4905-8631-96c89421a399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89'} Body: b'{"volume": {"id": "dad8b24d-16a3-457a-a498-6f07bfdb7f89", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:22.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1497068287", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:22,716 80142 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/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89 0.041s 2023-04-24 00:14:22,716 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55b503e1-fa2b-4564-a85c-514850d075dd', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55b503e1-fa2b-4564-a85c-514850d075dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89'} Body: b'{"volume": {"id": "dad8b24d-16a3-457a-a498-6f07bfdb7f89", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:22.000000", "updated_at": "2023-04-24T00:14:22.000000", "name": "tempest-VolumesGetTest-Volume-1497068287", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:22,770 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89 0.042s 2023-04-24 00:14:22,770 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15053a95-0b94-49c2-b60b-6c242edc19dd', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15053a95-0b94-49c2-b60b-6c242edc19dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89'} Body: b'{"volume": {"id": "dad8b24d-16a3-457a-a498-6f07bfdb7f89", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:22.000000", "updated_at": "2023-04-24T00:14:22.000000", "name": "tempest-VolumesGetTest-Volume-1497068287", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:22,893 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89 0.111s 2023-04-24 00:14:22,893 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-8d2a76e4-858e-46c1-b710-985ff246190a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89'} Body: b'' 2023-04-24 00:14:22,919 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89 0.025s 2023-04-24 00:14:22,919 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-182d725c-05d7-4f1e-b566-8c425674f263', 'x-openstack-request-id': 'req-182d725c-05d7-4f1e-b566-8c425674f263', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dad8b24d-16a3-457a-a498-6f07bfdb7f89 could not be found."}}' {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.850516s] ... 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 f94fab9c-068b-48f0-a1eb-b21423e8f5c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:22,952 80142 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/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.027s 2023-04-24 00:14:22,953 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-17de8cd5-ead9-45a7-bcfb-12769ddc4c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:14:23,460 80142 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/b8bd3012a91c4472a265e763302e7385/volumes 0.507s 2023-04-24 00:14:23,461 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-VolumesGetTest-Volume-394922145", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f85ee931-32ea-4614-88dd-2d1df0978fb0', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f85ee931-32ea-4614-88dd-2d1df0978fb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes'} Body: b'{"volume": {"id": "f94fab9c-068b-48f0-a1eb-b21423e8f5c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:23.388863", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-394922145", "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/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:14:23,566 80142 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/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0 0.094s 2023-04-24 00:14:23,567 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141cfe40-b9e5-4dc2-9886-8b0ffb6ac5d7', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141cfe40-b9e5-4dc2-9886-8b0ffb6ac5d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0'} Body: b'{"volume": {"id": "f94fab9c-068b-48f0-a1eb-b21423e8f5c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:23.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-394922145", "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/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:24,621 80142 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/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0 0.042s 2023-04-24 00:14:24,622 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f2b26d1-ab30-4880-8c22-87c39ff2b64f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f2b26d1-ab30-4880-8c22-87c39ff2b64f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0'} Body: b'{"volume": {"id": "f94fab9c-068b-48f0-a1eb-b21423e8f5c0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:23.000000", "updated_at": "2023-04-24T00:14:24.000000", "name": "tempest-VolumesGetTest-Volume-394922145", "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/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:24,748 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0 0.115s 2023-04-24 00:14:24,748 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-b2864c0f-e279-400c-8b43-9b8a75fb20f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0'} Body: b'' 2023-04-24 00:14:24,774 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0 0.025s 2023-04-24 00:14:24,775 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-cfec4107-96b4-4a4c-9a00-897690c98690', 'x-openstack-request-id': 'req-cfec4107-96b4-4a4c-9a00-897690c98690', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f94fab9c-068b-48f0-a1eb-b21423e8f5c0 could not be found."}}' {7} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [1.830090s] ... 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 88a7a76a-24ad-4900-98a3-32f4c04e6979 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:24,438 80152 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes 0.674s 2023-04-24 00:14:24,439 80152 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-77670442", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dc3fc6b-51e1-4765-b8a0-d6d580c55656', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dc3fc6b-51e1-4765-b8a0-d6d580c55656', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes'} Body: b'{"volume": {"id": "88a7a76a-24ad-4900-98a3-32f4c04e6979", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:24.359526", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-77670442", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979"}], "user_id": "edaadc038dae4afc87c237eaf4d508a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:14:24,505 80152 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979 0.053s 2023-04-24 00:14:24,505 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88f039d7-a58b-444f-a145-d8b1684f82a9', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88f039d7-a58b-444f-a145-d8b1684f82a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979'} Body: b'{"volume": {"id": "88a7a76a-24ad-4900-98a3-32f4c04e6979", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:24.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-77670442", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979"}], "user_id": "edaadc038dae4afc87c237eaf4d508a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "141a2852b1904cf996178a5f8b88f5fa"}}' 2023-04-24 00:14:25,567 80152 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979 0.049s 2023-04-24 00:14:25,568 80152 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, 24 Apr 2023 00:14:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dfb5380-3336-4d83-ac89-8d4824a75314', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dfb5380-3336-4d83-ac89-8d4824a75314', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979'} Body: b'{"volume": {"id": "88a7a76a-24ad-4900-98a3-32f4c04e6979", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:24.000000", "updated_at": "2023-04-24T00:14:25.000000", "name": "tempest-TaggedBootDevicesTest-volume-77670442", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979"}], "user_id": "edaadc038dae4afc87c237eaf4d508a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "141a2852b1904cf996178a5f8b88f5fa"}}' {2} 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 e4be8cac-1e85-4323-89a9-46794a480eb5 failed to build and is in ERROR status {2} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {5} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [174.906214s] ... 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 9816c313-abde-4c45-b8f7-74056fafe505 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:41,950 80148 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/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.418s 2023-04-24 00:11:41,950 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1def87be-2c9a-4e7e-b6ab-37d38d3d00e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:11:43,251 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 1.255s 2023-04-24 00:11:43,252 80148 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, 24 Apr 2023 00:11:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-0b2f7e2e-6f78-4fa4-bd42-ed3d5be9d6fb', '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": "26ca23f4ae694d6eb392b4149eac642e", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "6d0fc2e0-41f4-457d-aa83-7dd6fd114687", "created_at": "2023-04-24T00:11:43Z", "updated_at": "2023-04-24T00:11:43Z", "tags": [], "self": "/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687", "file": "/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:11:46,203 80148 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-24 00:11:46,203 80148 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/6d0fc2e0-41f4-457d-aa83-7dd6fd114687/file 2.951s 2023-04-24 00:11:46,204 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b75ef1ae-e47d-40c0-9127-84926a72e783', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687/file'} Body: b'' 2023-04-24 00:11:46,204 80148 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:11:46,205 80148 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:11:46,463 80148 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.256s 2023-04-24 00:11:46,464 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1524659291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP/vhtnDrSUbhDcnzbj2hTMPnSPvEi9MH767Q1zBuBu7Q388dTCb4/K/XteUMBOM3VV8UZ23HJ9k+WdLhWp/wu0OUK0FLVdByp/HDgDXNkveo1WfqdtyNUzgJX99Y7XXPw=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5e55237-818e-4077-aaa2-3770fa281497', 'x-compute-request-id': 'req-a5e55237-818e-4077-aaa2-3770fa281497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1524659291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP/vhtnDrSUbhDcnzbj2hTMPnSPvEi9MH767Q1zBuBu7Q388dTCb4/K/XteUMBOM3VV8UZ23HJ9k+WdLhWp/wu0OUK0FLVdByp/HDgDXNkveo1WfqdtyNUzgJX99Y7XXPw==", "fingerprint": "0c:b9:26:7f:41:bf:07:eb:fc:68:ea:a9:35:d4:9c:6b", "user_id": "04625ea29ba641fc8342441f61274d4f"}}' 2023-04-24 00:11:46,472 80148 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1524659291 created 2023-04-24 00:11:46,998 80148 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.526s 2023-04-24 00:11:46,999 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1285617159", "description": "tempest-description--1813201579"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-77be2628-a1ed-4a8c-aa3a-7e93920fc05d', 'date': 'Mon, 24 Apr 2023 00:11:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "name": "tempest-securitygroup--1285617159", "stateful": true, "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "description": "tempest-description--1813201579", "shared": false, "security_group_rules": [{"id": "044acd94-3a8d-445f-923f-66816dd056d2", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "security_group_id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "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": 300, "description": null, "tags": [], "create d_at": "2023-04-24T00:11:46Z", "updated_at": "2023-04-24T00:11:46Z", "revision_number": 0, "project_id": "6e163039cafd4b2880a41ded2e2f7d00"}, {"id": "478c6b76-bef3-4d20-8cc9-0e3f80c84562", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "security_group_id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "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": 301, "description": null, "tags": [], "created_at": "2023-04-24T00:11:46Z", "updated_at": "2023-04-24T00:11:46Z", "revision_number": 0, "project_id": "6e163039cafd4b2880a41ded2e2f7d00"}], "tags": [], "created_at": "2023-04-24T00:11:46Z", "updated_at": "2023-04-24T00:11:46Z", "revision_number": 1, "project_id": "6e163039cafd4b2880a41ded2e2f7d00"}}' 2023-04-24 00:11:47,664 80148 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.665s 2023-04-24 00:11:47,665 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "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-c7e03c5e-7c62-4901-86b3-6569f4be9c86', 'date': 'Mon, 24 Apr 2023 00:11:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c1959fa9-34d6-468f-aa5c-0daa99745d10", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "security_group_id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "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-24T00:11:47Z", "updated_at": "2023-04-24T00:11:47Z", "revision_number": 0, "project_id": "6e163039cafd4b2880a41ded2e2f7d00"}}' 2023-04-24 00:11:48,051 80148 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.386s 2023-04-24 00:11:48,052 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3bab69dc-9b44-4fc4-a07c-f00773b7762a', 'date': 'Mon, 24 Apr 2023 00:11: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": "446863e7-ff5e-486d-9b4f-1e873df40edd", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "security_group_id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "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-24T00:11:47Z", "updated_at": "2023-04-24T00:11:47Z", "revision_number": 0, "project_id": "6e163039cafd4b2880a41ded2e2f7d00"}}' 2023-04-24 00:11:48,052 80148 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1285617159 created 2023-04-24 00:11:50,339 80148 INFO [tempest.lib.common.rest_client] Reques t (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.286s 2023-04-24 00:11:50,339 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-d3e6a4d3-d3aa-4daf-b0d9-d85f7f734a2d', 'date': 'Mon, 24 Apr 2023 00:11:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "65d59dff-b54b-40ca-bf83-e6eac06b944d", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "floating_ip_address": "172.24.4.190", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6e163039cafd4b2880a41ded2e2f7d00", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:49Z", "updated_at": "2023-04-24T00:11:49Z", "revision_number": 0}}' 2023-04-24 00:11:50,339 80148 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '65d59dff-b54b-40ca-bf83-e6eac06b944d', 'tenant_id': '6e163039cafd4b2880a41ded2e2f7d00', 'floating_ip_address': '172.24.4.190', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e163039cafd4b2880a41ded2e2f7d00', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:49Z', 'updated_at': '2023-04-24T00:11:49Z', 'revision_number': 0, 'ip': '172.24.4.190'} created 2023-04-24 00:11:50,502 80148 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.157s 2023-04-24 00:11:50,502 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:50 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-3b35a453-97a4-42f1-90bd-56341dd4fb40', '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": "04625ea29ba641fc8342441f61274d4f", "name": "tempest-AttachSCSIVolumeTestJSON-1166211293-project-member", "password_expires_at": null}, "audit_ids": ["3A3FmyAqQKGnJhmMOpIa1g"], "expires_at": "2023-04-24T01:11:50.000000Z", "issued_at": "2023-04-24T00:11:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6e163039cafd4b2880a41ded2e2f7d00", "name": "tempest-AttachSCSIVolumeTestJSON-1166211293"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "Re gionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6e163039cafd4b2880a41ded2e2f7d00", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:50,503 80148 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '60f29626-4198-42e4-835f-2d0d9cfabf8d', 'name': 'tempest-AttachSCSIVolumeTestJSON-973896992-network', 'tenant_id': '6e163039cafd4b2880a41ded2e2f7d00', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6e163039cafd4b2880a41ded2e2f7d00', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28999, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:50,503 80148 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1524659291', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP/vhtnDrSUbhDcnzbj2hTMPnSPvEi9MH767Q1zBuBu7Q388dTCb4/K/XteUMBOM3VV8UZ23HJ9k+WdLhWp/wu0OUK0FLVdByp/HDgDXNkveo1WfqdtyNUzgJX99Y7XXPw==', 'fingerprint': '0c:b9:26:7f:41:bf:07:eb:fc:68:ea:a9:35:d4:9c:6b', 'user_id': '04625ea29ba641fc8342441f61274d4f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBPlw05Yr9ZSCz7g9X+3Au4sJwyppQd5SVXR3V3OpzEY+YC0h2ZiuDS\nhijki0+IbVCgBwYFK4EEACKhZANiAAT/74bZw60lG4Q3J8249oUzD50j7xIvTB++\nu0Ncwbgbu0N/PHUwm+Pyv17XlDATjN1VfFGdtxyfZPlnS4Vqf8LtDlCtBS1XQcqf\nxw4A1zZL3qNVn6nbcjVM4CV/fWO11z8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '182c70b5-6ea3-4db9-b229-b34d8835ea6a', 'name': 'tempest-securitygroup--1285617159', 'stateful': True, 'tenant_id': '6e163039cafd4b2880a41ded2e2f7d00', 'description': 'tempest-description--1813201579', 'shared': False, 'security_group_rules': [{'id': '044acd94-3a8d-445f-923f-66816dd056d2', 'tenant_id': '6e163039cafd4b2880a41ded2e2f7d00', 'security_group_id': '182c70b5-6ea3-4db9-b229-b34d8835ea6a', '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': 300, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:46Z', 'updated_at': '2023-04-24T00:11:46Z', 'revision_number': 0, 'project_id': '6e163039cafd4b2880a41ded2e2f7d00'}, {'id': '478c6b76-bef3-4d20-8cc9-0e3f80c84562', 'tenant_id': '6e163039cafd4b2880a41ded2e2f7d00', 'security_ group_id': '182c70b5-6ea3-4db9-b229-b34d8835ea6a', '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': 301, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:46Z', 'updated_at': '2023-04-24T00:11:46Z', 'revision_number': 0, 'project_id': '6e163039cafd4b2880a41ded2e2f7d00'}], 'tags': [], 'created_at': '2023-04-24T00:11:46Z', 'updated_at': '2023-04-24T00:11:46Z', 'revision_number': 1, 'project_id': '6e163039cafd4b2880a41ded2e2f7d00'}, 'floating_ip': {'id': '65d59dff-b54b-40ca-bf83-e6eac06b944d', 'tenant_id': '6e163039cafd4b2880a41ded2e2f7d00', 'floating_ip_address': '172.24.4.190', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e163039cafd4b2880a41ded2e2f7d00', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:49Z', 'updated_at': '2023-04-24T00:11:49Z', 'revision_number': 0, 'ip': '172.24.4.190'}} 2023-04-24 00:11:52,047 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/compute/v2.1/servers 1.542s 2023-04-24 00:11:52,047 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1292260913", "imageRef": "6d0fc2e0-41f4-457d-aa83-7dd6fd114687", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "60f29626-4198-42e4-835f-2d0d9cfabf8d"}], "security_groups": [{"name": "tempest-securitygroup--1285617159"}], "key_name": "tempest-keypair-1524659291", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a03ce46-d61a-42ad-9986-c4931699b3df', 'x-compute-request-id': 'req-5a03ce46-d61a-42ad-9986-c4931699b3df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5e7bfc8d-7d4a-42f7-9657-cc65e1364b87", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1285617159"}], "adminPass": "Ky9BEr7PoiCE"}}' 2023-04-24 00:11:52,175 80148 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/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87 0.125s 2023-04-24 00:11:52,176 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:52 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-2b33c603-37b1-4ae3-9083-2001de2866a1', 'x-compute-request-id': 'req-2b33c603-37b1-4ae3-9083-2001de2866a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10 .0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87'} Body: b'{"server": {"id": "5e7bfc8d-7d4a-42f7-9657-cc65e1364b87", "name": "tempest-AttachSCSIVolumeTestJSON-server-1292260913", "status": "BUILD", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "user_id": "04625ea29ba641fc8342441f61274d4f", "metadata": {}, "hostId": "", "image": {"id": "6d0fc2e0-41f4-457d-aa83-7dd6fd114687", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:52Z", "updated": "2023-04-24T00:11:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1524659291", "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-24 00:12:42,674 80148 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/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87 0.438s 2023-04-24 00:12:42,675 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13f63d3c-2843-45b0-9127-fd28bd53915d', 'x-compute-request-id': 'req-13f63d3c-2843-45b0-9127-fd28bd53915d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87'} Body: b'{"server": {"id": "5e7bfc8d-7d4a-42f7-9657-cc65e1364b87", "name": "tempest-AttachSCSIVolumeTestJSON-server-1292260913", "status": "ACTIVE", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "user_id": "04625ea29ba641fc8342441f61274d4f", "metadata": {}, "hostId": "044bc38a09d462d81b52925d4903670beec44a35d05c40c7d52a2d56", "image": {"id": "6d0fc2e0-41f4-457d-aa83-7dd6fd114687", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:52Z", "updated": "2023-04-24T00:12:01Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-973896992-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:34"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1524659291", "OS-SRV-USG:launched_at": "2023-04-24T00:12:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1285617159"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:12:42,687 80148 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:13:42,905 80148 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/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87/os-interface 0.174s 2023-04-24 00:13:42,906 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:42 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-a23f8c0e-c428-425e-81a3-0a4f1d0dfc51', 'x-compute-request-id': 'req-a23f8c0e-c428-425e-81a3-0a4f1d0dfc51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "60f29626-4198-42e4-835f-2d0d9cfabf8d", "port_id": "5a56c96a-0083-47e5-819c-1d802bbcd6ea", "mac_addr": "fa:16:3e:04:8c:34", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e86edaf8-ea66-4a91-8b4c-32dc76b692f0", "ip_address": "10.0.0.8"}]}]}' 2023-04-24 00:13:43,754 80148 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/65d59dff-b54b-40ca-bf83-e6eac06b944d 0.844s 2023-04-24 00:13:43,754 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5a56c96a-0083-47e5-819c-1d802bbcd6ea"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ed7f5381-33b5-4c31-a749-c9112f9dd7c1', 'date': 'Mon, 24 Apr 2023 00:13:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/65d59dff-b54b-40ca-bf83-e6eac06b944d'} Body: b'{"floatingip": {"id": "65d59dff-b54b-40ca-bf83-e6eac06b944d", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "floating_ip_address": "172.24.4.190", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "28f77ff1-779b-4bce-b3d6-e1dfc3d2a8f9", "port_id": "5a56c96a-0083-47e5-819c-1d802bbcd6ea", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "60f29626-4198-42e4-835f-2d0d9cfabf8d", "mac_address": "fa:16:3e:04:8c:34", "admin_state_up": true, "status": "ACTIVE", "device_id": "5e7bfc8d-7d4a-42f7-9657-cc65e1364b87", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:49Z", "updated_at": "2023-04-24T00:13:43Z", "revision_number": 1, "project_id": "6e163039cafd4b2880a41ded2e2f7d00"}}' 2023-04-24 00:13:43,756 80148 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.190:22' as 'cirros' with public key authentication 2023-04-24 00:13:43,793 80148 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:13:43,814 80148 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:13:43,815 80148 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.190 successfully created 2023-04-24 00:13:44,053 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes 0.238s 2023-04-24 00:13:44,054 80148 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-930250025"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:1 3:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d240fa6-3931-4560-a126-974a65eb1c99', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d240fa6-3931-4560-a126-974a65eb1c99', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes'} Body: b'{"volume": {"id": "9816c313-abde-4c45-b8f7-74056fafe505", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:43.996529", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-930250025", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505"}], "user_id": "04625ea29ba641fc8342441f61274d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:44,103 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505 0.037s 2023-04-24 00:13:44,103 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7464aaaf-7b33-4ce5-b307-e00654685260', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7464aaaf-7b33-4ce5-b307-e00654685260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505'} Body: b'{"volume": {"id": "9816c313-abde-4c45-b8f7-74056fafe505", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:44.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-930250025", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505"}], "user_id": "04625ea29ba641fc8342441f61274d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6e163039cafd4b2880a41ded2e2f7d00"}}' 2023-04-24 00:13:45,154 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505 0.040s 2023-04-24 00:13:45,154 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf76324e-6223-4b2b-b2a3-51b218aeb66a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf76324e-6223-4b2b-b2a3-51b218aeb66a', 'connection': 'close', 'status': '2 00', 'content-location': 'http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505'} Body: b'{"volume": {"id": "9816c313-abde-4c45-b8f7-74056fafe505", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:44.000000", "updated_at": "2023-04-24T00:13:44.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-930250025", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505"}], "user_id": "04625ea29ba641fc8342441f61274d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6e163039cafd4b2880a41ded2e2f7d00"}}' 2023-04-24 00:13:45,284 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87 0.117s 2023-04-24 00:13:45,284 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:45 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-368298a1-d90b-4019-8e42-332edd486850', 'x-compute-request-id': 'req-368298a1-d90b-4019-8e42-332edd486850', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87'} Body: b'' 2023-04-24 00:13:45,464 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87 0.179s 2023-04-24 00:13:45,464 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:45 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-6de75419-2496-4ce5-83c5-0b717d62e50c', 'x-compute-request-id': 'req-6de75419-2496-4ce5-83c5-0b717d62e50c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87'} Body: b'{"server": {"id": "5e7bfc8d-7d4a-42f7-9657-cc65e1364b87", "name": "tempest-AttachSCSIVolumeTestJSON-server-1292260913", "status": "ACTIVE", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "user_id": "04625ea29ba641fc8342441f61274d4f", "metadata": {}, "hostId": "044bc38a09d462d81b52925d4903670beec44a35d05c40c7d52a2d56", "image": {"id": "6d0fc2e0-41f4-457d-aa83-7dd6fd114687", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:52Z", "updated": "2023-04-24T00:13:45Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-973896992-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:34"}, {"version": 4, "addr": "172.24.4.190", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:34"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1524659291", "OS-SRV-USG:launched_at": "2023-04-24T00:12:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1285617159"}], "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-24 00:14:35,567 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87 0.041s 2023-04-24 00:14:35,568 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-74d3680e-9853-475e-b96f-c845f4d027a9', 'x-compute-request-id': 'req-74d3680e-9853-475e-b96f-c845f4d027a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5e7bfc8d-7d4a-42f7-9657-cc65e1364b87 could not be found."}}' 2023-04-24 00:14:35,602 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1524659291 0.033s 2023-04-24 00:14:35,602 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-b58b1201-fef4-41ae-8f5e-ae7d46b0fbfe', 'x-compute-request-id': 'req-b58b1201-fef4-41ae-8f5e-ae7d46b0fbfe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1524659291'} Body: b'' 2023-04-24 00:14:35,752 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/182c70b5-6ea3-4db9-b229-b34d8835ea6a 0.149s 2023-04-24 00:14:35,752 80148 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-96e294fa-8ab5-4af2-b722-6907b5eabd2a', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:14:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/182c70b5-6ea3-4db9-b229-b34d8835ea6a'} Body: b'' 2023-04-24 00:14:35,790 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/182c70b5-6ea3-4db9-b229-b34d8835ea6a 0.037s 2023-04-24 00:14:35,790 80148 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-fa889d73-4f77-4240-bb57-124a2bd9fe17', 'date': 'Mon, 24 Apr 2023 00:14:35 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/182c70b5-6ea3-4db9-b229-b34d8835ea6a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 182c70b5-6ea3-4db9-b229-b34d8835ea6a does not exist", "detail": ""}}' 2023-04-24 00:14:36,309 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/65d59dff-b54b-40ca-bf83-e6eac06b944d 0.518s 2023-04-24 00:14:36,310 80148 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-680154ad-cd3e-4c35-98ca-9448744f3303', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:14:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/65d59dff-b54b-40ca-bf83-e6eac06b944d'} Body: b'' 2023-04-24 00:14:36,418 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687 0.108s 2023-04-24 00:14:36,418 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-3a7ade5d-0f33-4a6b-8b7b-79eda90e9e92', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687'} Body: b'' 2023-04-24 00:14:36,436 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687 0.017s 2023-04-24 00:14:36,436 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-54291158-976e-427b-acaf-81dff53f81fe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687'} Body: b'{"message": "No image found with ID 6d0fc2e0-41f4-457d-aa83-7dd6fd114687

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {1} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [231.479065s] ... 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 f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-24T00:14:30Z', 'message': 'Build of instance f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e aborted: Volume 74021ac9-27f1-4bb6-8e5d-ee21d295af7f did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-d365e8a8-c346-49f7-a8b4-5230eceea4f0. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:24,554 80140 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.036s 2023-04-24 00:11:24,555 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:24 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-8b25ebd6-95ec-42ff-8d20-de39c0ea8d25', '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": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443-project-member", "password_expires_at": null}, "audit_ids": ["0TacW3phRoOcHIN4ip47Jg"], "expires_at": "2023-04-24T01:11:24.000000Z", "issued_at": "2023-04-24T00:11:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d26ba1ed4b9241f9a084db1a14a945bb", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:24,555 80140 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-348197869-network', 'tenant_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28985, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:26,709 80140 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 2.152s 2023-04-24 00:11:26,709 80140 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-1137356929", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b', '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-27c2118c-033b-4842-b090-af2c77b3c2fb', 'x-compute-request-id': 'req-27c2118c-033b-4842-b090-af2c77b3c2fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3rvy7QyMcuQE"}}' 2023-04-24 00:11:26,982 80140 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/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b 0.266s 2023-04-24 00:11:26,982 80140 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, 24 Apr 2023 00:11:26 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-01d93101-94e9-4462-a4ab-45b927e88ca8', 'x-compute-request-id': 'req-01d93101-94e9-4462-a4ab-45b927e88ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b'} Body: b'{"server": {"id": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1137356929", "status": "BUILD", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:11:27Z", "updated": "2023-04-24T00:11:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4e d916c-8dc9-4fbd-a18f-ca7428e80f5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}], "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-24 00:12:17,517 80140 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/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b 0.469s 2023-04-24 00:12:17,517 80140 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, 24 Apr 2023 00:12:17 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-0907e8c8-e6d2-4411-8616-4cbc2a5268a8', 'x-compute-request-id': 'req-0907e8c8-e6d2-4411-8616-4cbc2a5268a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b'} Body: b'{"server": {"id": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1137356929", "status": "ACTIVE", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "9024da7ff1b29c5c9e8c53cf0488d9c565dfb563307d464f49033520", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:11:26Z", "updated": "2023-04-24T00:11:43Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-348197869-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:2a:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-24 00:12:17,533 80140 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:13:18,682 80140 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/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b/action 1.090s 2023-04-24 00:13:18,683 80140 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-ServerBootFromVolumeSta bleRescueTest-image-339196851"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:17 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-66214f98-5ae2-4a17-870b-ecf3c18cfc93', 'x-compute-request-id': 'req-66214f98-5ae2-4a17-870b-ecf3c18cfc93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b/action'} Body: b'{"image_id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de"}' 2023-04-24 00:13:18,712 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.027s 2023-04-24 00:13:18,712 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-75a99f9e-43c4-4d1f-a2c4-a0d5c83d09de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:19Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:19,738 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.024s 2023-04-24 00:13:19,738 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b3b55570-251c-4c70-b3e4-d354fc031439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:19Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:20,763 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.023s 2023-04-24 00:13:20,764 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-37bc548f-934e-432d-9a37-6184a8bb4b97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:19Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:21,788 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.022s 2023-04-24 00:13:21,789 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2c84c77e-ccc7-430a-92c9-b1ef5bc8d293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "b oot_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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:22Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:22,817 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.026s 2023-04-24 00:13:22,818 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3303575a-13a9-4bbe-beff-627785c89876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:22Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:23,851 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.031s 2023-04-24 00:13:23,851 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json ', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b934f67d-51f4-48e4-a63e-fa134db8e7c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "afb22dcdb1bd6f83795ec5aec68a77d9", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4abcff23fabc32f8c76d822e673cbce38a80944182c069db9aac27b6410d95db98cf4108dae77533d051e958f5312e6f48da93fa8f0ed02476829bcd23ec621f", "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:24Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:23,875 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.023s 2023-04-24 00:13:23,876 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a84be17f-2674-4438-b475-6c866c283fb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "afb22dcdb1bd6f83795ec5aec68a77d9", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d26ba1ed4b9241f9a084db1a14a 945bb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4abcff23fabc32f8c76d822e673cbce38a80944182c069db9aac27b6410d95db98cf4108dae77533d051e958f5312e6f48da93fa8f0ed02476829bcd23ec621f", "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:24Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:24,160 80140 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/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b 0.283s 2023-04-24 00:13:24,160 80140 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, 24 Apr 2023 00:13:23 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-70b8d142-7653-4368-84c5-e29d8d19cc3a', 'x-compute-request-id': 'req-70b8d142-7653-4368-84c5-e29d8d19cc3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b'} Body: b'{"server": {"id": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1137356929", "status": "ACTIVE", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "9024da7ff1b29c5c9e8c53cf0488d9c565dfb563307d464f49033520", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:11:26Z", "updated": "2023-04-24T00:13:24Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-348197869-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:2a:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-24 00:14:24,327 80140 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.092s 2023-04-24 00:14:24,327 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:24 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-6a662383-dde5-42f9-8f14-54c2c312468d', '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": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443-project-member", "password_expires_at": null}, "audit_ids": ["L2dNiU3wRmmTr8k6Ra4DTw"], "expires_at": "2023-04-24T01:14:24.000000Z", "issued_at": "2023-04-24T00:14:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d26ba1ed4b9241f9a084db1a14a945bb", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:14:24,328 80140 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-348197869-network', 'tenant_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28985, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:14:25,059 80140 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.730s 2023-04-24 00:14:25,060 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Typ e': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-238075653", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e', '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-d365e8a8-c346-49f7-a8b4-5230eceea4f0', 'x-compute-request-id': 'req-d365e8a8-c346-49f7-a8b4-5230eceea4f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "o9vAZ7ZmWJFm"}}' 2023-04-24 00:14:25,150 80140 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/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e 0.082s 2023-04-24 00:14:25,150 80140 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, 24 Apr 2023 00:14:25 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-7bbd4fac-c1ea-4c9c-9862-4905844a0da9', 'x-compute-request-id': 'req-7bbd4fac-c1ea-4c9c-9862-4905844a0da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e'} Body: b'{"server": {"id": "f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-238075653", "status": "BUILD", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:14:25Z", "updated": "2023-04-24T00:14:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e"}], "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-24 00:15:15,345 80140 INFO [tempest.lib.common.rest_client] Request (Server BootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e 0.166s 2023-04-24 00:15:15,345 80140 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, 24 Apr 2023 00:15:15 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-25a8d975-93e8-425a-843c-53936928be83', 'x-compute-request-id': 'req-25a8d975-93e8-425a-843c-53936928be83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e'} Body: b'{"server": {"id": "f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-238075653", "status": "ERROR", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:14:25Z", "updated": "2023-04-24T00:14:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-24T00:14:30Z", "message": "Build of instance f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e aborted: Volume 74021ac9-27f1-4bb6-8e5d-ee21d295af7f did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-24 00:15:15,361 80140 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-24 00:15:15,947 80140 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/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e 0.585s 2023-04-24 00:15:15,947 80140 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, 24 Apr 2023 00:15:15 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-7c880651-e368-42b2-a57b-56dd911f7f24', 'x-compute-request-id': 'req-7c880651-e368-42b2-a57b-56dd911f7f24', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e'} Body: b'' 2023-04-24 00:15:15,986 80140 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/f2eb4 cbc-772c-4e6b-b0a1-4ab8378e841e 0.038s 2023-04-24 00:15:15,986 80140 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, 24 Apr 2023 00:15:15 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-f70f376c-bf4f-409c-a710-ce1c20c4bf01', 'x-compute-request-id': 'req-f70f376c-bf4f-409c-a710-ce1c20c4bf01', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e could not be found."}}' {9} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.332655s] ... 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 da78c6ec-ecc2-4835-8f15-1c474c8a57ac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:39,911 80156 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.085s 2023-04-24 00:13:39,912 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:39 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-71a2d053-24d7-431b-8ad4-b1f3682209d1', '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": "640ec20e46a2422a8aabcc152e522e02", "name": "tempest-VolumesAdminNegativeTest-821594302-project-member", "password_expires_at": null}, "audit_ids": ["OlQazVPlQGS8vgi_h6m_nA"], "expires_at": "2023-04-24T01:13:39.000000Z", "issued_at": "2023-04-24T00:13:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df0187dbb10d42da941645107df203f6", "name": "tempest-VolumesAdminNegativeTest-821594302"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/df0187dbb10d42da941645107df203f6", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:13:39,912 80156 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'fc4a840b-9c4f-4c52-8a4e-411d66ac14e1', 'name': 'tempest-VolumesAdminNegativeTest-2047577326-network', 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'df0187dbb10d42da9416 45107df203f6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22695, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:13:40,375 80156 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.462s 2023-04-24 00:13:40,376 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-228310302", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "fc4a840b-9c4f-4c52-8a4e-411d66ac14e1"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2424c7f-7f0e-4e99-a47b-c0a178ef366f', 'x-compute-request-id': 'req-c2424c7f-7f0e-4e99-a47b-c0a178ef366f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f2a3766c-0a08-4eb5-a833-e39eb73d3426", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "iBuamPb9ik3R"}}' 2023-04-24 00:13:40,448 80156 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/f2a3766c-0a08-4eb5-a833-e39eb73d3426 0.069s 2023-04-24 00:13:40,449 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1211', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-765d416d-e550-4bc8-b3f6-6b974c6d1a52', 'x-compute-request-id': 'req-765d416d-e550-4bc8-b3f6-6b974c6d1a52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426'} Body: b'{"server": {"id": "f2a3766c-0a08-4eb5-a833-e39eb73d3426", "name": "tempest-VolumesAdminNegativeTest-server-228310302", "status": "BUILD", "tenant_id": "df0187dbb10d42da941645107df203f6", "user_id": "640ec20e46a2422a8aabcc152e522e02", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:13:40Z", "updated": "2023-04-24T00:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426"}], "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-24 00:14:30,742 80156 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/f2a3766c-0a08-4eb5-a833-e39eb73d3426 0.232s 2023-04-24 00:14:30,742 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ab22df8-7c1a-4044-85f6-94e64843f517', 'x-compute-request-id': 'req-5ab22df8-7c1a-4044-85f6-94e64843f517', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426'} Body: b'{"server": {"id": "f2a3766c-0a08-4eb5-a833-e39eb73d3426", "name": "tempest-VolumesAdminNegativeTest-server-228310302", "status": "ACTIVE", "tenant_id": "df0187dbb10d42da941645107df203f6", "user_id": "640ec20e46a2422a8aabcc152e522e02", "metadata": {}, "hostId": "e15e37781f2140058bf6de4b467fdcb26ff7c9ebce731ee904f3efec", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:13:40Z", "updated": "2023-04-24T00:13:47Z", "addresses": {"tempest-VolumesAdminNegativeTest-2047577326-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:2d:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:13:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:14:30,754 80156 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:15:31,023 80156 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/df0187dbb10d42da941645107df203f6/volumes 0.209s 2023-04-24 00:15:31,024 80156 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-921075651"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-158b0e2f-a101-4b30-b9b1-65659de8b78e', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-158b0e2f-a101-4b30-b9b1-65659de8b78e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes'} Body: b'{"volume": {"id": "da78c6ec- ecc2-4835-8f15-1c474c8a57ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:15:30.954134", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-921075651", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac"}], "user_id": "640ec20e46a2422a8aabcc152e522e02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:15:31,070 80156 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/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac 0.037s 2023-04-24 00:15:31,071 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b60a00a-70a8-4123-b2ea-9380c45beec4', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b60a00a-70a8-4123-b2ea-9380c45beec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac'} Body: b'{"volume": {"id": "da78c6ec-ecc2-4835-8f15-1c474c8a57ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:15:31.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-921075651", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac"}], "user_id": "640ec20e46a2422a8aabcc152e522e02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0187dbb10d42da941645107df203f6"}}' 2023-04-24 00:15:32,142 80156 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/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac 0.060s 2023-04-24 00:15:32,143 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae8afadf-ffa2-4dc6-aa3f-9937301c4281', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae8afadf-ffa2-4dc6-aa3f-9937301c4281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac'} Body: b'{"volume": {"id": "da78c6ec-ecc2-4835-8f15-1c474c8a57ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:15:31.000000", "updated_at": "2023-04-24T00:15:31.000000", "name": "tempest-VolumesAdminNegativeTest-volume-921075651", "description": null, "volume_type": "jov iandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac"}], "user_id": "640ec20e46a2422a8aabcc152e522e02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0187dbb10d42da941645107df203f6"}}' {11} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [166.526285s] ... 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 c173b6f3-0cd3-4be8-9c32-0e42b336036c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:03,188 80160 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:14:03,188 80160 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:14:03,269 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.077s 2023-04-24 00:14:03,269 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-670582452", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKcfTjP5WJcryNzsqlkun8gR9wahBjjV98bivT/lgH0hNMo4q0VTdNxQslRxtaeP2me2yW9f66D9TwOftMRDgzVFqTefGAIW0hAhjgdNDN4d4jy/uJaM5+9CQHsIpBa8tQ=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:03 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-1cf2a35b-3394-4cbc-86fc-9d73824cf71c', 'x-compute-request-id': 'req-1cf2a35b-3394-4cbc-86fc-9d73824cf71c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-670582452", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKcfTjP5WJcryNzsqlkun8gR9wahBjjV98bivT/lgH0hNMo4q0VTdNxQslRxtaeP2me2yW9f66D9TwOftMRDgzVFqTefGAIW0hAhjgdNDN4d4jy/uJaM5+9CQHsIpBa8tQ==", "fingerprint": "88:a4:bf:6b:24:f0:6f:b3:f7:a4:ab:52:fe:fa:8f:84", "user_id": "471d341199f0431a95ae54651c4f0780"}}' 2023-04-24 00:14:03,272 80160 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-670582452 created 2023-04-24 00:14:03,420 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.147s 2023-04-24 00:14:03,420 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--37849048", "description": "tempest-description--1908651912"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-8530b356-cc78-46dc-9f07-372ef8735c35', 'date': 'Mon, 24 Apr 2023 00:14:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "name": "tempest-securitygroup--37849048", "stateful": true, "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "description": "tempest-description--1908651912", "shared": false, "security_group_rules": [{"id": "8d306e81-0738-4618-836b-c0dc71da2507", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "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": 421, "description": null, "tags": [], "created_at": "2023-04-24T00:14:03Z", "updated_at": "2023-04-24T00:14:03Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}, {"id": "ea8b1535-4b08-4723-b3ff-adc062a783e6", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalize d_cidr": null, "remote_group_id": null, "standard_attr_id": 420, "description": null, "tags": [], "created_at": "2023-04-24T00:14:03Z", "updated_at": "2023-04-24T00:14:03Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}], "tags": [], "created_at": "2023-04-24T00:14:03Z", "updated_at": "2023-04-24T00:14:03Z", "revision_number": 1, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:14:03,680 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.259s 2023-04-24 00:14:03,680 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "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-5091932e-4acd-463f-9217-78a6a8aee7cb', 'date': 'Mon, 24 Apr 2023 00:14: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": "a7458c1f-39be-4391-8a77-eaf2446d4f9c", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "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-24T00:14:03Z", "updated_at": "2023-04-24T00:14:03Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:14:03,892 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.211s 2023-04-24 00:14:03,892 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-47ec0bf7-233b-4558-aed9-239775c701aa', 'date': 'Mon, 24 Apr 2023 00:14: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": "1db12182-8949-45c8-93ed-4e0069c408a9", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "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-24T00:14:03Z", "updated_at": "2023-04-24T00:14:03Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:14:03,892 80160 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--37849048 created 2023-04-24 00:14:04,719 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.826s 2023-04-24 00:14:04,719 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-opens tack-request-id': 'req-fadaa9a0-3dec-45c6-b50b-82ea4976ce1a', 'date': 'Mon, 24 Apr 2023 00:14:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "45141784-d686-4eee-9925-b51448339e99", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "floating_ip_address": "172.24.4.109", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1d063c2bdc884fb8b826b9fb6fd97405", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:14:04Z", "updated_at": "2023-04-24T00:14:04Z", "revision_number": 0}}' 2023-04-24 00:14:04,720 80160 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '45141784-d686-4eee-9925-b51448339e99', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'floating_ip_address': '172.24.4.109', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:04Z', 'updated_at': '2023-04-24T00:14:04Z', 'revision_number': 0, 'ip': '172.24.4.109'} created 2023-04-24 00:14:04,845 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.116s 2023-04-24 00:14:04,845 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:04 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-7b188d6f-fa7f-4cfc-82db-7fb529616901', '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": "471d341199f0431a95ae54651c4f0780", "name": "tempest-AttachVolumeTestJSON-1425553791-project-member", "password_expires_at": null}, "audit_ids": ["fGb6MzHMTEegej6SYu9PNw"], "expires_at": "2023-04-24T01:14:04.000000Z", "issued_at": "2023-04-24T00:14:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d063c2bdc884fb8b826b9fb6fd97405", "name": "tempest-AttachVolumeTestJSON-1425553791"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "Reg ionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1d063c2bdc884fb8b826b9fb6fd97405", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:14:04,846 80160 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'c29459b8-bcaa-41ae-94fa-d61344bae22f', 'name': 'tempest-AttachVolumeTestJSON-2015616970-network', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34370, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:14:04,846 80160 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-670582452', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKcfTjP5WJcryNzsqlkun8gR9wahBjjV98bivT/lgH0hNMo4q0VTdNxQslRxtaeP2me2yW9f66D9TwOftMRDgzVFqTefGAIW0hAhjgdNDN4d4jy/uJaM5+9CQHsIpBa8tQ==', 'fingerprint': '88:a4:bf:6b:24:f0:6f:b3:f7:a4:ab:52:fe:fa:8f:84', 'user_id': '471d341199f0431a95ae54651c4f0780', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBP+Q0P+przitYkhsPe/lXxcB+xWuOyhiYSj/I6L4KRxzRkjRbIeRkA\npJAifRxtk4GgBwYFK4EEACKhZANiAASnH04z+ViXK8jc7KpZLp/IEfcGoQY41ffG\n4r0/5YB9ITTKOKtFU3TcULJUcbWnj9pntslvX+ug/U8Dn7TEQ4M1Rak3nxgCFtIQ\nIY4HTQzeHeI8v7iWjOfvQkB7CKQWvLU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '918bf7d2-bcd8-444e-afb0-6d1cef238b67', 'name': 'tempest-securitygroup--37849048', 'stateful': True, 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'description': 'tempest-description--1908651912', 'shared': False, 'security_group_rules': [{'id': '8d306e81-0738-4618-836b-c0dc71da2507', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'security_group_id': '918bf7d2-bcd8-444e-afb0-6d1cef238b67', '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': 421, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:14:03Z', 'updated_at': '2023-04-24T00:14:03Z', 'revision_number': 0, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405'}, {'id': 'ea8b1535-4b08-4723-b3ff-adc062a783e6', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'security_group_id': '918bf7d2-bcd8-444e-afb0-6d1cef238b67', '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': 420, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:14:03Z', 'updated_at': '2023-04-24T00:14:03Z', 'revision_number': 0, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405'}], 'tags': [], 'created_at': '2023-04-24T 00:14:03Z', 'updated_at': '2023-04-24T00:14:03Z', 'revision_number': 1, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405'}, 'floating_ip': {'id': '45141784-d686-4eee-9925-b51448339e99', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'floating_ip_address': '172.24.4.109', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:04Z', 'updated_at': '2023-04-24T00:14:04Z', 'revision_number': 0, 'ip': '172.24.4.109'}} 2023-04-24 00:14:05,617 80160 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.770s 2023-04-24 00:14:05,618 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1191061004", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c29459b8-bcaa-41ae-94fa-d61344bae22f"}], "security_groups": [{"name": "tempest-securitygroup--37849048"}], "key_name": "tempest-keypair-670582452", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', 'location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fd52e5f-5407-478b-8735-204e7d33e9a0', 'x-compute-request-id': 'req-6fd52e5f-5407-478b-8735-204e7d33e9a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "38c59ffc-494a-4d2b-a199-226a6e7cc683", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--37849048"}], "adminPass": "password"}}' 2023-04-24 00:14:05,694 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683 0.072s 2023-04-24 00:14:05,694 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:05 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-6281fee3-6bcf-48a0-91b0-55aec2d7fe66', 'x-compute-request-id': 'req-6281fee3-6bcf-48a0-91b0-55aec2d7fe66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683'} Body: b'{"server": {"id": "38c59ffc-494a-4d2b-a199-226a6e7cc683", "name": "tempest-AttachVolumeTestJSON-server-1191061004", "status": "BUILD", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "user_id": "471d341199f0431a95ae54651c4f0780", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:06Z", "updated": "2023-04-24T00:14:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-670582452", "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-24 00:14:55,979 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683 0.256s 2023-04-24 00:14:55,979 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:55 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-a5febe90-9668-4a51-a185-cc178f419803', 'x-compute-request-id': 'req-a5febe90-9668-4a51-a185-cc178f419803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683'} Body: b'{"server": {"id": "38c59ffc-494a-4d2b-a199-226a6e7cc683", "name": "tempest-AttachVolumeTestJSON-server-1191061004", "status": "ACTIVE", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "user_id": "471d341199f0431a95ae54651c4f0780", "metadata": {}, "hostId": "8923544150293e27e2c706c0f14312b9ba2d0241eb0b684aff23f4b8", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:05Z", "updated": "2023-04-24T00:14:13Z", "addresses": {"tempest-AttachVolumeTestJSON-2015616970-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:d7:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-670582452", "OS-SRV-USG:launched_at": "2023-04-24T00:14:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--37849048"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:14:55,990 80160 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:15:56,196 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683/os-interface 0.174s 2023-04-24 00:15:56,196 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'opensta ck-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d0ddf37-e81d-4bb8-b887-c28bf05bcdc9', 'x-compute-request-id': 'req-5d0ddf37-e81d-4bb8-b887-c28bf05bcdc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c29459b8-bcaa-41ae-94fa-d61344bae22f", "port_id": "e9b64819-4e5d-4a42-aa9c-d460bb336094", "mac_addr": "fa:16:3e:66:d7:60", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c0e40460-5266-4d22-a93e-14a5dc662fe1", "ip_address": "10.0.0.9"}]}]}' 2023-04-24 00:15:56,863 80160 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/45141784-d686-4eee-9925-b51448339e99 0.663s 2023-04-24 00:15:56,864 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e9b64819-4e5d-4a42-aa9c-d460bb336094"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-9b93c700-6e2a-46af-9f12-802df6f7eff3', 'date': 'Mon, 24 Apr 2023 00:15:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/45141784-d686-4eee-9925-b51448339e99'} Body: b'{"floatingip": {"id": "45141784-d686-4eee-9925-b51448339e99", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "floating_ip_address": "172.24.4.109", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "2a8bff38-2458-461f-939a-53d4754ee28f", "port_id": "e9b64819-4e5d-4a42-aa9c-d460bb336094", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c29459b8-bcaa-41ae-94fa-d61344bae22f", "mac_address": "fa:16:3e:66:d7:60", "admin_state_up": true, "status": "ACTIVE", "device_id": "38c59ffc-494a-4d2b-a199-226a6e7cc683", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:14:04Z", "updated_at": "2023-04-24T00:15:56Z", "revision_number": 1, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:15:56,865 80160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.109:22' as 'cirros' with public key authentication 2023-04-24 00:15:56,897 80160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:15:56,920 80160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:15:56,921 80160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.109 successfully created 2023-04-24 00:15:56,963 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683/ips 0.041s 2023-04-24 00:15:56,963 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:56 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-36840552-4cd4-455e-b075-ad7ca2d82dfe', 'x-compute-request-id': 'req-36840552-4cd4-455e-b075-ad7ca2d82dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2015616970-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2023-04-24 00:15:57,157 80160 INFO [t empest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes 0.190s 2023-04-24 00:15:57,157 80160 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-1642644021"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34e4377d-a36e-4a46-88da-fd0dd5203257', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34e4377d-a36e-4a46-88da-fd0dd5203257', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes'} Body: b'{"volume": {"id": "c173b6f3-0cd3-4be8-9c32-0e42b336036c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:15:57.092383", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1642644021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c"}], "user_id": "471d341199f0431a95ae54651c4f0780", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:15:57,209 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c 0.041s 2023-04-24 00:15:57,210 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd3c4028-28e4-4164-977d-656d155b8c10', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd3c4028-28e4-4164-977d-656d155b8c10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c'} Body: b'{"volume": {"id": "c173b6f3-0cd3-4be8-9c32-0e42b336036c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:15:57.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1642644021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c"}], "user_id": "471d341199f0431a95ae54651c4f0780", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:15:58,272 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c 0.043s 2023-04-24 00:15:58,272 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applic ation/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e69eed21-fe56-4111-9e60-32b509f11fb2', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e69eed21-fe56-4111-9e60-32b509f11fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c'} Body: b'{"volume": {"id": "c173b6f3-0cd3-4be8-9c32-0e42b336036c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:15:57.000000", "updated_at": "2023-04-24T00:15:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-1642644021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c"}], "user_id": "471d341199f0431a95ae54651c4f0780", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:15:58,414 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683 0.131s 2023-04-24 00:15:58,414 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15: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-f0e58108-e8d9-4fc4-8398-2071216bcbff', 'x-compute-request-id': 'req-f0e58108-e8d9-4fc4-8398-2071216bcbff', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683'} Body: b'' 2023-04-24 00:15:58,763 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683 0.348s 2023-04-24 00:15:58,764 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dc3bfee-ff8c-45ba-b0fc-d989038103fa', 'x-compute-request-id': 'req-4dc3bfee-ff8c-45ba-b0fc-d989038103fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683'} Body: b'{"server": {"id": "38c59ffc-494a-4d2b-a199-226a6e7cc683", "name": "tempest-AttachVolumeTestJSON-server-1191061004", "status": "ACTIVE", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "user_id": "471d341199f0431a95ae54651c4f0780", "metadata": {}, "hostId": "8923544150293e27e2c706c0f14312b9ba2d0241eb0b684aff23f4b8", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "boo kmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:05Z", "updated": "2023-04-24T00:15:58Z", "addresses": {"tempest-AttachVolumeTestJSON-2015616970-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:d7:60"}, {"version": 4, "addr": "172.24.4.109", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:d7:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-670582452", "OS-SRV-USG:launched_at": "2023-04-24T00:14:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--37849048"}], "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-24 00:16:48,963 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683 0.137s 2023-04-24 00:16:48,963 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16: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-8d6fa536-964a-43c2-a4f5-00250864b28e', 'x-compute-request-id': 'req-8d6fa536-964a-43c2-a4f5-00250864b28e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 38c59ffc-494a-4d2b-a199-226a6e7cc683 could not be found."}}' 2023-04-24 00:16:48,990 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-670582452 0.026s 2023-04-24 00:16:48,990 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16: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-118c1954-0f5b-4c26-a5a4-58220153d78b', 'x-compute-request-id': 'req-118c1954-0f5b-4c26-a5a4-58220153d78b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-670582452'} Body: b'' 2023-04-24 00:16:49,139 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/918bf7d2-bcd8-444e-afb0-6d1cef238b67 0.148s 2023-04-24 00:16:49,139 80160 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-2aac891e-2879-482c-b4bd-ab146cbe6eaf', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:16:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/918bf7d2-bcd8-444e-afb0-6d1cef238b67'} Body: b'' 2023-04-24 00:16:49,176 80160 INFO [tempest.lib.common.r est_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/918bf7d2-bcd8-444e-afb0-6d1cef238b67 0.036s 2023-04-24 00:16:49,176 80160 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-dc915ae4-436c-44c1-abaf-8cefd3984c2d', 'date': 'Mon, 24 Apr 2023 00:16:49 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/918bf7d2-bcd8-444e-afb0-6d1cef238b67'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 918bf7d2-bcd8-444e-afb0-6d1cef238b67 does not exist", "detail": ""}}' 2023-04-24 00:16:49,713 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/45141784-d686-4eee-9925-b51448339e99 0.536s 2023-04-24 00:16:49,713 80160 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-3b4e4c19-91ae-4156-9420-2c384b62184e', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:16:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/45141784-d686-4eee-9925-b51448339e99'} Body: b'' {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.419842s] ... 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 3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:16:53,471 80150 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes 0.276s 2023-04-24 00:16:53,471 80150 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-788056026"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5162fce-5560-422d-9c5f-24de4ab8b018', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5162fce-5560-422d-9c5f-24de4ab8b018', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes'} Body: b'{"volume": {"id": "3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:53.393747", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-788056026", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf"}], "user_id": "514ecffec8034d60ae3c00ecd1ef5c8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:16:53,526 80150 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf 0.045s 2023-04-24 00:16:53,526 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-355bb3ab-0ae4-427e-b05c-d98a51faae43', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-355bb3ab-0ae4-427e-b05c-d98a51faae43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf'} Body: b'{"volume": {"id": "3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:53.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-788056026", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf"}], "user_id": "514ecffec8034d60ae3c00ecd1ef5c8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cff0cbf3a5c4a4aadb3399a31adff0d"}}' 2023-04-24 00:16:54,600 80150 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf 0.061s 2023-04-24 00:16:54,601 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b8a4bf2-8b88-403b-bd35-3e7ee29d70f3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b8a4bf2-8b88-403b-bd35-3e7ee29d70f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf'} Body: b'{"volume": {"id": "3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:53.000000", "updated_at": "2023-04-24T00:16:54.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-788056026", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf"}], "user_id": "514ecffec8034d60ae3c00ecd1ef5c8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cff0cbf3a5c4a4aadb3399a31adff0d"}}' {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.321611s] ... 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 c8a1a369-f7be-494f-9d34-4d3547967f27 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:16:54,813 80150 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes 0.198s 2023-04-24 00:16:54,813 80150 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-1901309644"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a995814f-c6dc-4737-8d50-2d7d26b1d52b', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a995814f-c6dc-4737-8d50-2d7d26b1d52b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes'} Body: b'{"volume": {"id": "c8a1a369-f7be-494f-9d34-4d3547967f27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:54.750916", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1901309644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27"}], "user_id": "514ecffec8034d60ae3c00ecd1ef5c8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:16:54,863 80150 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27 0.040s 2023-04-24 00:16:54,863 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17fffdf5-06f2-435c-b5a0-8582115e4933', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17fffdf5-06f2-435c-b5a0-8582115e4933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27'} Body: b'{"volume": {"id": "c8a1a369-f7be-494f-9d34-4d3547967f27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:55.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1901309644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27"}], "user_id": "514ecffec8034d60ae3c00ecd1ef5c8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cff0cbf3a5c4a4aadb3399a31adff0d"}}' 2023-04-24 00:16:55,924 80150 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27 0.040s 2023-04-24 00:16:55,924 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9526da69-44c2-4b58-8f79-7549691dcaf4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9526da69-44c2-4b58-8f79-7549691dcaf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27'} Body: b'{"volume": {"id": "c8a1a369-f7be-494f-9d34-4d3547967f27", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:55.000000", "updated_at": "2023-04-24T00:16:55.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1901309644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27"}], "user_id": "514ecffec8034d60ae3c00ecd1ef5c8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cff0cbf3a5c4a4aadb3399a31adff0d"}}' {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [168.089120s] ... 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 04fd1866-47ba-4363-9967-84c59146260d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:09,352 80138 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:14:09,352 80138 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:14:09,404 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2023-04-24 00:14:09,404 80138 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-1058824653", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH3GEjjTKC06op3WsPivqO+l4BSt54OlT00thV38HKoIy/ZNPvfWSo0jJrcHAlGb/+rJGJfe0UfKW92qrg1FUtDiP9SzVcY4eMX4ApUmWqGlNNLLT473cBCHXS8s2TWXxg=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51f177e1-8a08-4763-920d-916422f556fe', 'x-compute-request-id': 'req-51f177e1-8a08-4763-920d-916422f556fe', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1058824653", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH3GEjjTKC06op3WsPivqO+l4BSt54OlT00thV38HKoIy/ZNPvfWSo0jJrcHAlGb/+rJGJfe0UfKW92qrg1FUtDiP9SzVcY4eMX4ApUmWqGlNNLLT473cBCHXS8s2TWXxg==", "fingerprint": "c6:48:13:26:f4:0f:ee:4f:ee:c8:47:56:03:ed:73:e6", "user_id": "539997e65f4f4ef7998a4386d19a5e9f"}}' 2023-04-24 00:14:09,407 80138 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1058824653 created 2023-04-24 00:14:09,594 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.186s 2023-04-24 00:14:09,595 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--880137050", "description": "tempest-description--853921285"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-de8010e7-a6c6-4579-9eac-bfd043be3896', 'date': 'Mon, 24 Apr 2023 00:14:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "name": "tempest-securitygroup--880137050", "stateful": true, "tenant_id": "e2bf3154181247f8963be8cd31399851", "description": "tempest-description--853921285", "shared": false, "security_group_rules": [{"id": "0afb2b68-743a-4f2a-8c5a-7efbfa8f2403", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 443, "description": null, "tags": [], "created_at": "2023-04-24T00:14:09Z", "updated_at": "2023-04-24T00:14:09Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}, {"id": "139867b8-1510-4019-bb1a-d6e8a51c5207", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_i p_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 442, "description": null, "tags": [], "created_at": "2023-04-24T00:14:09Z", "updated_at": "2023-04-24T00:14:09Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}], "tags": [], "created_at": "2023-04-24T00:14:09Z", "updated_at": "2023-04-24T00:14:09Z", "revision_number": 1, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:14:09,772 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-24 00:14:09,772 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "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-cb8912d5-cbe0-4dca-99a6-3a20248c05ff', 'date': 'Mon, 24 Apr 2023 00:14: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": "0b3ee78e-3a41-4878-a1ce-63fd7674a20c", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "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-24T00:14:09Z", "updated_at": "2023-04-24T00:14:09Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:14:09,980 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.207s 2023-04-24 00:14:09,981 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9c4031b7-959d-4cb1-8482-37e624a2a11a', 'date': 'Mon, 24 Apr 2023 00:14: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": "53d1b86b-998e-4e74-971b-399bccaf42f2", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "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-24T00:14:09Z", "updated_at": "2023-04-24T00:14:09Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:14:09,981 80138 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--880137050 created 2023-04-24 00:14:11,134 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.152s 2023-04-24 00:14:11,134 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content -type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-3eef629f-9487-448a-b1fd-1d1ad6a3d74a', 'date': 'Mon, 24 Apr 2023 00:14:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ce89911c-d3fa-41e2-b5e6-7addb20fabcc", "tenant_id": "e2bf3154181247f8963be8cd31399851", "floating_ip_address": "172.24.4.225", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e2bf3154181247f8963be8cd31399851", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:14:10Z", "updated_at": "2023-04-24T00:14:10Z", "revision_number": 0}}' 2023-04-24 00:14:11,135 80138 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ce89911c-d3fa-41e2-b5e6-7addb20fabcc', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'floating_ip_address': '172.24.4.225', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e2bf3154181247f8963be8cd31399851', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:10Z', 'updated_at': '2023-04-24T00:14:10Z', 'revision_number': 0, 'ip': '172.24.4.225'} created 2023-04-24 00:14:11,303 80138 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.161s 2023-04-24 00:14:11,304 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7aab7fa7-b04d-45de-bc40-86ffbc9b6e6c', '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": "539997e65f4f4ef7998a4386d19a5e9f", "name": "tempest-AttachVolumeShelveTestJSON-1947115496-project-member", "password_expires_at": null}, "audit_ids": ["X9alIKmjQiOPPXsWUG3Cuw"], "expires_at": "2023-04-24T01:14:11.000000Z", "issued_at": "2023-04-24T00:14:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2bf3154181247f8963be8cd31399851", "name": "tempest-AttachVolumeShelveTestJSON-1947115496"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e2bf3154181247f8963be8cd31399851", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:14:11,304 80138 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'e09e353d-220c-429c-9767-a11a59bbf99a', 'name': 'tempest-AttachVolumeShelveTestJSON-2107564613-network', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e2bf3154181247f8963be8cd31399851', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 398, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:14:11,305 80138 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1058824653', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH3GEjjTKC06op3WsPivqO+l4BSt54OlT00thV38HKoIy/ZNPvfWSo0jJrcHAlGb/+rJGJfe0UfKW92qrg1FUtDiP9SzVcY4eMX4ApUmWqGlNNLLT473cBCHXS8s2TWXxg==', 'fingerprint': 'c6:48:13:26:f4:0f:ee:4f:ee:c8:47:56:03:ed:73:e6', 'user_id': '539997e65f4f4ef7998a4386d19a5e9f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAVqUu5KS2IPvRD1lMC7QFWd7X1zf/NZxx/K8pYRJBtsWgkNVywYtZL\n6Jdql8/B2nagBwYFK4EEACKhZANiAAR9xhI40ygtOqKd1rD4r6jvpeAUreeDpU9N\nLYVd/ByqCMv2TT731kqNIya3BwJRm//qyRiX3tFHylvdqq4NRVLQ4j/Us1XGOHjF\n+AKVJlqhpTTSy0+O93AQh10vLNk1l8Y=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7911ff7a-d382-45b8-96a3-49efff3d1169', 'name': 'tempest-securitygroup--880137050', 'stateful': True, 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'description': 'tempest-description--853921285', 'shared': False, 'security_group_rules': [{'id': '0afb2b68-743a-4f2a-8c5a-7efbfa8f2403', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'security_group_id': '7911ff7a-d382-45b8-96a3-49efff3d1169', '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': 443, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:14:09Z', 'updated_at': '2023-04-24T00:14:09Z', 'revision_number': 0, 'project_id': 'e2bf3154181247f8963be8cd31399851'}, {'id': '139867b8-1510-4019-bb1a-d6e8a51c5207', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'security_group_id': '7911ff7a-d382-45b8-96a3-49efff3d1169', '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': 442, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:14:09Z', 'updated_at': '2023-0 4-24T00:14:09Z', 'revision_number': 0, 'project_id': 'e2bf3154181247f8963be8cd31399851'}], 'tags': [], 'created_at': '2023-04-24T00:14:09Z', 'updated_at': '2023-04-24T00:14:09Z', 'revision_number': 1, 'project_id': 'e2bf3154181247f8963be8cd31399851'}, 'floating_ip': {'id': 'ce89911c-d3fa-41e2-b5e6-7addb20fabcc', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'floating_ip_address': '172.24.4.225', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e2bf3154181247f8963be8cd31399851', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:10Z', 'updated_at': '2023-04-24T00:14:10Z', 'revision_number': 0, 'ip': '172.24.4.225'}} 2023-04-24 00:14:12,640 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.334s 2023-04-24 00:14:12,641 80138 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-593649378", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e09e353d-220c-429c-9767-a11a59bbf99a"}], "security_groups": [{"name": "tempest-securitygroup--880137050"}], "key_name": "tempest-keypair-1058824653", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a', '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-87757731-43de-443d-bf1a-5df699e24203', 'x-compute-request-id': 'req-87757731-43de-443d-bf1a-5df699e24203', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "eb48c285-06f8-4d48-a550-c3fb3c05e93a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--880137050"}], "adminPass": "password"}}' 2023-04-24 00:14:12,751 80138 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/eb48c285-06f8-4d48-a550-c3fb3c05e93a 0.106s 2023-04-24 00:14:12,751 80138 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, 24 Apr 2023 00:14:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71ea094c-4d94-44df-a476-531e8759e460', 'x-compute-request-id': 'req-71ea094c-4d94-44df-a476-531e8759e460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a'} Body: b'{"server": {"id": "eb48c285-06f8-4d48-a550-c3fb3c05e93a", "name": "tempest-AttachVolumeShelveTestJSON-server-593649378", "status": "BUILD", "tenant_id": "e2bf3154181247f8963be8cd31399851", "user_id": "53999 7e65f4f4ef7998a4386d19a5e9f", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:13Z", "updated": "2023-04-24T00:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1058824653", "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-24 00:15:03,038 80138 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/eb48c285-06f8-4d48-a550-c3fb3c05e93a 0.244s 2023-04-24 00:15:03,039 80138 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, 24 Apr 2023 00:15:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1587', '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-2c9f9630-87a7-48d9-b19c-a32131e0b65b', 'x-compute-request-id': 'req-2c9f9630-87a7-48d9-b19c-a32131e0b65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a'} Body: b'{"server": {"id": "eb48c285-06f8-4d48-a550-c3fb3c05e93a", "name": "tempest-AttachVolumeShelveTestJSON-server-593649378", "status": "ACTIVE", "tenant_id": "e2bf3154181247f8963be8cd31399851", "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "metadata": {}, "hostId": "7437ff9dd8094cdab89e10094248ce5b2122d00e85e38d3b58136325", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:12Z", "updated": "2023-04-24T00:14:22Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2107564613-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:01:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1058824653", "OS-SRV-USG:launched_at": "2023-04-24T00:14:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--880137050"}], "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-24 00:15:03,053 80138 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:16:03,280 80138 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/eb4 8c285-06f8-4d48-a550-c3fb3c05e93a/os-interface 0.166s 2023-04-24 00:16:03,281 80138 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, 24 Apr 2023 00:16:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4682345b-1927-4fe1-8570-369ca47c823b', 'x-compute-request-id': 'req-4682345b-1927-4fe1-8570-369ca47c823b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e09e353d-220c-429c-9767-a11a59bbf99a", "port_id": "44f2910d-d36a-479f-8fa0-f16f9a406765", "mac_addr": "fa:16:3e:ed:01:64", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "53b661ca-3e96-4281-afa7-85eb88031ce8", "ip_address": "10.0.0.11"}]}]}' 2023-04-24 00:16:04,105 80138 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/ce89911c-d3fa-41e2-b5e6-7addb20fabcc 0.818s 2023-04-24 00:16:04,106 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "44f2910d-d36a-479f-8fa0-f16f9a406765"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-74f77858-0bbe-48ae-92de-90e2f5a36741', 'date': 'Mon, 24 Apr 2023 00:16:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ce89911c-d3fa-41e2-b5e6-7addb20fabcc'} Body: b'{"floatingip": {"id": "ce89911c-d3fa-41e2-b5e6-7addb20fabcc", "tenant_id": "e2bf3154181247f8963be8cd31399851", "floating_ip_address": "172.24.4.225", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "d1825591-681d-4f8b-a4a7-ba167d314a3c", "port_id": "44f2910d-d36a-479f-8fa0-f16f9a406765", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e09e353d-220c-429c-9767-a11a59bbf99a", "mac_address": "fa:16:3e:ed:01:64", "admin_state_up": true, "status": "ACTIVE", "device_id": "eb48c285-06f8-4d48-a550-c3fb3c05e93a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:14:10Z", "updated_at": "2023-04-24T00:16:03Z", "revision_number": 1, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:16:04,107 80138 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.225:22' as 'cirros' with public key authentication 2023-04-24 00:16:04,138 80138 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:16:04,161 80138 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:16:04,161 80138 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.225 successfully created 2023-04-24 00:16:04,204 80138 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/eb48c285-06f8-4d48-a550-c3fb3c05e93a/ips 0.042s 2023-04-24 00:16:04,204 80138 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, 24 Apr 2023 00:16:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1eef4d27-fe66-4dbe-bfe3-6103a32281dc', 'x-compute-request-id': 'req-1eef4d27-fe66-4dbe-bfe3-6103a32281dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-2107564613-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-24 00:16:04,387 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes 0.179s 2023-04-24 00:16:04,387 80138 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-1267952897"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0851e35d-9fd4-4f25-90b2-903fb686fb5d', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0851e35d-9fd4-4f25-90b2-903fb686fb5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes'} Body: b'{"volume": {"id": "04fd1866-47ba-4363-9967-84c59146260d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:04.329507", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1267952897", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d"}], "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:16:04,437 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d 0.039s 2023-04-24 00:16:04,437 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b6c682-4414-4505-ab44-32e26f0fcde4', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b6c682-4414-4505-ab44-32e26f0fcde4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d'} Body: b'{"volume": {"id": "04fd1866-47ba-4363-9967-84c59146260d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:04.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1267952897", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d"}], "user_id": "539 997e65f4f4ef7998a4386d19a5e9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:16:05,488 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d 0.039s 2023-04-24 00:16:05,489 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b383f8e-f11f-4263-9529-9c66d01b28e9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b383f8e-f11f-4263-9529-9c66d01b28e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d'} Body: b'{"volume": {"id": "04fd1866-47ba-4363-9967-84c59146260d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:04.000000", "updated_at": "2023-04-24T00:16:04.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1267952897", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d"}], "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:16:05,619 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a 0.119s 2023-04-24 00:16:05,620 80138 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, 24 Apr 2023 00:16:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f24bf9cd-99b5-4ff2-b836-5148b31fc362', 'x-compute-request-id': 'req-f24bf9cd-99b5-4ff2-b836-5148b31fc362', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a'} Body: b'' 2023-04-24 00:16:06,009 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a 0.388s 2023-04-24 00:16:06,009 80138 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, 24 Apr 2023 00:16:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1712', '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-01d6c01b-f53c-4833-8d18-58a2baf8b0b1', 'x-compute-request-id' : 'req-01d6c01b-f53c-4833-8d18-58a2baf8b0b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a'} Body: b'{"server": {"id": "eb48c285-06f8-4d48-a550-c3fb3c05e93a", "name": "tempest-AttachVolumeShelveTestJSON-server-593649378", "status": "ACTIVE", "tenant_id": "e2bf3154181247f8963be8cd31399851", "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "metadata": {}, "hostId": "7437ff9dd8094cdab89e10094248ce5b2122d00e85e38d3b58136325", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:12Z", "updated": "2023-04-24T00:16:06Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2107564613-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:01:64"}, {"version": 4, "addr": "172.24.4.225", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:01:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1058824653", "OS-SRV-USG:launched_at": "2023-04-24T00:14:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--880137050"}], "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-24 00:16:56,278 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a 0.203s 2023-04-24 00:16:56,278 80138 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, 24 Apr 2023 00:16:56 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-a0faaf73-f923-40e8-94f9-41f963c6033e', 'x-compute-request-id': 'req-a0faaf73-f923-40e8-94f9-41f963c6033e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance eb48c285-06f8-4d48-a550-c3fb3c05e93a could not be found."}}' 2023-04-24 00:16:56,312 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1058824653 0.032s 2023-04-24 00:16:56,312 80138 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, 24 Apr 2023 00:16:56 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-32b40034-5b6a-466d-a233-05ea67010e99', 'x-compute-request-id': 'req-32b40034-5b6a-466d-a233-05ea67010e99', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keyp air-1058824653'} Body: b'' 2023-04-24 00:16:56,694 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7911ff7a-d382-45b8-96a3-49efff3d1169 0.381s 2023-04-24 00:16:56,695 80138 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-462bf4a7-b3c2-48af-8128-68d242223197', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:16:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7911ff7a-d382-45b8-96a3-49efff3d1169'} Body: b'' 2023-04-24 00:16:56,716 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/7911ff7a-d382-45b8-96a3-49efff3d1169 0.021s 2023-04-24 00:16:56,717 80138 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-d8956c0e-6863-43ee-a169-b5fcc286ed14', 'date': 'Mon, 24 Apr 2023 00:16:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7911ff7a-d382-45b8-96a3-49efff3d1169'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7911ff7a-d382-45b8-96a3-49efff3d1169 does not exist", "detail": ""}}' 2023-04-24 00:16:57,440 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ce89911c-d3fa-41e2-b5e6-7addb20fabcc 0.721s 2023-04-24 00:16:57,440 80138 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-cf143b6c-78fc-4e76-9006-c066776d1304', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:16:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ce89911c-d3fa-41e2-b5e6-7addb20fabcc'} Body: b'' {11} 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 73903655-d0bd-4732-9516-4a2b7672a817 failed to build and is in ERROR status {11} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.052799s] ... ok {11} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000703s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.033590s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.031481s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.024634s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.688099s] ... 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 ca82092c-aee6-4051-8d87-71e1b53a78ac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:02,977 80160 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes 0.379s 2023-04-24 00:17:02,977 80160 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-75306888"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6524f71-82a5-4934-a89b-25c87f9aab27', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6524f71-82a5-4934-a89b-25c87f9aab27', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes'} Body: b'{"volume": {"id": "ca82092c-aee6-4051-8d87-71e1b53a78ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:02.899820", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-75306888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}], "user_id": "f6b289400bc247dfadb60d72f6ada07e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:03,040 80160 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac 0.053s 2023-04-24 00:17:03,041 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e6f75b7-41a8-451a-891c-32fde4a5ad54', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e6f75b7-41a8-451a-891c-32fde4a5ad54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac'} Body: b'{"volume": {"id": "ca82092c-aee6-4051-8d87-71e1b53a78ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:03.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-75306888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}], "user_id": "f6b289400bc247dfadb60d72f6ada07e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db07308800ad46b1ac42bf6875e69128"}}' 2023-04-24 00:17:04,093 80160 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac 0.041s 2023-04-24 00:17:04,093 80160 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6231f588-3cb3-49a3-a322-304a4189f4c7', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6231f588-3cb3-49a3-a322-304a4189f4c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac'} Body: b'{"volume": {"id": "ca82092c-aee6-4051-8d87-71e1b53a78ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:03.000000", "updated_at": "2023-04-24T00:17:03.000000", "name": "tempest-VolumesServicesTestJSON-Volume-75306888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}], "user_id": "f6b289400bc247dfadb60d72f6ada07e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db07308800ad46b1ac42bf6875e69128"}}' 2023-04-24 00:17:04,148 80160 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac 0.043s 2023-04-24 00:17:04,148 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63ab62ed-1cf5-4f1b-b52a-6cd0ee5d54c2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63ab62ed-1cf5-4f1b-b52a-6cd0ee5d54c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac'} Body: b'{"volume": {"id": "ca82092c-aee6-4051-8d87-71e1b53a78ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:03.000000", "updated_at": "2023-04-24T00:17:03.000000", "name": "tempest-VolumesServicesTestJSON-Volume-75306888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}], "user_id": "f6b289400bc247dfadb60d72f6ada07e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db07308800ad46b1ac42bf6875e69128"}}' 2023-04-24 00:17:04,261 80160 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac 0.102s 2023-04-24 00:17:04,261 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-le ngth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acb8cdff-62dc-4ac5-b8a8-26251fb47b0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac'} Body: b'' 2023-04-24 00:17:04,284 80160 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac 0.021s 2023-04-24 00:17:04,284 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17: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-eae79ed4-b895-4d03-b6a9-2bdf6ec19d72', 'x-openstack-request-id': 'req-eae79ed4-b895-4d03-b6a9-2bdf6ec19d72', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ca82092c-aee6-4051-8d87-71e1b53a78ac could not be found."}}' {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.029001s] ... ok {0} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {0} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {11} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.013358s] ... ok {11} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.165902s] ... ok {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.CreateVolumesFromImageTest.test_create_from_image_multiple [2.486450s] ... 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 b9db900c-6427-445c-a3e6-f74b2ffe364a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:08,832 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes 0.317s 2023-04-24 00:17:08,832 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1458810682"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5154176-d24f-48a3-a511-64e438b13c7b', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5154176-d24f-48a3-a511-64e438b13c7b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes'} Body: b'{"volume": {"id": "b9db900c-6427-445c-a3e6-f74b2ffe364a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:08.775122", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1458810682", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:09,107 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes 0.264s 2023-04-24 00:17:09,107 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-620905763"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46da7f37-de02-457a-b949-e36379819012', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46da7f37-de02-457a-b949-e36379819012', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes'} Body: b'{"volume": {"id": "2f8a8811-4676-4107-b9a8-2cf956d664e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:08.987043", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-620905763", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/2f8a8811-4676-4107-b9a8-2cf956d664e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/2f8a8811-4676-4107-b9a8-2cf956d664e8"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:09,421 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes 0.304s 2023-04-24 00:17:09,421 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-102583467"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-208ad93a-0652-42ab-b647-dc611e056e1c', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-208ad93a-0652-42ab-b647-dc611e056e1c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes'} Body: b'{"volume": {"id": "ccb32797-774a-4f0c-bb50-cc1b2f6f4f90", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:09.336327", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-102583467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/ccb32797-774a-4f0c-bb50-cc1b2f6f4f90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/ccb32797-774a-4f0c-bb50-cc1b2f6f4f90"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:09,673 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes 0.243s 2023-04-24 00:17:09,674 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-155084922"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9beadec-5b92-4acb-a912-81a542376435', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9beadec-5b92-4acb-a912-81a542376435', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes'} Body: b'{"volume": {"id": "be546088-0d84-4ce9-8285-b688075686c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:09.604829", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-155084922", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/be546088-0d84-4ce9-8285-b688075686c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/be546088-0d84-4ce9-8285-b688075686c1"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:09,889 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes 0.207s 2023-04-24 00:17:09,890 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-CreateVolumes FromImageTest-Volume-1663397427"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8143625-4301-4561-81b0-9eaa5e7147c0', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8143625-4301-4561-81b0-9eaa5e7147c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes'} Body: b'{"volume": {"id": "c7f5804b-ec5c-4de7-9030-0fbefe861116", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:09.829385", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1663397427", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/c7f5804b-ec5c-4de7-9030-0fbefe861116"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/c7f5804b-ec5c-4de7-9030-0fbefe861116"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:09,936 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a 0.037s 2023-04-24 00:17:09,937 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8978f19b-62d7-432e-a94b-70716552b9e6', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8978f19b-62d7-432e-a94b-70716552b9e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a'} Body: b'{"volume": {"id": "b9db900c-6427-445c-a3e6-f74b2ffe364a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:09.000000", "updated_at": "2023-04-24T00:17:09.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1458810682", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca7a64b7f1e644b8a493ee17bc39b18c"}}' 2023-04-24 00:17:10,988 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a 0.040s 2023-04-24 00:17:10,989 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c4f1e76-15f1-4ed3-a7f3-36dee7018de5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c4f1e76-15f1-4ed3-a7f3-36dee7018de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a'} Body: b'{"volume": {"id": "b9db900c-6427-445c-a3e6-f74b2ffe364a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:09.000000", "updated_at": "2023-04-24T00:17:09.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1458810682", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca7a64b7f1e644b8a493ee17bc39b18c"}}' {0} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [1.836447s] ... 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 4580981b-4c8d-428d-888c-c17666cd5ab7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:09,796 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types 0.198s 2023-04-24 00:17:09,797 80138 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-1732611781"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1826678a-d78a-4d66-a009-1834bedf92c8', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1826678a-d78a-4d66-a009-1834bedf92c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types'} Body: b'{"volume_type": {"id": "e3711563-8492-4cb2-93a6-45513a99959f", "name": "tempest-GroupsTest-volume-type-1732611781", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:17:09,838 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types 0.037s 2023-04-24 00:17:09,838 80138 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-536660314"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-008ed540-f7e5-452f-9131-bc006f4b183c', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-008ed540-f7e5-452f-9131-bc006f4b183c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types'} Body: b'{"group_type": {"id": "a4619e47-af16-424e-8cf1-8334ef4c0d4f", "name": "tempest-GroupsTest-group-type-536660314", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:17:10,048 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups 0.206s 2023-04-24 00:17:10,048 80138 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": "a4619e47-af16-424e-8cf1-8334ef4c0d4f", "volume_types": ["e3711563-8492-4cb2-93a6-45513a99959f"], "name": "tempest-Group1-445514061"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-094f625b-e27f-4211-8f38-b852357ffc93', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-094f625b-e27f-4211-8f38-b852357ffc93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups'} Body: b'{"group": {"id": "4580981b-4c8d-428d-888c-c17666cd5ab7", "name": "tempest-Group1-445514061"}}' 2023-04-24 00:17:10,106 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7 0.056s 2023-04-24 00:17:10,106 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-A pi-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce19b1e5-dc54-4132-8851-ae95ef425f57', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce19b1e5-dc54-4132-8851-ae95ef425f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7'} Body: b'{"group": {"id": "4580981b-4c8d-428d-888c-c17666cd5ab7", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-24T00:17:10.000000", "name": "tempest-Group1-445514061", "description": null, "group_type": "a4619e47-af16-424e-8cf1-8334ef4c0d4f", "volume_types": ["e3711563-8492-4cb2-93a6-45513a99959f"]}}' 2023-04-24 00:17:11,141 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7 0.030s 2023-04-24 00:17:11,142 80138 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, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-356afdc7-bc0e-4075-8771-1f06644c6dfe', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-356afdc7-bc0e-4075-8771-1f06644c6dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7'} Body: b'{"group": {"id": "4580981b-4c8d-428d-888c-c17666cd5ab7", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:17:10.000000", "name": "tempest-Group1-445514061", "description": null, "group_type": "a4619e47-af16-424e-8cf1-8334ef4c0d4f", "volume_types": ["e3711563-8492-4cb2-93a6-45513a99959f"]}}' 2023-04-24 00:17:11,221 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/volumes/detail 0.074s 2023-04-24 00:17:11,222 80138 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, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9316b37b-a794-4304-b3b6-30c684ce7196', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9316b37b-a794-4304-b3b6-30c684ce7196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:17:11,306 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7/action 0.066s 2023-04-24 00:17:11,306 80138 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, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request -id': 'req-49c31606-7fc5-4563-adf5-dc3baff5f187', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7/action'} Body: b'' 2023-04-24 00:17:11,324 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7 0.017s 2023-04-24 00:17:11,324 80138 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, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-de818dd6-5cee-4b1c-9404-bd0c77817ceb', 'x-openstack-request-id': 'req-de818dd6-5cee-4b1c-9404-bd0c77817ceb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4580981b-4c8d-428d-888c-c17666cd5ab7 could not be found."}}' 2023-04-24 00:17:11,356 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types/a4619e47-af16-424e-8cf1-8334ef4c0d4f 0.031s 2023-04-24 00:17:11,356 80138 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, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5968e64-f889-4bcf-94a8-60c122386f55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types/a4619e47-af16-424e-8cf1-8334ef4c0d4f'} Body: b'' 2023-04-24 00:17:11,414 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/e3711563-8492-4cb2-93a6-45513a99959f 0.057s 2023-04-24 00:17:11,415 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a0768ea-4fee-44e3-b672-632caff94640', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/e3711563-8492-4cb2-93a6-45513a99959f'} Body: b'' 2023-04-24 00:17:11,432 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/e3711563-8492-4cb2-93a6-45513a99959f 0.017s 2023-04-24 00:17:11,433 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-63721faf-bd01-46c7-9ef2-8a4813e51053', 'x-openstack-request-id': 'req-63721faf-bd01-46c7-9ef2-8a4 813e51053', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/e3711563-8492-4cb2-93a6-45513a99959f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e3711563-8492-4cb2-93a6-45513a99959f could not be found."}}' {0} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.504843s] ... 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 81947b84-e57e-4616-857f-5c3618dde3a3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:11,471 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types 0.036s 2023-04-24 00:17:11,472 80138 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-423546694"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7e15565-bdf4-4265-97e7-37169dd3bad3', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7e15565-bdf4-4265-97e7-37169dd3bad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types'} Body: b'{"volume_type": {"id": "188d2984-dac3-46eb-a8a0-ced4e3b1d9f3", "name": "tempest-GroupsTest-volume-type-423546694", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:17:11,505 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types 0.030s 2023-04-24 00:17:11,505 80138 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-1389512088"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77a98265-06e2-477c-965f-9c102a74426c', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77a98265-06e2-477c-965f-9c102a74426c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types'} Body: b'{"group_type": {"id": "128db7ba-e317-47a3-b953-287fdb79bb95", "name": "tempest-GroupsTest-group-type-1389512088", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:17:11,604 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups 0.096s 2023-04-24 00:17:11,604 80138 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": "128db7ba-e317-47a3-b953-287fdb79bb95", "volume_types": ["188d2984-dac3-46eb-a8a0-ced4e3b1d9f3"], "name": "tempest-GroupsTest-Group-492523229"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b4df71d-5eeb-4d74-9947-c0be9f53b3ad', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b4df71d-5eeb-4d74-9947-c0be9f53b3ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups'} Body: b'{"group": {"id": "81947b84-e57e-4616-857f-5c3618dde3a3", "name": "tempest-GroupsTest-Group-492523229"}}' 2023-04-24 00:17:11,639 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3 0.033s 2023-04-24 00:17:11,640 80138 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, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55cef334-cec7-428e-b2e6-371c04a29879', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55cef334-cec7-428e-b2e6-371c04a29879', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3'} Body: b'{"group": {"id": "81947b84-e57e-4616-857f-5c3618dde3a3", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-24T00:17:12.000000", "name": "tempest-GroupsTest-Group-492523229", "description": null, "group_type": "128db7ba-e317-47a3-b953-287fdb79bb95", "volume_types": ["188d2984-dac3-46eb-a8a0-ced4e3b1d9f3"]}}' 2023-04-24 00:17:12,675 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3 0.030s 2023-04-24 00:17:12,675 80138 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, 24 Apr 2023 00:17:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0eeadb7f-32bc-4360-a23e-a55089c35869', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0eeadb7f-32bc-4360-a23e-a55089c35869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3'} Body: b'{"group": {"id": "81947b84-e57e-4616-857f-5c3618dde3a3", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:17:12.000000", "name": "tempest-GroupsTest-Group-492523229", "description": null, "group_type": "128db7ba-e317-47a3-b953-287fdb79bb95", "volume_types": ["188d2984-dac3-46eb-a8a0-ced4e3b1d9f3"]}}' 2023-04-24 00:17:12,744 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/volumes/detail 0.064s 2023-04-24 00:17:12,744 80138 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, 24 Apr 2023 00:17:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45fcc11f-decf-4c7b-9677-4c76ca876a54', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45fcc11f-decf-4c7b-9677-4c76ca876a54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:17:12,824 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3/action 0.069s 2023-04-24 00:17:12,824 80138 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, 24 Apr 2023 00:17:12 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-0bdb2a03-c0cf-4e28-ba14-04f5a8349 fb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3/action'} Body: b'' 2023-04-24 00:17:12,839 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3 0.015s 2023-04-24 00:17:12,840 80138 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, 24 Apr 2023 00:17:12 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-69419301-bf3f-46eb-a60f-b0743c37596f', 'x-openstack-request-id': 'req-69419301-bf3f-46eb-a60f-b0743c37596f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 81947b84-e57e-4616-857f-5c3618dde3a3 could not be found."}}' 2023-04-24 00:17:12,871 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types/128db7ba-e317-47a3-b953-287fdb79bb95 0.031s 2023-04-24 00:17:12,872 80138 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, 24 Apr 2023 00:17:12 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-af2dde99-faf7-410c-9873-8983644acc3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types/128db7ba-e317-47a3-b953-287fdb79bb95'} Body: b'' 2023-04-24 00:17:12,924 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/188d2984-dac3-46eb-a8a0-ced4e3b1d9f3 0.051s 2023-04-24 00:17:12,924 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17: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-e8bd36b4-5493-4995-bb28-c501097004e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/188d2984-dac3-46eb-a8a0-ced4e3b1d9f3'} Body: b'' 2023-04-24 00:17:12,939 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/188d2984-dac3-46eb-a8a0-ced4e3b1d9f3 0.014s 2023-04-24 00:17:12,939 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17: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-e50c7413-3858-464e-80d2-d234697721bf', 'x-openstack-request-id': 'req-e50c7413-3858-464e-80d2-d234697721bf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/188d2984-dac3-46eb-a8a0-ced4e3b1d9f3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 188d2984-dac3-46eb-a8a0-ced4e3b1d9f3 could not be found."}}' {11} 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 ee99ac8d-1f29-4c13-9665-c853c9609e8a failed to build and is in ERROR status {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.029131s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.025233s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.026967s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.028241s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.024733s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.015766s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.013809s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.065578s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.021330s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.023482s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.017252s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.019504s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.013454s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.012906s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.069003s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.035227s] ... ok {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.031728s] ... ok {0} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {0} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.269036s] ... ok {9} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.573908s] ... 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 16748063-d4c8-4973-9d00-a10e2c7eb97c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:23,957 80156 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes 0.290s 2023-04-24 00:17:23,957 80156 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-2103916376"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c65fddbc-cb83-4a2b-a442-21ed2ef61fd1', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c65fddbc-cb83-4a2b-a442-21ed2ef61fd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes'} Body: b'{"volume": {"id": "16748063-d4c8-4973-9d00-a10e2c7eb97c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:23.902546", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2103916376", "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/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}], "user_id": "3e2bd847429c48bc9077ee219fa71d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:24,012 80156 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c 0.045s 2023-04-24 00:17:24,012 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-460ff93c-22c6-4f7d-a651-a695da47e519', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-460ff93c-22c6-4f7d-a651-a695da47e519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c'} Body: b'{"volume": {"id": "16748063-d4c8-4973-9d00-a10e2c7eb97c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:24.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2103916376", "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/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}], "user_id": "3e2bd847429c48bc9077ee219fa71d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b336a4a1f54475c8d30de36311a7186"}}' 2023-04-24 00:17:25,064 80156 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c 7eb97c 0.041s 2023-04-24 00:17:25,064 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7019c3da-20bf-437a-a7c3-e62cc3bb98de', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7019c3da-20bf-437a-a7c3-e62cc3bb98de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c'} Body: b'{"volume": {"id": "16748063-d4c8-4973-9d00-a10e2c7eb97c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:24.000000", "updated_at": "2023-04-24T00:17:24.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2103916376", "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/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}], "user_id": "3e2bd847429c48bc9077ee219fa71d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b336a4a1f54475c8d30de36311a7186"}}' 2023-04-24 00:17:25,112 80156 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c 0.036s 2023-04-24 00:17:25,112 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ccf2eb8-37c5-47a1-abc5-3cca8812fd18', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ccf2eb8-37c5-47a1-abc5-3cca8812fd18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c'} Body: b'{"volume": {"id": "16748063-d4c8-4973-9d00-a10e2c7eb97c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:24.000000", "updated_at": "2023-04-24T00:17:24.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2103916376", "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/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}], "user_id": "3e2bd847429c48bc9077ee219fa71d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b336a4a1f54475c8d30de36311a7186"}}' 2023-04-24 00:17:25,217 80156 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c 0.095s 2023-04-24 00:17:25,218 80156 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, 24 Apr 2023 00:17: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-aa73682d-6266-4c3a-9137-ad7149e2be62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c'} Body: b'' 2023-04-24 00:17:25,239 80156 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c 0.021s 2023-04-24 00:17:25,240 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17: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-11ff7300-1c74-4d13-835b-47d69c73db73', 'x-openstack-request-id': 'req-11ff7300-1c74-4d13-835b-47d69c73db73', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 16748063-d4c8-4973-9d00-a10e2c7eb97c could not be found."}}' {0} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.457053s] ... 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 849cfe45-56df-49a8-ad13-85ea89b64226 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:24,750 80138 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes 0.341s 2023-04-24 00:17:24,751 80138 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-889772117"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54e0ef2a-f523-409d-9317-aec5b2a535f2', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54e0ef2a-f523-409d-9317-aec5b2a535f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes'} Body: b'{"volume": {"id": "849cfe45-56df-49a8-ad13-85ea89b64226", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:24.693764", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-889772117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226"}], "user_id": "2b71e78123b34cf8843cf8f91375cc20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:24,799 80138 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226 0.039s 2023-04-24 00:17:24,799 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6c0f204-40e2-49bf-a800-fc2aaf532735', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6c0f204-40e2-49bf-a800-fc2aaf532735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226'} Body: b'{"volume": {"id": "849cfe45-56df-49a8-ad13-85ea89b64226", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:25.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-889772117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226"}], "user_id": "2b71e78123b34cf8843cf8f91375cc20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2098515d8be447cfa360182dabedbe0d"}}' 2023-04-24 00:17:25,854 80138 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226 0.043s 2023 -04-24 00:17:25,854 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7b7c2e0-af8a-4cf8-aa71-9e45a16e9342', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7b7c2e0-af8a-4cf8-aa71-9e45a16e9342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226'} Body: b'{"volume": {"id": "849cfe45-56df-49a8-ad13-85ea89b64226", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:25.000000", "updated_at": "2023-04-24T00:17:25.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-889772117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226"}], "user_id": "2b71e78123b34cf8843cf8f91375cc20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2098515d8be447cfa360182dabedbe0d"}}' {7} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [167.015641s] ... 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 391932b9-3e02-42c3-bf81-5eb09a11f2ae failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:40,554 80152 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:14:40,554 80152 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:14:40,735 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.178s 2023-04-24 00:14:40,736 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1687889936", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFZwHgbIk6e428TAmz7l4fwQyTPgmH1ghkhtoPbQ0yUpoo/9gV6SJaSCP7G0NDgEplyQD28R6/mr35tsYyIgUkJf2JTlCo+FavLRnp0EzEd9fZ37x1cfd9aCy0pyr8ntuw=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:40 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-d1022dae-2e28-4c44-82d4-00a7ea182021', 'x-compute-request-id': 'req-d1022dae-2e28-4c44-82d4-00a7ea182021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1687889936", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFZwHgbIk6e428TAmz7l4fwQyTPgmH1ghkhtoPbQ0yUpoo/9gV6SJaSCP7G0NDgEplyQD28R6/mr35tsYyIgUkJf2JTlCo+FavLRnp0EzEd9fZ37x1cfd9aCy0pyr8ntuw==", "fingerprint": "ad:d2:8c:be:5f:3d:0d:6c:ae:e0:6b:64:51:48:f7:51", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a"}}' 2023-04-24 00:14:40,738 80152 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1687889936 created 2023-04-24 00:14:41,001 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.262s 2023-04-24 00:14:41,002 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--444526388", "description": "tempest-description--781922292"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-ee1c9d57-05b8-477e-9ee0-8fff20c06143', 'date': 'Mon, 24 Apr 2023 00:14:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5474c61d-74e8-4509-a916-9c6829b83f43", "name": "tempest-securitygroup--444526388", "stateful": true, "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "description": "tempest-description--781922292", "shared": false, "security_group_rules": [{"id": "486cbb74-4482-4b3c-849e-9a0297fcce41", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "5474c61d-74e8-4509-a916-9c6829b83f43", "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": 506, "description": null, "tags": [], "created_at": "2023-04-24T00:14:40Z", "updated_at": "2023-04-24T00:14:40Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}, {"id": "cac431af-2a0a-4ff0-b970-329d16d39074", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "5474c61d-74e8-4509-a916-9c6829b83f43", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normal ized_cidr": null, "remote_group_id": null, "standard_attr_id": 507, "description": null, "tags": [], "created_at": "2023-04-24T00:14:40Z", "updated_at": "2023-04-24T00:14:40Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}], "tags": [], "created_at": "2023-04-24T00:14:40Z", "updated_at": "2023-04-24T00:14:40Z", "revision_number": 1, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:14:41,158 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.155s 2023-04-24 00:14:41,158 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5474c61d-74e8-4509-a916-9c6829b83f43", "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-e10d26e3-991f-4364-b1aa-6db0bc397f68', 'date': 'Mon, 24 Apr 2023 00:14:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "98adb4d5-e508-454d-8d34-8026f4cd5155", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "5474c61d-74e8-4509-a916-9c6829b83f43", "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-24T00:14:41Z", "updated_at": "2023-04-24T00:14:41Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:14:41,325 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.166s 2023-04-24 00:14:41,325 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5474c61d-74e8-4509-a916-9c6829b83f43", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7e41987f-052b-4fa1-9832-0ff2a1cd87c8', 'date': 'Mon, 24 Apr 2023 00:14:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "30bf3970-34b8-4cb7-bd1b-a6bd6d703220", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "5474c61d-74e8-4509-a916-9c6829b83f43", "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-24T00:14:41Z", "updated_at": "2023-04-24T00:14:41Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:14:41,325 80152 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--444526388 created 2023-04-24 00:14:42,099 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.773s 2023-04-24 00:14:42,099 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-945006ac-6121-4b7f-bf35-55d684384f90', 'date': 'Mon, 24 Apr 2023 00:14:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "floating_ip_address": "172.24.4.129", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "97d1e8a757a746329ea363af81a3c6b4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:14:41Z", "updated_at": "2023-04-24T00:14:41Z", "revision_number": 0}}' 2023-04-24 00:14:42,100 80152 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'floating_ip_address': '172.24.4.129', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:41Z', 'updated_at': '2023-04-24T00:14:41Z', 'revision_number': 0, 'ip': '172.24.4.129'} created 2023-04-24 00:14:42,136 80152 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.031s 2023-04-24 00:14:42,136 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:42 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-a7fb96f0-105c-4322-a195-19aed7d6eec4', '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": "35edcadbe77c4f4fa8304216e7f61d4a", "name": "tempest-AttachVolumeNegativeTest-272859998-project-member", "password_expires_at": null}, "audit_ids": ["7T2xre7vT7y_zYRSbAv8HA"], "expires_at": "2023-04-24T01:14:42.000000Z", "issued_at": "2023-04-24T00:14:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97d1e8a757a746329ea363af81a3c6b4", "name": "tempest-AttachVolumeNegativeTest-272859998"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/ compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:14:42,137 80152 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '1a83eb44-caaf-46ff-8823-be4580052b3f', 'name': 'tempest-AttachVolumeNegativeTest-883629256-network', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34124, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:14:34Z', 'updated_at': '2023-04-24T00:14:34Z', 'revision_number': 1} available for tenant 2023-04-24 00:14:42,137 80152 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1687889936', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFZwHgbIk6e428TAmz7l4fwQyTPgmH1ghkhtoPbQ0yUpoo/9gV6SJaSCP7G0NDgEplyQD28R6/mr35tsYyIgUkJf2JTlCo+FavLRnp0EzEd9fZ37x1cfd9aCy0pyr8ntuw==', 'fingerprint': 'ad:d2:8c:be:5f:3d:0d:6c:ae:e0:6b:64:51:48:f7:51', 'user_id': '35edcadbe77c4f4fa8304216e7f61d4a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDwnJboHSLWEcpi3tpGh2xluDyrTS1A52ZJutp+cyzTfCMjqgE4Al0O\n2i8Vl1UFV6ygBwYFK4EEACKhZANiAARWcB4GyJOnuNvEwJs+5eH8EMkz4Jh9YIZI\nbaD20NMlKaKP/YFekiWkgj+xtDQ4BKZckA9vEev5q9+bbGMiIFJCX9iU5QqPhWry\n0Z6dBMxHfX2d+8dXH3fWgstKcq/J7bs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5474c61d-74e8-4509-a916-9c6829b83f43', 'name': 'tempest-securitygroup--444526388', 'stateful': True, 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': 'tempest-description--781922292', 'shared': False, 'security_group_rules': [{'id': '486cbb74-4482-4b3c-849e-9a0297fcce41', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'security_group_id': '5474c61d-74e8-4509-a916-9c6829b83f43', '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': 506, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:14:40Z', 'updated_at': '2023-04-24T00:14:40Z', 'revision_number': 0, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}, {'id': 'cac431af-2a0a-4ff0-b970-329d16d39074', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'security_group_id': '5474c61d-74e8-4509-a916-9c6829b83f43', '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': 507, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:14:40Z', 'updated_at': '2023-04-24T00:14:40Z', 'revision_number': 0, 'project_id': '97d1e8a757a746329ea363a f81a3c6b4'}], 'tags': [], 'created_at': '2023-04-24T00:14:40Z', 'updated_at': '2023-04-24T00:14:40Z', 'revision_number': 1, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}, 'floating_ip': {'id': '7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'floating_ip_address': '172.24.4.129', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:41Z', 'updated_at': '2023-04-24T00:14:41Z', 'revision_number': 0, 'ip': '172.24.4.129'}} 2023-04-24 00:14:43,031 80152 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.893s 2023-04-24 00:14:43,032 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-482287756", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "1a83eb44-caaf-46ff-8823-be4580052b3f"}], "security_groups": [{"name": "tempest-securitygroup--444526388"}], "key_name": "tempest-keypair-1687889936", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22dfeae1-076b-416d-960a-70f97ac41ae2', 'x-compute-request-id': 'req-22dfeae1-076b-416d-960a-70f97ac41ae2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "43f004f3-9b3f-4388-88a8-8eb663ba36a3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--444526388"}], "adminPass": "password"}}' 2023-04-24 00:14:43,141 80152 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/43f004f3-9b3f-4388-88a8-8eb663ba36a3 0.106s 2023-04-24 00:14:43,141 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:43 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-765fa434-ffa4-4802-8b64-f47d4fe4f2a5', 'x-compute-request-id': 'req-765fa434-ffa4-4802-8b64-f47d4fe4f2a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3'} Body: b'{"server": {"id": "43f004f3-9b3f-4388-88a8-8eb663ba36a3", "name": "tempest-AttachVolumeNegativeTest-server-482287756", "status": "BUILD", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://1 0.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:43Z", "updated": "2023-04-24T00:14:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1687889936", "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-24 00:15:33,612 80152 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/43f004f3-9b3f-4388-88a8-8eb663ba36a3 0.451s 2023-04-24 00:15:33,612 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebc8c0d6-0413-44ef-8d4f-e4de06ec6bfb', 'x-compute-request-id': 'req-ebc8c0d6-0413-44ef-8d4f-e4de06ec6bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3'} Body: b'{"server": {"id": "43f004f3-9b3f-4388-88a8-8eb663ba36a3", "name": "tempest-AttachVolumeNegativeTest-server-482287756", "status": "ACTIVE", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "5d6e38c99144857265fe1b601394b9b0ba52c3e3d3caa4a5de87c601", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:42Z", "updated": "2023-04-24T00:14:50Z", "addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:21:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1687889936", "OS-SRV-USG:launched_at": "2023-04-24T00:14:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--444526388"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:15:33,623 80152 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:16:33,847 80152 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/43f004f3-9b3f-4388-88a8-8eb663ba36a3/os-interface 0.163s 2023-04-24 00:16:33,848 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: { 'date': 'Mon, 24 Apr 2023 00:16:33 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-3ded9e85-f145-4822-abe4-e8736ffd6bac', 'x-compute-request-id': 'req-3ded9e85-f145-4822-abe4-e8736ffd6bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1a83eb44-caaf-46ff-8823-be4580052b3f", "port_id": "389e432f-0336-45fe-b2ff-4ba1ac63e0f3", "mac_addr": "fa:16:3e:52:21:72", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "437fd07e-8d5b-4281-b8f9-a4b7d1d66a3a", "ip_address": "10.0.0.7"}]}]}' 2023-04-24 00:16:34,796 80152 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/7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602 0.944s 2023-04-24 00:16:34,796 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "389e432f-0336-45fe-b2ff-4ba1ac63e0f3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0f1a6b66-dab2-4202-a372-08fc0791bd6c', 'date': 'Mon, 24 Apr 2023 00:16:34 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602'} Body: b'{"floatingip": {"id": "7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "floating_ip_address": "172.24.4.129", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "a070c003-01c9-46f1-85d8-874aa0f7676b", "port_id": "389e432f-0336-45fe-b2ff-4ba1ac63e0f3", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1a83eb44-caaf-46ff-8823-be4580052b3f", "mac_address": "fa:16:3e:52:21:72", "admin_state_up": true, "status": "ACTIVE", "device_id": "43f004f3-9b3f-4388-88a8-8eb663ba36a3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:14:41Z", "updated_at": "2023-04-24T00:16:34Z", "revision_number": 1, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:16:34,798 80152 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.129:22' as 'cirros' with public key authentication 2023-04-24 00:16:34,837 80152 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:16:34,859 80152 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:16:34,860 80152 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.129 successfully created 2023-04-24 00:16:34,906 80152 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/43f004f3-9b3f-4388-88a8-8eb663ba36a3/ips 0.046s 2023-04-24 00:16:34,907 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22af0b87-6b28-4220-b175-4570d0f98817', 'x-compute-request-id': 'req-22af0b87-6b28-4220-b175-4570d0f98817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a 8-8eb663ba36a3/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-24 00:16:35,154 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes 0.243s 2023-04-24 00:16:35,154 80152 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-828280832"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d85057ba-a5d5-4739-9d85-e92d7e225b32', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d85057ba-a5d5-4739-9d85-e92d7e225b32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes'} Body: b'{"volume": {"id": "391932b9-3e02-42c3-bf81-5eb09a11f2ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:35.086222", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-828280832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:16:35,206 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae 0.043s 2023-04-24 00:16:35,207 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-905c2d90-ecca-4a04-8cc5-76b6230f7eed', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-905c2d90-ecca-4a04-8cc5-76b6230f7eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae'} Body: b'{"volume": {"id": "391932b9-3e02-42c3-bf81-5eb09a11f2ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:35.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-828280832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:16:36,259 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_di fferent_server): 200 GET http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae 0.041s 2023-04-24 00:16:36,259 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c98c8b94-fd33-4834-a3eb-7e174b2669fe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c98c8b94-fd33-4834-a3eb-7e174b2669fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae'} Body: b'{"volume": {"id": "391932b9-3e02-42c3-bf81-5eb09a11f2ae", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:35.000000", "updated_at": "2023-04-24T00:16:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-828280832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:16:36,384 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3 0.113s 2023-04-24 00:16:36,384 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d46dbbe-67fc-4c29-b661-fff97be797f2', 'x-compute-request-id': 'req-0d46dbbe-67fc-4c29-b661-fff97be797f2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3'} Body: b'' 2023-04-24 00:16:36,650 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3 0.265s 2023-04-24 00:16:36,650 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d89899b-acf8-499c-854c-20347e529510', 'x-compute-request-id': 'req-1d89899b-acf8-499c-854c-20347e529510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3'} Body: b'{"server": {"id": "43f004f3-9b3f-4388-88a8-8eb663ba36a3", "name": "tempest-AttachVolumeNegativeTest-server-482287756", "status": "ACTIVE", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "5d6e38c 99144857265fe1b601394b9b0ba52c3e3d3caa4a5de87c601", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:42Z", "updated": "2023-04-24T00:16:36Z", "addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:21:72"}, {"version": 4, "addr": "172.24.4.129", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:21:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1687889936", "OS-SRV-USG:launched_at": "2023-04-24T00:14:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--444526388"}], "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-24 00:17:26,754 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3 0.041s 2023-04-24 00:17:26,754 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ef199d0f-ff89-4189-a1f9-8a496c8651cb', 'x-compute-request-id': 'req-ef199d0f-ff89-4189-a1f9-8a496c8651cb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 43f004f3-9b3f-4388-88a8-8eb663ba36a3 could not be found."}}' 2023-04-24 00:17:26,787 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1687889936 0.032s 2023-04-24 00:17:26,788 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17: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-3e67fdc5-bc61-4795-95f1-6238c90011a1', 'x-compute-request-id': 'req-3e67fdc5-bc61-4795-95f1-6238c90011a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1687889936'} Body: b'' 2023-04-24 00:17:27,055 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5474c61d-74e8-4509-a916-9c6829b83f43 0.266s 2023-04-24 00:17:27,055 80152 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-f7382220-86fa-44aa-bb97-e1b7fe35108b', 'content-le ngth': '0', 'date': 'Mon, 24 Apr 2023 00:17:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5474c61d-74e8-4509-a916-9c6829b83f43'} Body: b'' 2023-04-24 00:17:27,075 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5474c61d-74e8-4509-a916-9c6829b83f43 0.020s 2023-04-24 00:17:27,075 80152 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-cfa0e984-e87d-4702-b554-d68bf161ef46', 'date': 'Mon, 24 Apr 2023 00:17:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5474c61d-74e8-4509-a916-9c6829b83f43'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5474c61d-74e8-4509-a916-9c6829b83f43 does not exist", "detail": ""}}' 2023-04-24 00:17:27,568 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602 0.492s 2023-04-24 00:17:27,568 80152 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-fcaf3798-c497-41bb-8fa3-53f1cea8cb0d', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:17:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602'} Body: b'' {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.143413s] ... 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 985743e2-6d02-4644-bbf9-aee62f4d155f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:28,674 80156 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/06a44c089193437dae51019272c549a1/types 0.189s 2023-04-24 00:17:28,675 80156 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-542430357", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db3a232d-78cd-4c2f-88fe-af20717b868b', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db3a232d-78cd-4c2f-88fe-af20717b868b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types'} Body: b'{"volume_type": {"id": "665b3689-b300-4789-a725-ff0ce7670351", "name": "tempest-VolumeTypesTest-volume-type-542430357", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:17:28,713 80156 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/06a44c089193437dae51019272c549a1/types 0.035s 2023-04-24 00:17:28,713 80156 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-1360126046", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-951ff73f-5150-4047-bbf2-be89acce005d', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-951ff73f-5150-4047-bbf2-be89acce005d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types'} Body: b'{"volume_type": {"id": "422ad706-3b07-478e-a9de-926cfa313880", "name": "tempest-VolumeTypesTest-volume-type-1360126046", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:17:29,125 80156 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/39a61bdc44134e4f994e628658a0edcd/volumes 0.409s 2023-04-24 00:17:29,126 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1319842633", "volume_type": "665b3689-b300-4789-a725-ff0ce7670351", "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21ef149b-64f2-42eb-bb28-d22133607686', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ef149b-64f2-42eb-bb28-d22133607686', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes'} Body: b'{"volume": {"id": "985743e2-6d02-4644-bbf9-aee62f4d155f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:29.024993", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1319842633", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-542430357", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}], "user_id": "f1f87ec86af040468788e3c943457aa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:29,204 80156 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/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f 0.069s 2023-04-24 00:17:29,205 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8d7f9bd-a850-4add-a6db-686b82db7b80', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8d7f9bd-a850-4add-a6db-686b82db7b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f'} Body: b'{"volume": {"id": "985743e2-6d02-4644-bbf9-aee62f4d155f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:29.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1319842633", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-542430357", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}], "user_id": "f1f87ec86af040468788e3c943457aa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "39a61bdc44134e4f994e628658a0edcd"}}' 2023-04-24 00:17:30,257 80156 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/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f 0.040s 2023-04-24 00:17:30,257 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8209c91-397e-4bcd-a5b5-39925884ae7b', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8209c91-397e-4bcd-a5b5-39925884ae7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f'} Body: b'{"volume": {"id": "985743e2-6d02-4644-bbf9-aee62f4d155f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:29.000000", "updated_at": "2023-04-24T00:17:29.000000", "name": "tempest-VolumeTypesTest-volume-1319842633", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-542430357", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644 -bbf9-aee62f4d155f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}], "user_id": "f1f87ec86af040468788e3c943457aa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "39a61bdc44134e4f994e628658a0edcd"}}' 2023-04-24 00:17:30,320 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f 0.052s 2023-04-24 00:17:30,320 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab0a84b-853c-453f-b58a-e334b1db95f4', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab0a84b-853c-453f-b58a-e334b1db95f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f'} Body: b'{"volume": {"id": "985743e2-6d02-4644-bbf9-aee62f4d155f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:29.000000", "updated_at": "2023-04-24T00:17:29.000000", "name": "tempest-VolumeTypesTest-volume-1319842633", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-542430357", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}], "user_id": "f1f87ec86af040468788e3c943457aa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "39a61bdc44134e4f994e628658a0edcd"}}' 2023-04-24 00:17:30,460 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f 0.128s 2023-04-24 00:17:30,460 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac153e0e-4847-4eb9-bfb7-1207dc436fca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f'} Body: b'' 2023-04-24 00:17:30,482 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f 0.021s 2023-04-24 00:17:30,482 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9714b7d7-8972-48ae-8355-8fb1a3f7da49', 'x-openstack-request-id': 'req-9714b7d7-8972-48ae-8355-8fb1a3f 7da49', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 985743e2-6d02-4644-bbf9-aee62f4d155f could not be found."}}' 2023-04-24 00:17:30,545 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/422ad706-3b07-478e-a9de-926cfa313880 0.062s 2023-04-24 00:17:30,545 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c58b9d9-53d8-45a5-9e72-7bd753775cc4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/422ad706-3b07-478e-a9de-926cfa313880'} Body: b'' 2023-04-24 00:17:30,561 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/422ad706-3b07-478e-a9de-926cfa313880 0.016s 2023-04-24 00:17:30,562 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9f1f800-0f4f-4316-918a-c9530cf7c399', 'x-openstack-request-id': 'req-b9f1f800-0f4f-4316-918a-c9530cf7c399', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/422ad706-3b07-478e-a9de-926cfa313880'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 422ad706-3b07-478e-a9de-926cfa313880 could not be found."}}' 2023-04-24 00:17:30,611 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/665b3689-b300-4789-a725-ff0ce7670351 0.048s 2023-04-24 00:17:30,611 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fffb148-eb82-441e-8f13-6b38c9c156b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/665b3689-b300-4789-a725-ff0ce7670351'} Body: b'' 2023-04-24 00:17:30,626 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/665b3689-b300-4789-a725-ff0ce7670351 0.015s 2023-04-24 00:17:30,626 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fe48698-9e6b-44d8-9327-b2f4100210a9', 'x-openstack-request-id': 'req-5fe48698-9e6b-44d8-9327-b2f4100210a9 ', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/665b3689-b300-4789-a725-ff0ce7670351'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 665b3689-b300-4789-a725-ff0ce7670351 could not be found."}}' {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.151202s] ... ok {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.432114s] ... ok {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.037846s] ... ok {9} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.223491s] ... ok {9} 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 0398f0b9-768a-4375-b3e3-85365b7ef24d failed to build and is in ERROR status {9} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.900776s] ... 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 6d2a0177-a616-45c3-9581-bced628465f9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:38,276 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes 0.479s 2023-04-24 00:17:38,276 80156 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-1018693995"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1d480f8-06a9-44da-a05a-5824a4a1d2b3', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1d480f8-06a9-44da-a05a-5824a4a1d2b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes'} Body: b'{"volume": {"id": "6d2a0177-a616-45c3-9581-bced628465f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:38.219698", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1018693995", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:38,385 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9 0.099s 2023-04-24 00:17:38,385 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd34f78f-6727-4da3-87fc-4330648160f2', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd34f78f-6727-4da3-87fc-4330648160f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9'} Body: b'{"volume": {"id": "6d2a0177-a616-45c3-9581-bced628465f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:38.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1018693995", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27fe943ebb9b4b3086e6df0b68359361"}}' 2023-04-24 00:17:39,432 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9 0.036s 2023-04-24 00:17:39,433 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-383b3028-965f-450f-8858-7673eec5b876', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-383b3028-965f-450f-8858-7673eec5b876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9'} Body: b'{"volume": {"id": "6d2a0177-a616-45c3-9581-bced628465f9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:38.000000", "updated_at": "2023-04-24T00:17:38.000000", "name": "tempest-VolumesDeleteCascade-Volume-1018693995", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27fe943ebb9b4b3086e6df0b68359361"}}' 2023-04-24 00:17:39,518 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9 0.075s 2023-04-24 00:17:39,519 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20d2540c-6324-451c-bc0d-f300cc9252f8', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20d2540c-6324-451c-bc0d-f300cc9252f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9'} Body: b'{"volume": {"id": "6d2a0177-a616-45c3-9581-bced628465f9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:38.000000", "updated_at": "2023-04-24T00:17:38.000000", "name": "tempest-VolumesDeleteCascade-Volume-1018693995", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27fe943ebb9b4b3086e6df0b68359361"}}' 2023-04-24 00:17:39,674 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9 0.145s 2023-04-24 00:17:39,675 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:39 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-9b681fd3-acc3-413a-a23e-ad98db103ba3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9'} Body: b'' 2023-04-24 00:17:39,696 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9 0.020s 2023-04-24 00:17:39,696 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17: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-ac4ef143-84d7-470a-bca6-80ce41c01cd9', 'x-openstack-request-id': 'req-ac4ef143-84d7-470a-bca6-80ce41c01cd9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6d2a0177-a616-45c3-9581-bced628465f9 could not be found."}}' {9} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.560827s] ... 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 41181766-2e4b-4732-a24d-1bed1bed731f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:39,909 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes 0.210s 2023-04-24 00:17:39,910 80156 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-406684791"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee4bd8b-f451-4c78-aaa3-4f2c85f2dd9e', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee4bd8b-f451-4c78-aaa3-4f2c85f2dd9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes'} Body: b'{"volume": {"id": "41181766-2e4b-4732-a24d-1bed1bed731f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:39.837460", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-406684791", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:39,966 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f 0.045s 2023-04-24 00:17:39,967 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebdf2cd6-3313-4a72-96ce-01efdb7c8bea', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebdf2cd6-3313-4a72-96ce-01efdb7c8bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f'} Body: b'{"volume": {"id": "41181766-2e4b-4732-a24d-1bed1bed731f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:40.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-406684791", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27fe943ebb9b4b3086e6df0b68359361"}}' 2023-04-24 00:17:41,028 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f 0.040s 2023-04-24 00:17:41,029 80156 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, 24 Apr 2023 00:17:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df76d5f-8d35-4c0b-b948-8d3c0e5e78bb', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df76d5f-8d35-4c0b-b948-8d3c0e5e78bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f'} Body: b'{"volume": {"id": "41181766-2e4b-4732-a24d-1bed1bed731f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:40.000000", "updated_at": "2023-04-24T00:17:40.000000", "name": "tempest-VolumesDeleteCascade-Volume-406684791", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27fe943ebb9b4b3086e6df0b68359361"}}' 2023-04-24 00:17:41,085 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f 0.044s 2023-04-24 00:17:41,085 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f1f234a-0686-4e6a-b40a-db6b1b5d6900', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f1f234a-0686-4e6a-b40a-db6b1b5d6900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f'} Body: b'{"volume": {"id": "41181766-2e4b-4732-a24d-1bed1bed731f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:40.000000", "updated_at": "2023-04-24T00:17:40.000000", "name": "tempest-VolumesDeleteCascade-Volume-406684791", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27fe943ebb9b4b3086e6df0b68359361"}}' 2023-04-24 00:17:41,223 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f 0.127s 2023-04-24 00:17:41,224 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9c7de9-70f4-41c7-889b-76f245204b32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f'} Body: b'' 2023-04-24 00:17:41,258 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f 0.034s 2023-04-24 00:17:41,259 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce3aa2d3-13b1-4103-9d00-74e9a76980d5', 'x-openstack-request-id': 'req-ce3aa2d3-13b1-4103-9d00-74e9a76980d5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 41181766-2e4b-4732-a24d-1bed1bed731f could not be found."}}' {9} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.803649s] ... 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 622a31bf-22d9-4e77-adcd-423e8a6325f6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:44,692 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes 0.489s 2023-04-24 00:17:44,693 80156 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-2002197265"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-379fdc09-4c2e-4c7e-a761-fe77b268e5b0', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-379fdc09-4c2e-4c7e-a761-fe77b268e5b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes'} Body: b'{"volume": {"id": "622a31bf-22d9-4e77-adcd-423e8a6325f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:44.574039", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-2002197265", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:44,739 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6 0.037s 2023-04-24 00:17:44,740 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fd1d9b8-a36b-4b77-82ed-0f83f0dce90b', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fd1d9b8-a36b-4b77-82ed-0f83f0dce90b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6'} Body: b'{"volume": {"id": "622a31bf-22d9-4e77-adcd-423e8a6325f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:45.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-2002197265", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76cb2796824b44989933a2b6a6288116"}}' 2023-04-24 00:17:45,821 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6 0.070s 2023-04-24 00:17:45,822 80156 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15dab55b-98d6-46a7-a512-84a0686426a8', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15dab55b-98d6-46a7-a512-84a0686426a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6'} Body: b'{"volume": {"id": "622a31bf-22d9-4e77-adcd-423e8a6325f6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:45.000000", "updated_at": "2023-04-24T00:17:45.000000", "name": "tempest-VolumesTransfersTest-Volume-2002197265", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76cb2796824b44989933a2b6a6288116"}}' 2023-04-24 00:17:45,877 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6 0.044s 2023-04-24 00:17:45,877 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09caae89-2836-4e91-8b5e-94d5bd152425', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09caae89-2836-4e91-8b5e-94d5bd152425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6'} Body: b'{"volume": {"id": "622a31bf-22d9-4e77-adcd-423e8a6325f6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:45.000000", "updated_at": "2023-04-24T00:17:45.000000", "name": "tempest-VolumesTransfersTest-Volume-2002197265", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76cb2796824b44989933a2b6a6288116"}}' 2023-04-24 00:17:45,981 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6 0.093s 2023-04-24 00:17:45,981 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:45 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-2cd28cce-45f7-4882-9109-e0f734eb12d4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6'} Body: b'' 2023-04-24 00:17:46,004 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6 0.022s 2023-04-24 00:17:46,005 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-17f188ca-c781-4feb-8c1a-92095c3076e5', 'x-openstack-request-id': 'req-17f188ca-c781-4feb-8c1a-92095c3076e5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 622a31bf-22d9-4e77-adcd-423e8a6325f6 could not be found."}}' {9} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.867434s] ... 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 68169276-5529-46d3-9839-4c5aecc318dc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:46,441 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes 0.433s 2023-04-24 00:17:46,441 80156 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-666225295"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4086d9ae-90e6-4620-ad72-05cd5379979d', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4086d9ae-90e6-4620-ad72-05cd5379979d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes'} Body: b'{"volume": {"id": "68169276-5529-46d3-9839-4c5aecc318dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:46.359468", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-666225295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:46,511 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc 0.060s 2023-04-24 00:17:46,511 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ada36ad-7e45-443a-a606-5029aba968f1', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ada36ad-7e45-443a-a606-5029aba968f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc'} Body: b'{"volume": {"id": "68169276-5529-46d3-9839-4c5aecc318dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:46.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-666225295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76cb2796824b44989933a2b6a6288116"}}' 2023-04-24 00:17:47,568 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc 0.045s 2023-04-24 00:17:47,569 80156 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75928843-1ab2-4489-8550-09e820a95a38', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75928843-1ab2-4489-8550-09e820a95a38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc'} Body: b'{"volume": {"id": "68169276-5529-46d3-9839-4c5aecc318dc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:46.000000", "updated_at": "2023-04-24T00:17:47.000000", "name": "tempest-VolumesTransfersTest-Volume-666225295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76cb2796824b44989933a2b6a6288116"}}' 2023-04-24 00:17:47,650 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc 0.071s 2023-04-24 00:17:47,651 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f66794-bd03-45f5-9dad-c7c0b578d152', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f66794-bd03-45f5-9dad-c7c0b578d152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc'} Body: b'{"volume": {"id": "68169276-5529-46d3-9839-4c5aecc318dc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:46.000000", "updated_at": "2023-04-24T00:17:47.000000", "name": "tempest-VolumesTransfersTest-Volume-666225295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76cb2796824b44989933a2b6a6288116"}}' 2023-04-24 00:17:47,840 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc 0.178s 2023-04-24 00:17:47,841 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'con tent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b25182b8-4da3-45c2-9d46-a63b684d81be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc'} Body: b'' 2023-04-24 00:17:47,873 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc 0.032s 2023-04-24 00:17:47,874 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-82e06824-3f02-4250-b363-7fe6802c65b1', 'x-openstack-request-id': 'req-82e06824-3f02-4250-b363-7fe6802c65b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 68169276-5529-46d3-9839-4c5aecc318dc could not be found."}}' {8} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.297122s] ... 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 411d5810-0f3c-4728-b04a-5ef2d1208834 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:15:55,959 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86 0.293s 2023-04-24 00:15:55,959 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:55 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-e3ec5110-f41d-4f0f-b68d-e4d18413eeb1', 'x-compute-request-id': 'req-e3ec5110-f41d-4f0f-b68d-e4d18413eeb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86'} Body: b'{"server": {"id": "ce19423d-a6ee-4506-9cd1-ec4803abdd86", "name": "tempest-ServersNegativeTestJSON-server-109140451", "status": "ACTIVE", "tenant_id": "ce75f63fc0904eceb03e8319bddba4d3", "user_id": "abae98323deb44dea0622186485cc7af", "metadata": {}, "hostId": "6c0fed889c2c97616dfcbee0e1169e8b5de8459df46c4b22aee638d6", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:21Z", "updated": "2023-04-24T00:11:38Z", "addresses": {"tempest-ServersNegativeTestJSON-1649565193-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:c7:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:16:56,395 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes 0.362s 2023-04-24 00:16:56,396 80154 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-275115975"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-870c0531-991c-443c-8863-2de031e57148', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-870c0531-991c-443c-8863-2de031e57148', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes'} Body: b'{"volume": {"id": "411d5810-0f3c-4728-b04a-5ef2d1208834", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:56.320741", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-275115975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834"}, {"rel": "bookmark", "href": "http://10.0.0.2 10/volume/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834"}], "user_id": "abae98323deb44dea0622186485cc7af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:16:56,456 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834 0.049s 2023-04-24 00:16:56,456 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4720be9-c716-46f1-a895-9b2fe9c9232b', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4720be9-c716-46f1-a895-9b2fe9c9232b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834'} Body: b'{"volume": {"id": "411d5810-0f3c-4728-b04a-5ef2d1208834", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:56.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-275115975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834"}], "user_id": "abae98323deb44dea0622186485cc7af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce75f63fc0904eceb03e8319bddba4d3"}}' 2023-04-24 00:16:57,518 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834 0.045s 2023-04-24 00:16:57,519 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba92b276-e607-487a-8156-d660d1aa24db', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba92b276-e607-487a-8156-d660d1aa24db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834'} Body: b'{"volume": {"id": "411d5810-0f3c-4728-b04a-5ef2d1208834", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:56.000000", "updated_at": "2023-04-24T00:16:56.000000", "name": "tempest-ServersNegativeTestJSON-volume-275115975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834"}], "user_id": "abae98323deb44dea0622186485cc7af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenan t-attr:tenant_id": "ce75f63fc0904eceb03e8319bddba4d3"}}' 2023-04-24 00:16:57,889 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86 0.352s 2023-04-24 00:16:57,890 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:57 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-f9dc686f-24c2-4b8e-b7c4-f4e34064bbf1', 'x-compute-request-id': 'req-f9dc686f-24c2-4b8e-b7c4-f4e34064bbf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86'} Body: b'{"server": {"id": "ce19423d-a6ee-4506-9cd1-ec4803abdd86", "name": "tempest-ServersNegativeTestJSON-server-109140451", "status": "ACTIVE", "tenant_id": "ce75f63fc0904eceb03e8319bddba4d3", "user_id": "abae98323deb44dea0622186485cc7af", "metadata": {}, "hostId": "6c0fed889c2c97616dfcbee0e1169e8b5de8459df46c4b22aee638d6", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:21Z", "updated": "2023-04-24T00:11:38Z", "addresses": {"tempest-ServersNegativeTestJSON-1649565193-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:c7:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {9} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [3.191957s] ... 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 fdf3d328-0d95-428b-a402-c8a6f3016dbd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:18:03,858 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.264s 2023-04-24 00:18:03,858 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1630980562", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHh2F3+iE9v6j8uAzEGsVE1dGmzzOM319DHl5oQaR9MtB+21/YpblyubON+4hp5Nax/I8gLbx0oYjiIDGGUihE8mMwZoqE70O7sgTcmzUbjW+C997P07Od7BnXlSnR8q1w=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:03 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-3bf909d5-9206-4ae3-a9fe-cfc92865b1d4', 'x-compute-request-id': 'req-3bf909d5-9206-4ae3-a9fe-cfc92865b1d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1630980562", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHh2F3+iE9v6j8uAzEGsVE1dGmzzOM319DHl5oQaR9MtB+21/YpblyubON+4hp5Nax/I8gLbx0oYjiIDGGUihE8mMwZoqE70O7sgTcmzUbjW+C997P07Od7BnXlSnR8q1w==", "fingerprint": "d3:98:c0:05:79:86:d6:8a:f5:e4:73:ef:03:65:2e:88", "user_id": "f80aa3207a5345bcbc52c1c34b665fdb"}}' 2023-04-24 00:18:04,024 80156 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.162s 2023-04-24 00:18:04,024 80156 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-1504748172", "description": "tempest-secgroup-smoke-1504748172 description", "project_id": "9188fe3228ab4b7bb067879867ba1c76"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-d0b6b2de-690d-4daf-b7eb-6a9c3a3eba00', 'date': 'Mon, 24 Apr 2023 00:18:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "name": "tempest-secgroup-smoke-1504748172", "stateful": true, "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "description": "tempest-secgroup-smoke-1504748172 description", "shared": false, "security_group_rules": [{"id": "abad8021-32d7-4667-8284-4ed85aded516", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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": 745, "description": null, "tags": [], "created_at": "2023-04-24T00:18:03Z", "updated_at": "2023-04-24T00:18:03Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}, {"id": "fe27db7a-9121-46fc-ad82-182ddcc7529d", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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": 744, "description": null, "tags": [], "created_at": "2023-04-24T00:18:03Z", "updated_at": "2023-04-24T00:18:03Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}], "tags": [], "created_at": "2023-04-24T00:18:03Z", "updated_at": "2023-04-24T00:18:03Z", "revision_number": 1, "project_ id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:04,204 80156 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.179s 2023-04-24 00:18:04,205 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "project_id": "9188fe3228ab4b7bb067879867ba1c76", "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-c34237f1-aaf0-4f6e-bc33-5723584cde5d', 'date': 'Mon, 24 Apr 2023 00:18:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "75f87dfd-d372-4302-a493-6f97983838c7", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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-24T00:18:04Z", "updated_at": "2023-04-24T00:18:04Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:04,371 80156 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.165s 2023-04-24 00:18:04,371 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "project_id": "9188fe3228ab4b7bb067879867ba1c76", "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-24f81d2c-44a7-468b-bfc8-eb73211afcc6', 'date': 'Mon, 24 Apr 2023 00:18:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9cec971e-855d-4116-8688-f532f6b4089d", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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-24T00:18:04Z", "updated_at": "2023-04-24T00:18:04Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:04,544 80156 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.172s 2023-04-24 00:18:04,544 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "project_id": "9188fe3228ab4b7bb067879867ba1c76", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8ca12a19-6125-4639-9b08-1bfdb884a4dd', 'date': 'Mon, 24 Apr 2023 00:18:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ee138545-5b25-4ad2-bacc-25ca26e41fa7", "tenant_id": "9188fe3228a b4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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-24T00:18:04Z", "updated_at": "2023-04-24T00:18:04Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:04,753 80156 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.208s 2023-04-24 00:18:04,754 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "project_id": "9188fe3228ab4b7bb067879867ba1c76", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-d3a6dd55-a529-4c36-bb51-fcb921ebb44e', 'date': 'Mon, 24 Apr 2023 00:18:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4edacac8-09e1-445a-b337-78f8926c58a2", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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-24T00:18:04Z", "updated_at": "2023-04-24T00:18:04Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:04,919 80156 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.164s 2023-04-24 00:18:04,919 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "project_id": "9188fe3228ab4b7bb067879867ba1c76", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-b75e2248-45f6-484c-9462-29aa0454181b', 'date': 'Mon, 24 Apr 2023 00:18:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b6fc5882-ce41-4b21-9044-c5b950072ae6", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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-24T00:18:04Z", "updated_at": "2023-04-24T00:18:04Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:05,131 80156 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.205s 2023-04-24 00:18:05,135 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "project_id": "9188fe3228ab4b7bb067879867ba1c76", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'con tent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-a5000f1f-77f1-4bb3-adb2-e85cbb4a850b', 'date': 'Mon, 24 Apr 2023 00:18:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "09bc5972-0051-42b1-97f1-4dd9999a4ae9", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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-24T00:18:05Z", "updated_at": "2023-04-24T00:18:05Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:05,344 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes 0.202s 2023-04-24 00:18:05,344 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1723677183", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274d94fd-06f1-4f3b-9123-bbb27753fdd2', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274d94fd-06f1-4f3b-9123-bbb27753fdd2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes'} Body: b'{"volume": {"id": "fdf3d328-0d95-428b-a402-c8a6f3016dbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:05.287938", "updated_at": null, "name": "tempest-TestStampPattern-volume-1723677183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd"}], "user_id": "f80aa3207a5345bcbc52c1c34b665fdb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:18:05,402 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd 0.041s 2023-04-24 00:18:05,402 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53b5c818-1cee-4a41-a978-a655ac35fa99', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53b5c818-1cee-4a41-a978-a655ac35fa99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd'} Body: b'{"volume": {"id": "fdf3d328-0d95-428b-a402-c8a6f3016dbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:05.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-1723677183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": nul l, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd"}], "user_id": "f80aa3207a5345bcbc52c1c34b665fdb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:06,455 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd 0.041s 2023-04-24 00:18:06,455 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-755e7b82-53fd-4d27-9f64-10ed88815308', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-755e7b82-53fd-4d27-9f64-10ed88815308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd'} Body: b'{"volume": {"id": "fdf3d328-0d95-428b-a402-c8a6f3016dbd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:05.000000", "updated_at": "2023-04-24T00:18:05.000000", "name": "tempest-TestStampPattern-volume-1723677183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd"}], "user_id": "f80aa3207a5345bcbc52c1c34b665fdb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:06,565 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd 0.096s 2023-04-24 00:18:06,565 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22121474-c2b1-421b-9674-06949c3d6247', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd'} Body: b'' 2023-04-24 00:18:06,586 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd 0.020s 2023-04-24 00:18:06,586 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18: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-req uest-id': 'req-8e09367a-d362-4b37-b51d-50fcfcee30e3', 'x-openstack-request-id': 'req-8e09367a-d362-4b37-b51d-50fcfcee30e3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fdf3d328-0d95-428b-a402-c8a6f3016dbd could not be found."}}' 2023-04-24 00:18:06,743 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17 0.156s 2023-04-24 00:18:06,743 80156 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-da944954-ef1e-46a3-a7c1-06842de52d08', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:18:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17'} Body: b'' 2023-04-24 00:18:06,781 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1630980562 0.037s 2023-04-24 00:18:06,781 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:06 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-550a1f23-906f-478d-a5bb-ea7ee984675b', 'x-compute-request-id': 'req-550a1f23-906f-478d-a5bb-ea7ee984675b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1630980562'} Body: b'' {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 {9} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.877613s] ... 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 3d4790c7-d842-4af2-a1eb-27173dcfa184 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:18:28,461 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.248s 2023-04-24 00:18:28,461 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cc099521-c3ad-43fd-8019-e8772738cc09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:18:28,843 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes 0.381s 2023-04-24 00:18:28,843 80156 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-985228474", "snapshot_id": null, "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7b3519f-54e6-4761-b3df-3304f7b767bc', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7b3519f-54e6-4761-b3df-3304f7b767bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes'} Body: b'{"volume": {"id": "3d4790c7-d842-4af2-a1eb-27173dcfa184", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:28.771278", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-985228474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:18:28,891 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184 0.038s 2023-04-24 00:18:28,891 80156 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5608ec79-2366-4633-a04e-8f7d40b7a599', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5608ec79-2366-4633-a04e-8f7d40b7a599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184'} Body: b'{"volume": {"id": "3d4790c7-d842-4af2-a1eb-27173dcfa184", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:29.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-985228474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:29,941 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184 0.038s 2023-04-24 00:18:29,941 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1b1f17d-2634-47a2-866b-8dcd45449756', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1b1f17d-2634-47a2-866b-8dcd45449756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184'} Body: b'{"volume": {"id": "3d4790c7-d842-4af2-a1eb-27173dcfa184", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:29.000000", "updated_at": "2023-04-24T00:18:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-985228474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:30,065 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184 0.112s 2023-04-24 00:18:30,065 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:29 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-e6283e67-8952-4cf6-aa47-16da501206b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184'} Body: b'' 2023-04-24 00:18:30,088 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184 0.023s 2023-04-24 00:18:30,089 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a2f3889-95f1-4a5b-816c-728313415ee7', 'x-openstack-request-id': 'req-4a2f3889-95f1-4a5b-816c-728313415ee7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3d4790c7-d842-4af2-a1eb-27173dcfa184 could not be found."}}' {9} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.585494s] ... 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 2ebc3aea-80d8-44cc-9355-d1e0212f7699 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:18:30,113 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.021s 2023-04-24 00:18:30,113 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-817356d9-2d08-48b9-b815-5be08f3a0934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:18:30,446 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes 0.332s 2023-04-24 00:18:30,446 80156 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-1059030531", "snapshot_id": null, "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff2a9674-3a38-424a-a5b7-4bc4246b75b0', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff2a9674-3a38-424a-a5b7-4bc4246b75b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes'} Body: b'{"volume": {"id": "2ebc3aea-80d8-44cc-9355-d1e0212f7699", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:30.381562", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1059030531", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:18:30,495 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699 0.039s 2023-04-24 00:18:30,496 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15e3bc47-3e08-499c-a2c9-12394a29503c', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15e3bc47-3e08-499c-a2c9-12394a29503c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699'} Body: b'{"volume": {"id": "2ebc3aea-80d8-44cc-9355-d1e0212f7699", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:30.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1059030531", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:31,547 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699 0.040s 2023-04-24 00:18:31,547 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-640d2a04-accd-44e5-8096-9d75f4af6365', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-640d2a04-accd-44e5-8096-9d75f4af6365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699'} Body: b'{"volume": {"id": "2ebc3aea-80d8-44cc-9355-d1e0212f7699", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:30.000000", "updated_at": "2023-04-24T00:18:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1059030531", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:31,654 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699 0.095s 2023-04-24 00:18:31,654 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fb82789-a025-4082-910c-64fc80485f31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699'} Body: b'' 2023-04-24 00:18:31,676 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699 0.021s 2023-04-24 00:18:31,676 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-31156954-b506-4d91-ab29-14b022ac2b34', 'x-openstack-request-id': 'req-31156954-b506-4d91-ab29-14b022ac2b34', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2ebc3aea-80d8-44cc-9355-d1e0212f7699 could not be found."}}' {9} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [3.283950s] ... 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 7293fc58-53be-4e3c-94a7-85b01aa51964 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:18:31,678 80156 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-24 00:18:31,740 80156 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.056s 2023-04-24 00:18:31,740 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-905115508", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBUO7+BexjksQT601R5ryyzIlBST0XeLUKwnb6XBZApDyo9pk/NwlQ6zWOH4KcqnAAdPwUNZ6qE8bTWmTsk6Z+ADq/J7un8S8v10JSUa9UHQ34bibBmTF5JCGUfPNpptBg=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:31 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-cad18430-607c-4f47-a984-450dd2c1bf02', 'x-compute-request-id': 'req-cad18430-607c-4f47-a984-450dd2c1bf02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-905115508", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBUO7+BexjksQT601R5ryyzIlBST0XeLUKwnb6XBZApDyo9pk/NwlQ6zWOH4KcqnAAdPwUNZ6qE8bTWmTsk6Z+ADq/J7un8S8v10JSUa9UHQ34bibBmTF5JCGUfPNpptBg==", "fingerprint": "62:5c:bd:3a:ae:19:97:a0:07:ac:6b:4d:bf:d0:60:16", "user_id": "a2bc0a69976144909783464c14e2710e"}}' 2023-04-24 00:18:31,909 80156 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.164s 2023-04-24 00:18:31,910 80156 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-1700113866", "description": "tempest-secgroup-smoke-1700113866 description", "project_id": "49f46c801b224352b0b12f8653fdf122"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-2a897231-764c-46d2-911a-835511659601', 'date': 'Mon, 24 Apr 2023 00:18:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "name": "tempest-secgroup-smoke-1700113866", "stateful": true, "tenant_id": "49f46c801b224352b0b12f8653fdf122", "description": "tempest-secgroup-smoke-1700113866 description", "shared": false, "security_group_rules": [{"id": "6933720b-fb71-47ed-9a6a-f34a33a14dea", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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": 778, "description": null, "tags": [], "created_at": "2023-04-24T00:18:31Z", "updated_at": "2023-04-24T00:18:31Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}, {"id": "e8d1bbe8-52f1-429c-a825-542abaa86f8e", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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": 779, "description": null, "tags": [], "created_at": "2023-04-24T00:18:31Z", "updated_at": "2023-04-24T00:18:31Z", "revision_number": 0, "project_id": "49f46c8 01b224352b0b12f8653fdf122"}], "tags": [], "created_at": "2023-04-24T00:18:31Z", "updated_at": "2023-04-24T00:18:31Z", "revision_number": 1, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:32,092 80156 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.181s 2023-04-24 00:18:32,092 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "project_id": "49f46c801b224352b0b12f8653fdf122", "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-ac5207c7-7913-4cf5-8e54-a084c0c82b6a', 'date': 'Mon, 24 Apr 2023 00:18:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2f171234-a79e-4f75-baf0-d5a4706443ef", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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-24T00:18:31Z", "updated_at": "2023-04-24T00:18:31Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:32,326 80156 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.233s 2023-04-24 00:18:32,326 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "project_id": "49f46c801b224352b0b12f8653fdf122", "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-c3b69054-611f-47ce-806e-e05f46addd66', 'date': 'Mon, 24 Apr 2023 00:18:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "99da7d40-9467-48ec-8a02-740892294681", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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-24T00:18:32Z", "updated_at": "2023-04-24T00:18:32Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:32,497 80156 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.170s 2023-04-24 00:18:32,497 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "project_id": "49f46c801b224352b0b12f8653fdf122", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c785a4f8-afb3-49e4-8b91-5c68fcd614ec', 'date': 'Mon, 24 Apr 2023 00:18:32 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": "20c78f7f-e55f-4aaf-9937-c704436587ea", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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-24T00:18:32Z", "updated_at": "2023-04-24T00:18:32Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:32,677 80156 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.178s 2023-04-24 00:18:32,677 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "project_id": "49f46c801b224352b0b12f8653fdf122", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-5dd1ecaa-4f30-42cb-b2c3-1fde69492298', 'date': 'Mon, 24 Apr 2023 00:18:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e9a7bcf8-ed05-46b2-ad99-e62b7f6f6a3e", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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-24T00:18:32Z", "updated_at": "2023-04-24T00:18:32Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:32,857 80156 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.179s 2023-04-24 00:18:32,857 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "project_id": "49f46c801b224352b0b12f8653fdf122", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-83eb3b42-a981-410a-9044-69a14c14ecb7', 'date': 'Mon, 24 Apr 2023 00:18:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d84ee464-b0f2-4600-a6fe-4a303d7366dd", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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-24T00:18:32Z", "updated_at": "2023-04-24T00:18:32Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:33,199 80156 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.341s 2023-04-24 00:18:33,199 80156 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": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "project_id": "49f46c801b224352b0b12f8653fdf122", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-eab40bc3-08a9-4698-ae12-0def1415f5b3', 'date': 'Mon, 24 Apr 2023 00:18:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5acc3a64-7520-49fd-b892-67df69cbee9c", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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-24T00:18:32Z", "updated_at": "2023-04-24T00:18:32Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:33,200 80156 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-24 00:18:33,220 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.019s 2023-04-24 00:18:33,220 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c8788429-fbec-49a4-92ff-0e068bf9f921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:18:33,518 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes 0.297s 2023-04-24 00:18:33,519 80156 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-839309507", "snapshot_id": null, "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58c09d51-5224-4ae1-8e43-26f22d41c04a', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58c09d51-5224-4ae1-8e43-26f22d41c04a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes '} Body: b'{"volume": {"id": "7293fc58-53be-4e3c-94a7-85b01aa51964", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:33.459689", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-839309507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:18:33,570 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964 0.043s 2023-04-24 00:18:33,571 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d872837-4802-4b73-9eaf-d4168eecc020', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d872837-4802-4b73-9eaf-d4168eecc020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964'} Body: b'{"volume": {"id": "7293fc58-53be-4e3c-94a7-85b01aa51964", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:33.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-839309507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:34,622 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964 0.040s 2023-04-24 00:18:34,622 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc73409d-cbcf-4ecd-99cb-1b53c33e01b8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc73409d-cbcf-4ecd-99cb-1b53c33e01b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964'} Body: b'{"volume": {"id": "7293fc58-53be-4e3c-94a7-85b01aa51964", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:33.000000", "updated_at": "2023-04-24T00:18:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-839309507", "description": null, "volume_type": "joviandss-2", "sna pshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:34,730 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964 0.097s 2023-04-24 00:18:34,730 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-973f8e2a-0410-4352-ad49-5be618df7fb6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964'} Body: b'' 2023-04-24 00:18:34,763 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964 0.032s 2023-04-24 00:18:34,764 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6781d2a-7f43-4f78-a6fa-106e1c7ba4a5', 'x-openstack-request-id': 'req-a6781d2a-7f43-4f78-a6fa-106e1c7ba4a5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7293fc58-53be-4e3c-94a7-85b01aa51964 could not be found."}}' 2023-04-24 00:18:34,925 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b4058f02-f8ef-45c6-992e-8fff42c5227f 0.161s 2023-04-24 00:18:34,926 80156 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-854d0ed2-fe9e-49c5-adc1-e331fa62f8b0', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:18:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b4058f02-f8ef-45c6-992e-8fff42c5227f'} Body: b'' 2023-04-24 00:18:34,961 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-905115508 0.035s 2023-04-24 00:18:34,962 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18: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': 'O penStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6b68580-03e9-4333-9e7f-8dbe224193fb', 'x-compute-request-id': 'req-a6b68580-03e9-4333-9e7f-8dbe224193fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-905115508'} Body: b'' {6} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.215239s] ... 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-24 00:18:43,314 80150 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/14f94185b7c5406e883de1fa8ab852ad/scheduler-stats/get_pools?detail=True 0.201s 2023-04-24 00:18:43,314 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d443124-4c65-40e2-8095-945f4e17fd27', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d443124-4c65-40e2-8095-945f4e17fd27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f94185b7c5406e883de1fa8ab852ad/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.040994s] ... 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-24 00:18:43,367 80150 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/14f94185b7c5406e883de1fa8ab852ad/scheduler-stats/get_pools 0.036s 2023-04-24 00:18:43,367 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc024f7f-8ef9-4d90-a0cb-a00cd1a4f970', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc024f7f-8ef9-4d90-a0cb-a00cd1a4f970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f94185b7c5406e883de1fa8ab852ad/scheduler-stats/get_pools'} Body: b'{"pools": []}' {6} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.202638s] ... ok {6} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.850941s] ... ok {6} setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 51, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6382341e-c93f-47f3-9910-2a374a371aaa failed to build and is in ERROR status {6} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.161481s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.085622s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.208239s] ... ok {6} setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2bd93837-d9b8-456b-a75d-f20b22eb9523 failed to build and is in ERROR status {1} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [229.776898s] ... 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 7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-24T00:18:20Z', 'message': 'Build of instance 7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b aborted: Volume 1fc4aff5-cded-4845-bcc1-e512a126098b did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-3eeae232-27ed-4300-b4c6-bd5b3f676e6e. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:15:16,091 80140 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-24 00:15:16,091 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:16 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-a8366701-0aa0-4947-a52c-bf0e211f21ab', '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": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443-project-member", "password_expires_at": null}, "audit_ids": ["AOc11DVpTJO6B_iKmZfKlg"], "expires_at": "2023-04-24T01:15:16.000000Z", "issued_at": "2023-04-24T00:15:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d26ba1ed4b9241f9a084db1a14a945bb", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:15:16,092 80140 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-348197869-network', 'tenant_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28985, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:15:16,707 80140 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.615s 2023-04-24 00:15:16,708 80140 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-515303589", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d', '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-36066562-5536-47c6-bf2d-ca546b35362a', 'x-compute-request-id': 'req-36066562-5536-47c6-bf2d-ca546b35362a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xbrWW7ifq69f"}}' 2023-04-24 00:15:16,786 80140 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/1c91af3a-b837-4ff0-a236-3483ffe5277d 0.075s 2023-04-24 00:15:16,786 80140 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, 24 Apr 2023 00:15:16 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-15571ed8-cdfc-49af-af09-dbdbc28446ed', 'x-compute-request-id': 'req-15571ed8-cdfc-49af-af09-dbdbc28446ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d'} Body: b'{"server": {"id": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-515303589", "status": "BUILD", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:15:17Z", "updated": "2023-04-24T00:15:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1c91a f3a-b837-4ff0-a236-3483ffe5277d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}], "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-24 00:16:07,321 80140 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/1c91af3a-b837-4ff0-a236-3483ffe5277d 0.469s 2023-04-24 00:16:07,321 80140 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, 24 Apr 2023 00:16:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33594708-bc7f-4fe1-9a72-51f4073afb1e', 'x-compute-request-id': 'req-33594708-bc7f-4fe1-9a72-51f4073afb1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d'} Body: b'{"server": {"id": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-515303589", "status": "ACTIVE", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "9024da7ff1b29c5c9e8c53cf0488d9c565dfb563307d464f49033520", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:15:16Z", "updated": "2023-04-24T00:15:23Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-348197869-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:a9:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:15:23.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-24 00:16:07,337 80140 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:17:08,569 80140 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/1c91af3a-b837-4ff0-a236-3483ffe5277d/action 1.189s 2023-04-24 00:17:08,570 80140 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-ServerBootFromVolumeStable RescueTest-image-32971201"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:07 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-cf5e3676-2394-4f05-81d5-c6143eb1eb24', 'x-compute-request-id': 'req-cf5e3676-2394-4f05-81d5-c6143eb1eb24', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d/action'} Body: b'{"image_id": "ddce81be-5c7c-4323-8fa4-390f0811a79e"}' 2023-04-24 00:17:08,603 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.030s 2023-04-24 00:17:08,603 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3f928b92-a8fd-4ff6-9491-f4fc99fdc291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:08Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:09,628 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.024s 2023-04-24 00:17:09,629 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-77216e4b-4428-4937-a2c6-922f67811622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_project_name": "tempest-ServerBootFro mVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:08Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:10,652 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.021s 2023-04-24 00:17:10,652 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5c230d50-a97f-4c51-9639-7ab691d3ed03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:08Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:11,677 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.023s 2023-04-24 00:17:11,677 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e25aa93e-3a50-4aed-8f92-75cc44fe22fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "boot_rol es": "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:11Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:12,706 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.027s 2023-04-24 00:17:12,706 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b4994dc3-0b2e-4c51-a7c2-ea7f784aae02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:12Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:13,732 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.024s 2023-04-24 00:17:13,732 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accep t': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8d2549db-83d6-4245-9903-5f3a6ef41fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "f74681f9092537a04c75581d1b23a1cb", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0708b4fb12deb487c5422ef08d5add8de89030dcf04c844545532dd8a8db3f6ccedf08477bd2bd3cec29e52fc655620595f20c235e280c21e3cacde24bb00153", "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:13Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:13,756 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.023s 2023-04-24 00:17:13,756 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-beae5b6b-d281-43f1-8bd4-23cedd1e9129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "f74681f9092537a04c75581d1b23a1cb", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d26ba1ed4b9241f9a084db1a14a945bb", "os _hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0708b4fb12deb487c5422ef08d5add8de89030dcf04c844545532dd8a8db3f6ccedf08477bd2bd3cec29e52fc655620595f20c235e280c21e3cacde24bb00153", "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:13Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:14,024 80140 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/1c91af3a-b837-4ff0-a236-3483ffe5277d 0.267s 2023-04-24 00:17:14,025 80140 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, 24 Apr 2023 00:17:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d7f1d89-5dd3-46b7-a32c-2482d7a43638', 'x-compute-request-id': 'req-8d7f1d89-5dd3-46b7-a32c-2482d7a43638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d'} Body: b'{"server": {"id": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-515303589", "status": "ACTIVE", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "9024da7ff1b29c5c9e8c53cf0488d9c565dfb563307d464f49033520", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:15:16Z", "updated": "2023-04-24T00:17:13Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-348197869-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:a9:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:15:23.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-24 00:18:14,199 80140 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.093s 2023-04-24 00:18:14,199 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:14 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-38fa8428-e6fb-4ddf-93ec-209fdc3b36b2', '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": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443-project-member", "password_expires_at": null}, "audit_ids": ["zi1_yLu0Qzqo6ysLSX8FCQ"], "expires_at": "2023-04-24T01:18:14.000000Z", "issued_at": "2023-04-24T00:18:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d26ba1ed4b9241f9a084db1a14a945bb", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:18:14,200 80140 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-348197869-network', 'tenant_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28985, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:18:14,807 80140 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.606s 2023-04-24 00:18:14,807 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-2116708494", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "destination_type": "volume"}], "networks": [{"uuid": "52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b', '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-3eeae232-27ed-4300-b4c6-bd5b3f676e6e', 'x-compute-request-id': 'req-3eeae232-27ed-4300-b4c6-bd5b3f676e6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "LqZR65KaJskW"}}' 2023-04-24 00:18:14,914 80140 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/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b 0.103s 2023-04-24 00:18:14,915 80140 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, 24 Apr 2023 00:18:14 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-2620684c-edc1-49a7-a6b9-69e865b64cdb', 'x-compute-request-id': 'req-2620684c-edc1-49a7-a6b9-69e865b64cdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b'} Body: b'{"server": {"id": "7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2116708494", "status": "BUILD", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:18:15Z", "updated": "2023-04-24T00:18:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b"}], "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-24 00:19:05,163 80140 INFO [tempest.l ib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b 0.182s 2023-04-24 00:19:05,163 80140 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, 24 Apr 2023 00:19:04 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-58f56696-cb14-4ae6-850f-a5a89a26b039', 'x-compute-request-id': 'req-58f56696-cb14-4ae6-850f-a5a89a26b039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b'} Body: b'{"server": {"id": "7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2116708494", "status": "ERROR", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:18:14Z", "updated": "2023-04-24T00:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-24T00:18:20Z", "message": "Build of instance 7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b aborted: Volume 1fc4aff5-cded-4845-bcc1-e512a126098b did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-24 00:19:05,178 80140 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-24 00:19:05,737 80140 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/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b 0.558s 2023-04-24 00:19:05,738 80140 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, 24 Apr 2023 00:19:05 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-ff27c296-3777-483e-987e-c55fa62c74b8', 'x-compute-request-id': 'req-ff27c296-3777-483e-987e-c55fa62c74b8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b'} Body: b'' 2023-04-24 00:19:05,773 80140 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/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b 0.034s 2023-04-24 00:19:05,773 80140 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, 24 Apr 2023 00:19:05 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-ad763af8-e122-4721-b99f-72b032be6734', 'x-compute-request-id': 'req-ad763af8-e122-4721-b99f-72b032be6734', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b could not be found."}}' {6} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [3.333204s] ... 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 862d8c2d-2b18-4bd8-a554-3b6a90c281b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:19:17,071 80150 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.313s 2023-04-24 00:19:17,071 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1434275508", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJ3T1CY8LTI3O6RfGvY+DCt7UhmYFULrLsiOh+j2nMiTCybOOZDSmj18JlDsMoH2oawcRF9AmWryLqO4wISMKnOqWmzN/0XsjiKsjTDBOeZBcfc/4e+SGH6RvKtBeS3rw=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:16 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-c7d7d25e-ec48-49b9-9f8b-eee18fdb487b', 'x-compute-request-id': 'req-c7d7d25e-ec48-49b9-9f8b-eee18fdb487b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1434275508", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJ3T1CY8LTI3O6RfGvY+DCt7UhmYFULrLsiOh+j2nMiTCybOOZDSmj18JlDsMoH2oawcRF9AmWryLqO4wISMKnOqWmzN/0XsjiKsjTDBOeZBcfc/4e+SGH6RvKtBeS3rw==", "fingerprint": "a8:d3:8f:53:0f:56:bf:f3:6c:95:4a:0d:b1:2d:ce:59", "user_id": "2c50335139924d0580da429a4c5242a0"}}' 2023-04-24 00:19:17,226 80150 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.151s 2023-04-24 00:19:17,226 80150 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-1042602413", "description": "tempest-secgroup-smoke-1042602413 description", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-b817bf79-4937-48f4-ba5c-b018a2b5f82d', 'date': 'Mon, 24 Apr 2023 00:19:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "784902b5-2465-493a-9cc6-7981620cffd5", "name": "tempest-secgroup-smoke-1042602413", "stateful": true, "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "description": "tempest-secgroup-smoke-1042602413 description", "shared": false, "security_group_rules": [{"id": "cc028d49-f138-4090-a8d9-aa44c2a2792c", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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": 857, "description": null, "tags": [], "created_at": "2023-04-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}, {"id": "e13a9d1e-4458-465f-9cda-978c633a8646", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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": 856, "description": null, "tags": [], "created_at": "2023-04-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}], "tags": [], "created_at": "2023-04-24T00:19:17Z", "updated_at": "2023-04-24T00: 19:17Z", "revision_number": 1, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:17,381 80150 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.154s 2023-04-24 00:19:17,382 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc", "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-f2ee643f-202e-47c5-85a6-2520dad60d1c', 'date': 'Mon, 24 Apr 2023 00:19:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "50803cef-1eb6-43f0-9c2d-f0850ce5c6b2", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:17,537 80150 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.154s 2023-04-24 00:19:17,537 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc", "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-03b2f2c3-65a4-4594-b449-0eeb3779870f', 'date': 'Mon, 24 Apr 2023 00:19:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "629d0675-2049-4946-8451-2b127a79c834", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:17,695 80150 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.157s 2023-04-24 00:19:17,696 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6082d92b-35f5-4386-948a-efe0fe64a8a7', 'date': 'Mon, 24 Apr 2023 00:19:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{" security_group_rule": {"id": "2d5378e1-d5ec-4ca8-bde5-c36d804d0f0b", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:17,858 80150 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.161s 2023-04-24 00:19:17,858 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-adea501f-3fe7-46c5-b03d-85da25b4bbe5', 'date': 'Mon, 24 Apr 2023 00:19:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "df86a268-0e9a-4c77-86d2-7a0ac5b24b64", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:18,025 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.166s 2023-04-24 00:19:18,025 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-121528d5-c437-4ea4-8930-e7e7a293b949', 'date': 'Mon, 24 Apr 2023 00:19:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "847eb5ba-27a6-4153-94d3-ba347b6458c4", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:18,202 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-24 00:19:18,202 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "784902b5-2465-493a-9cc6-7981620cffd 5", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-20c0f099-47b8-469a-8c81-858183bc0d2e', 'date': 'Mon, 24 Apr 2023 00:19:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "75ce1b81-f91a-4777-8864-5330b4b796ff", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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-24T00:19:18Z", "updated_at": "2023-04-24T00:19:18Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:18,242 80150 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-24 00:19:18,243 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2807', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-eb83913c-48da-4460-b705-3a63e764526d', '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": "2c50335139924d0580da429a4c5242a0", "name": "tempest-TestShelveInstance-207420699-project-member", "password_expires_at": null}, "audit_ids": ["mtzOZkY7R2uHoxMIBOx9Cw"], "expires_at": "2023-04-24T01:19:18.000000Z", "issued_at": "2023-04-24T00:19:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12a9cc7687fc4ee290cca02f93e23bdc", "name": "tempest-TestShelveInstance-207420699"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50f dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/12a9cc7687fc4ee290cca02f93e23bdc", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:19:18,243 80150 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '9ad19f55-6ea6-47d0-9a30-c8c61ced1e99', 'name': 'tempest-TestShelveInstance-443288574-network', 'tenant_id': '12a9cc7687fc4ee290cca02f93e23bdc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '12a9cc7687fc4ee290cca02f93e23bdc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45939, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:19:02Z', 'updated_at': '2023-04-24T00:19:02Z', 'revision_number': 1} available for tenant 2023-04-24 00:19:18,643 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes 0.398s 2023-04-24 00:19:18,643 80150 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-960800859", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-301c8074-f53b-4b67-8880-5323b89b189b', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-301c8074-f53b-4b67-8880-5323b89b189b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes'} Body: b'{"volume": {"id": "862d8c2d-2b18-4bd8-a554-3b6a90c281b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:18.578889", "updated_at": null, "name": "tempest-tempest.common.compute-volume-960800859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2"}], "user_id": "2c50335139924d0580da429a4c5242a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:19:18,693 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2 0.041s 2023-04-24 00:19:18,694 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa4ab1a4-6ad1-4483-8a88-cf780cc6f285', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-req uest-id': 'req-aa4ab1a4-6ad1-4483-8a88-cf780cc6f285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2'} Body: b'{"volume": {"id": "862d8c2d-2b18-4bd8-a554-3b6a90c281b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:19.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-960800859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2"}], "user_id": "2c50335139924d0580da429a4c5242a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:19,747 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2 0.042s 2023-04-24 00:19:19,748 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c8c6f84-f6ee-478f-ac60-9994a6fca9a5', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c8c6f84-f6ee-478f-ac60-9994a6fca9a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2'} Body: b'{"volume": {"id": "862d8c2d-2b18-4bd8-a554-3b6a90c281b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:19.000000", "updated_at": "2023-04-24T00:19:19.000000", "name": "tempest-tempest.common.compute-volume-960800859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2"}], "user_id": "2c50335139924d0580da429a4c5242a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:19,858 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2 0.099s 2023-04-24 00:19:19,859 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19: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-acc9e4a8-eede-48d8-b08a-6330064886a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2'} Body: b'' 2023-04-24 00:19:19,886 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2 0.027s 2023-04-24 00:19:19,886 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19: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-7afadd35-2069-4a45-af38-cc5cbcb775b0', 'x-openstack-request-id': 'req-7afadd35-2069-4a45-af38-cc5cbcb775b0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 862d8c2d-2b18-4bd8-a554-3b6a90c281b2 could not be found."}}' 2023-04-24 00:19:20,051 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/784902b5-2465-493a-9cc6-7981620cffd5 0.162s 2023-04-24 00:19:20,051 80150 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-532a37ce-1a43-41eb-9fac-edbe1253aada', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:19:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/784902b5-2465-493a-9cc6-7981620cffd5'} Body: b'' 2023-04-24 00:19:20,085 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1434275508 0.033s 2023-04-24 00:19:20,086 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:20 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-c11de0fd-a10f-408a-8193-7b0e6bfefb39', 'x-compute-request-id': 'req-c11de0fd-a10f-408a-8193-7b0e6bfefb39', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1434275508'} Body: b'' {5} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached [173.059703s] ... 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 0c6d1e7e-dfd9-42e7-a5af-8d626b840a58 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:16:47,169 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.219s 2023-04-24 00:16:47,169 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:46 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-d46d7f1f-72a1-421b-9f6c-f8e00f80043a', 'x-compute-request-id': 'req-d46d7f1f-72a1-421b-9f6c-f8e00f80043a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:16:47,403 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.223s 2023-04-24 00:16:47,404 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:47 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-b8977ed5-50d3-4bff-8cf9-ef1b06d057e3', 'x-compute-request-id': 'req-b8977ed5-50d3-4bff-8cf9-ef1b06d057e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hre f": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:17:37,904 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.440s 2023-04-24 00:17:37,905 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:37 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-16956a25-2ca4-4a50-9c45-c926ff13bfe5', 'x-compute-request-id': 'req-16956a25-2ca4-4a50-9c45-c926ff13bfe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:17:38,177 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.261s 2023-04-24 00:17:38,178 80148 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, 24 Apr 2023 00:17:37 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-c6906abf-d437-4677-9ac3-65f9337dc501', 'x-compute-request-id': 'req-c6906abf-d437-4677-9ac3-65f9337dc501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:18:38,466 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes 0.217s 2023-04-24 00:18:38,466 80148 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-1709642495"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9a1809-7a50-42fd-93f4-6ec283caac97', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9a1809-7a50-42fd-93f4-6ec283caac97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes'} Body: b'{"volume": {"id": "0c6d1e7e-dfd9-42e7-a5af-8d626b840a58", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:38.399654", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1709642495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 202 3-04-24 00:18:38,521 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58 0.040s 2023-04-24 00:18:38,521 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05c1810e-8ee0-4cf2-826c-0fb7fcfd2364', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05c1810e-8ee0-4cf2-826c-0fb7fcfd2364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58'} Body: b'{"volume": {"id": "0c6d1e7e-dfd9-42e7-a5af-8d626b840a58", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:38.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1709642495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "211ed190ee5c4a0b98b85960339ea437"}}' 2023-04-24 00:18:39,601 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58 0.068s 2023-04-24 00:18:39,601 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ffdc855-158a-4646-b9b7-2941cc69e89a', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ffdc855-158a-4646-b9b7-2941cc69e89a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58'} Body: b'{"volume": {"id": "0c6d1e7e-dfd9-42e7-a5af-8d626b840a58", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:38.000000", "updated_at": "2023-04-24T00:18:39.000000", "name": "tempest-ServerActionsTestJSON-volume-1709642495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "211ed190ee5c4a0b98b85960339ea437"}}' 2023-04-24 00:18:39,992 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.380s 2023-04-24 00:18:39,993 80148 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, 24 Apr 2023 00:18:39 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-29d0065a-d958-4f33-aca3-91bb14f3de1e', 'x-compute-request-id': 'req-29d0065a-d958-4f33-aca3-91bb14f3de1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {8} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [122.166017s] ... 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 2a0da197-5846-404f-bb64-860e78ead998 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:58,377 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86 0.412s 2023-04-24 00:17:58,377 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:57 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-22582d2f-b98e-4d6c-896d-762f314b01fc', 'x-compute-request-id': 'req-22582d2f-b98e-4d6c-896d-762f314b01fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86'} Body: b'{"server": {"id": "ce19423d-a6ee-4506-9cd1-ec4803abdd86", "name": "tempest-ServersNegativeTestJSON-server-109140451", "status": "ACTIVE", "tenant_id": "ce75f63fc0904eceb03e8319bddba4d3", "user_id": "abae98323deb44dea0622186485cc7af", "metadata": {}, "hostId": "6c0fed889c2c97616dfcbee0e1169e8b5de8459df46c4b22aee638d6", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:21Z", "updated": "2023-04-24T00:11:38Z", "addresses": {"tempest-ServersNegativeTestJSON-1649565193-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:c7:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:18:58,728 80154 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/ce75f63fc0904eceb03e8319bddba4d3/volumes 0.280s 2023-04-24 00:18:58,729 80154 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-721800804"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e383807f-f22f-4959-87f6-c2b6a3176e67', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e383807f-f22f-4959-87f6-c2b6a3176e67', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes'} Body: b'{"volume": {"id": "2a0da197-5846-404f-bb64-860e78ead998", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:58.635927", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-721800804", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998"}, {"rel": "bookmark", "href": "http://10.0.0.21 0/volume/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998"}], "user_id": "abae98323deb44dea0622186485cc7af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:18:58,784 80154 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/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998 0.044s 2023-04-24 00:18:58,784 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cce4702-86e1-4b4d-ae46-62351b56d6e2', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cce4702-86e1-4b4d-ae46-62351b56d6e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998'} Body: b'{"volume": {"id": "2a0da197-5846-404f-bb64-860e78ead998", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:59.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-721800804", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998"}], "user_id": "abae98323deb44dea0622186485cc7af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce75f63fc0904eceb03e8319bddba4d3"}}' 2023-04-24 00:18:59,838 80154 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/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998 0.042s 2023-04-24 00:18:59,839 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbb8588b-27a3-4215-85a3-48beb8dfd171', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbb8588b-27a3-4215-85a3-48beb8dfd171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998'} Body: b'{"volume": {"id": "2a0da197-5846-404f-bb64-860e78ead998", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:59.000000", "updated_at": "2023-04-24T00:18:59.000000", "name": "tempest-ServersNegativeTestJSON-volume-721800804", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998"}], "user_id": "abae98323deb44dea0622186485cc7af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-a ttr:tenant_id": "ce75f63fc0904eceb03e8319bddba4d3"}}' 2023-04-24 00:19:00,098 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86 0.248s 2023-04-24 00:19:00,098 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:59 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-e7df9f13-7c98-45bd-b661-5386f0824439', 'x-compute-request-id': 'req-e7df9f13-7c98-45bd-b661-5386f0824439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86'} Body: b'{"server": {"id": "ce19423d-a6ee-4506-9cd1-ec4803abdd86", "name": "tempest-ServersNegativeTestJSON-server-109140451", "status": "ACTIVE", "tenant_id": "ce75f63fc0904eceb03e8319bddba4d3", "user_id": "abae98323deb44dea0622186485cc7af", "metadata": {}, "hostId": "6c0fed889c2c97616dfcbee0e1169e8b5de8459df46c4b22aee638d6", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:21Z", "updated": "2023-04-24T00:11:38Z", "addresses": {"tempest-ServersNegativeTestJSON-1649565193-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:c7:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {7} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [167.650117s] ... 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 1860c435-647e-4b12-a2be-9dbe2089289c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:27,571 80152 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:17:27,572 80152 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:17:27,631 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.057s 2023-04-24 00:17:27,631 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-669922603", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL9ANefNai0/rsSQaIoE6MwpNZsPCDJ1hAlE0Sqe0cS0k9aiWxLvZOvWrAlWMxkgj6Ru1wbGkR0RjHJCL/oloMLQjvQ7osVNQYPYNqwz8q0ZbFbyL90CnzPAEEVrQST+9A=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:27 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-33367d79-1c37-400d-b3a5-35542b891f24', 'x-compute-request-id': 'req-33367d79-1c37-400d-b3a5-35542b891f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-669922603", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL9ANefNai0/rsSQaIoE6MwpNZsPCDJ1hAlE0Sqe0cS0k9aiWxLvZOvWrAlWMxkgj6Ru1wbGkR0RjHJCL/oloMLQjvQ7osVNQYPYNqwz8q0ZbFbyL90CnzPAEEVrQST+9A==", "fingerprint": "37:4a:5c:1a:3c:c3:cb:b6:45:03:d1:a3:cf:cd:eb:9c", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a"}}' 2023-04-24 00:17:27,634 80152 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-669922603 created 2023-04-24 00:17:27,782 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.147s 2023-04-24 00:17:27,782 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--405971613", "description": "tempest-description--2008146479"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-bdb3fdbc-bae9-4c8a-bd61-be0dc9f6bee2', 'date': 'Mon, 24 Apr 2023 00:17:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "name": "tempest-securitygroup--405971613", "stateful": true, "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "description": "tempest-description--2008146479", "shared": false, "security_group_rules": [{"id": "838ba87f-904a-4055-944e-9b01f0dced91", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "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": 643, "description": null, "tags": [], "created_at": "2023-04-24T00:17:27Z", "updated_at": "2023-04-24T00:17:27Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}, {"id": "9c4b4200-c586-48e5-9fcc-2e5cd95fd4ac", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 644, "description": null, "tags": [], "created_at": "2023-04-24T00:17:27Z", "updated_at": "2023-04-24T00:17:27Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}], "tags": [], "created_at": "2023-04-24T00:17:27Z", "updated_at": "2023-04-24T00:17:27Z", "revision_number": 1, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:17:27,970 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.187s 2023-04-24 00:17:27,971 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "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-49e4a390-44d2-4c93-9933-24bc01111447', 'date': 'Mon, 24 Apr 2023 00:17:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "847b9baa-9a4b-4429-ae45-85ac11ad782b", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "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-24T00:17:27Z", "updated_at": "2023-04-24T00:17:27Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:17:28,142 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.171s 2023-04-24 00:17:28,143 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a757db58-54d7-4b0a-aa8d-28d081935c1c', 'date': 'Mon, 24 Apr 2023 00:17:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6f01aa00-534b-4fa3-9389-1bb0d1c18947", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "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-24T00:17:28Z", "updated_at": "2023-04-24T00:17:28Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:17:28,143 80152 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--405971613 created 2023-04-24 00:17:29,675 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.532s 2023-04-24 00:17:29,675 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-e34ad351-0e47-4bcb-9e22-6b89ded5dd96', 'date': 'Mon, 24 Apr 2023 00:17:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2546bd00-17dd-4a1a-8b29-edc79d3acde9", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "floating_ip_address": "172.24.4.188", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "97d1e8a757a746329ea363af81a3c6b4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:17:29Z", "updated_at": "2023-04-24T00:17:29Z", "revision_number": 0}}' 2023-04-24 00:17:29,676 80152 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2546bd00-17dd-4a1a-8b29-edc79d3acde9', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'floating_ip_address': '172.24.4.188', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:17:29Z', 'updated_at': '2023-04-24T00:17:29Z', 'revision_number': 0, 'ip': '172.24.4.188'} created 2023-04-24 00:17:29,760 80152 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.077s 2023-04-24 00:17:29,761 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:29 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-68de6513-29bc-4208-8863-8595958c831e', '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": "35edcadbe77c4f4fa8304216e7f61d4a", "name": "tempest-AttachVolumeNegativeTest-272859998-project-member", "password_expires_at": null}, "audit_ids": ["Lfp33amHSJ6lzII80sFkrg"], "expires_at": "2023-04-24T01:17:29.000000Z", "issued_at": "2023-04-24T00:17:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97d1e8a757a746329ea363af81a3c6b4", "name": "tempest-AttachVolumeNegativeTest-272859998"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/comput e/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:17:29,761 80152 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '1a83eb44-caaf-46ff-8823-be4580052b3f', 'name': 'tempest-AttachVolumeNegativeTest-883629256-network', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34124, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:14:34Z', 'updated_at': '2023-04-24T00:14:34Z', 'revision_number': 1} available for tenant 2023-04-24 00:17:29,762 80152 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-669922603', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL9ANefNai0/rsSQaIoE6MwpNZsPCDJ1hAlE0Sqe0cS0k9aiWxLvZOvWrAlWMxkgj6Ru1wbGkR0RjHJCL/oloMLQjvQ7osVNQYPYNqwz8q0ZbFbyL90CnzPAEEVrQST+9A==', 'fingerprint': '37:4a:5c:1a:3c:c3:cb:b6:45:03:d1:a3:cf:cd:eb:9c', 'user_id': '35edcadbe77c4f4fa8304216e7f61d4a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAEwER1LBdv6V7oPbuH9h8dWlVlMv9qN0TaJsZsVLjvJ56Z0Le6DQ7G\nEH+nlKIlHJKgBwYFK4EEACKhZANiAAS/QDXnzWotP67EkGiKBOjMKTWbDwgydYQJ\nRNEqntHEtJPWolsS72Tr1qwJVjMZII+kbtcGxpEdEYxyQi/6JaDC0I70O6LFTUGD\n2DasM/KtGWxW8i/dAp8zwBBFa0Ek/vQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e09424e5-fe4c-4a07-8189-aa7e4717ea31', 'name': 'tempest-securitygroup--405971613', 'stateful': True, 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': 'tempest-description--2008146479', 'shared': False, 'security_group_rules': [{'id': '838ba87f-904a-4055-944e-9b01f0dced91', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'security_group_id': 'e09424e5-fe4c-4a07-8189-aa7e4717ea31', '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': 643, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:17:27Z', 'updated_at': '2023-04-24T00:17:27Z', 'revision_number': 0, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}, {'id': '9c4b4200-c586-48e5-9fcc-2e5cd95fd4ac', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'security_group_id': 'e09424e5-fe4c-4a07-8189-aa7e4717ea31', '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': 644, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:17:27Z', 'updated_at': '2023-04-24T00:17:27Z', 'revision_number': 0, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'} ], 'tags': [], 'created_at': '2023-04-24T00:17:27Z', 'updated_at': '2023-04-24T00:17:27Z', 'revision_number': 1, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}, 'floating_ip': {'id': '2546bd00-17dd-4a1a-8b29-edc79d3acde9', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'floating_ip_address': '172.24.4.188', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:17:29Z', 'updated_at': '2023-04-24T00:17:29Z', 'revision_number': 0, 'ip': '172.24.4.188'}} 2023-04-24 00:17:30,812 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.049s 2023-04-24 00:17:30,812 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-313901605", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "1a83eb44-caaf-46ff-8823-be4580052b3f"}], "security_groups": [{"name": "tempest-securitygroup--405971613"}], "key_name": "tempest-keypair-669922603", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7904e52-2962-4d04-8b78-12b41418ec86', 'x-compute-request-id': 'req-d7904e52-2962-4d04-8b78-12b41418ec86', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a2e58fac-ff2d-47e5-866d-de1f2b741cb3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--405971613"}], "adminPass": "password"}}' 2023-04-24 00:17:30,900 80152 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/a2e58fac-ff2d-47e5-866d-de1f2b741cb3 0.084s 2023-04-24 00:17:30,900 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 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-dc7b6b4b-a015-4bc9-9297-39c44ad6ad9d', 'x-compute-request-id': 'req-dc7b6b4b-a015-4bc9-9297-39c44ad6ad9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3'} Body: b'{"server": {"id": "a2e58fac-ff2d-47e5-866d-de1f2b741cb3", "name": "tempest-AttachVolumeNegativeTest-server-313901605", "status": "BUILD", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/imag es/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:31Z", "updated": "2023-04-24T00:17:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-669922603", "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-24 00:18:21,214 80152 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/a2e58fac-ff2d-47e5-866d-de1f2b741cb3 0.253s 2023-04-24 00:18:21,215 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:20 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-224bbade-b8e8-41a5-9c80-812f234ff1ce', 'x-compute-request-id': 'req-224bbade-b8e8-41a5-9c80-812f234ff1ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3'} Body: b'{"server": {"id": "a2e58fac-ff2d-47e5-866d-de1f2b741cb3", "name": "tempest-AttachVolumeNegativeTest-server-313901605", "status": "ACTIVE", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "5d6e38c99144857265fe1b601394b9b0ba52c3e3d3caa4a5de87c601", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:30Z", "updated": "2023-04-24T00:17:40Z", "addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-669922603", "OS-SRV-USG:launched_at": "2023-04-24T00:17:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--405971613"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:18:21,229 80152 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:19:21,456 80152 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/a2e58fac-ff2d-47e5-866d-de1f2b741cb3/os-interface 0.216s 2023-04-24 00:19:21,457 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:21 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-efbae19f-89d9-455a-80e6-437a5145ad31', 'x-compute-request-id': 'req-efbae19f-89d9-455a-80e6-437a5145ad31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1a83eb44-caaf-46ff-8823-be4580052b3f", "port_id": "bbf311b8-ca79-433b-9979-dd2ee6102146", "mac_addr": "fa:16:3e:90:73:83", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "437fd07e-8d5b-4281-b8f9-a4b7d1d66a3a", "ip_address": "10.0.0.5"}]}]}' 2023-04-24 00:19:22,191 80152 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/2546bd00-17dd-4a1a-8b29-edc79d3acde9 0.726s 2023-04-24 00:19:22,191 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bbf311b8-ca79-433b-9979-dd2ee6102146"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-014691d1-f519-4248-958a-84daaa0ad1df', 'date': 'Mon, 24 Apr 2023 00:19:22 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2546bd00-17dd-4a1a-8b29-edc79d3acde9'} Body: b'{"floatingip": {"id": "2546bd00-17dd-4a1a-8b29-edc79d3acde9", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "floating_ip_address": "172.24.4.188", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "a070c003-01c9-46f1-85d8-874aa0f7676b", "port_id": "bbf311b8-ca79-433b-9979-dd2ee6102146", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1a83eb44-caaf-46ff-8823-be4580052b3f", "mac_address": "fa:16:3e:90:73:83", "admin_state_up": true, "status": "ACTIVE", "device_id": "a2e58fac-ff2d-47e5-866d-de1f2b741cb3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:17:29Z", "updated_at": "2023-04-24T00:19:21Z", "revision_number": 1, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:19:22,193 80152 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.188:22' as 'cirros' with public key authentication 2023-04-24 00:19:22,224 80152 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:19:22,247 80152 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:19:22,248 80152 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.188 successfully created 2023-04-24 00:19:22,287 80152 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/a2e58fac-ff2d-47e5-866d-de1f2b741cb3/ips 0.038s 2023-04-24 00:19:22,287 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10d5d003-a600-4ca2-b4fe-a7e8f57edccb', 'x-compute-request-id': 'req-10d5d003-a600-4ca2-b4fe-a7e8f57edccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3/ips'} Body: b'{"addre sses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2023-04-24 00:19:22,685 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes 0.394s 2023-04-24 00:19:22,685 80152 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-1271859636"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a53f0ce-8e63-4fb8-9d8a-fb8d19c3a757', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a53f0ce-8e63-4fb8-9d8a-fb8d19c3a757', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes'} Body: b'{"volume": {"id": "1860c435-647e-4b12-a2be-9dbe2089289c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:22.441697", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1271859636", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:19:22,735 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c 0.040s 2023-04-24 00:19:22,735 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5473a2a9-f3a8-44e4-81f9-10c9a5de8684', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5473a2a9-f3a8-44e4-81f9-10c9a5de8684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c'} Body: b'{"volume": {"id": "1860c435-647e-4b12-a2be-9dbe2089289c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:22.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1271859636", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:19:23,782 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/97d 1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c 0.036s 2023-04-24 00:19:23,783 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c341505-ea43-41e3-a49e-db038e96a258', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c341505-ea43-41e3-a49e-db038e96a258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c'} Body: b'{"volume": {"id": "1860c435-647e-4b12-a2be-9dbe2089289c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:22.000000", "updated_at": "2023-04-24T00:19:23.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1271859636", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:19:23,903 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3 0.109s 2023-04-24 00:19:23,903 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10085def-6121-437f-950d-964299f7a5f7', 'x-compute-request-id': 'req-10085def-6121-437f-950d-964299f7a5f7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3'} Body: b'' 2023-04-24 00:19:24,223 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3 0.319s 2023-04-24 00:19:24,224 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57449bfb-3d1b-44b6-ae1e-284de85358b3', 'x-compute-request-id': 'req-57449bfb-3d1b-44b6-ae1e-284de85358b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3'} Body: b'{"server": {"id": "a2e58fac-ff2d-47e5-866d-de1f2b741cb3", "name": "tempest-AttachVolumeNegativeTest-server-313901605", "status": "ACTIVE", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "5d6e38c99144857265fe1b601394b9b0ba52c3e3d3caa4a5de87c601", "im age": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:30Z", "updated": "2023-04-24T00:19:24Z", "addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:73:83"}, {"version": 4, "addr": "172.24.4.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-669922603", "OS-SRV-USG:launched_at": "2023-04-24T00:17:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--405971613"}], "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-24 00:20:14,531 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3 0.242s 2023-04-24 00:20:14,531 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20: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-9a4edd4c-262f-4c46-a6ac-ce3803e2092f', 'x-compute-request-id': 'req-9a4edd4c-262f-4c46-a6ac-ce3803e2092f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a2e58fac-ff2d-47e5-866d-de1f2b741cb3 could not be found."}}' 2023-04-24 00:20:14,566 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-669922603 0.034s 2023-04-24 00:20:14,566 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20: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-bf3adc63-25d6-4a9e-86a4-e2831f018176', 'x-compute-request-id': 'req-bf3adc63-25d6-4a9e-86a4-e2831f018176', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-669922603'} Body: b'' 2023-04-24 00:20:14,722 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e09424e5-fe4c-4a07-8189-aa7e4717ea31 0.155s 2023-04-24 00:20:14,722 80152 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-102bd225-9059-4209-8466-f122fd40dccc', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:20:14 GMT', 'conn ection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e09424e5-fe4c-4a07-8189-aa7e4717ea31'} Body: b'' 2023-04-24 00:20:14,746 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e09424e5-fe4c-4a07-8189-aa7e4717ea31 0.023s 2023-04-24 00:20:14,746 80152 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-7cd2e300-58ef-4b35-94b9-fe3b7acdbb39', 'date': 'Mon, 24 Apr 2023 00:20:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e09424e5-fe4c-4a07-8189-aa7e4717ea31'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e09424e5-fe4c-4a07-8189-aa7e4717ea31 does not exist", "detail": ""}}' 2023-04-24 00:20:15,220 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2546bd00-17dd-4a1a-8b29-edc79d3acde9 0.473s 2023-04-24 00:20:15,220 80152 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-0e35ea4b-acc6-41a0-8d81-66045bf1c52f', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:20:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2546bd00-17dd-4a1a-8b29-edc79d3acde9'} Body: b'' {0} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [165.656605s] ... 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 f38f38c2-f93e-4119-be89-a68801292502 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:43,405 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.255s 2023-04-24 00:17:43,406 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1799058279", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKeZP0p0lwKvXDXvuW52XwDq3F/jdLDEwtvJVwiOp4OTfyWXeIMaaEAMfG/SE3qJxELt/agLszkPj+lhygv4s0kc0XNWg8aaRmcCvDGrSOIMb1gh5CpK3xvghy/XTnLEEA=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:43 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-1f1e9c53-6db8-4d85-9442-0b65fb61d65b', 'x-compute-request-id': 'req-1f1e9c53-6db8-4d85-9442-0b65fb61d65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1799058279", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKeZP0p0lwKvXDXvuW52XwDq3F/jdLDEwtvJVwiOp4OTfyWXeIMaaEAMfG/SE3qJxELt/agLszkPj+lhygv4s0kc0XNWg8aaRmcCvDGrSOIMb1gh5CpK3xvghy/XTnLEEA==", "fingerprint": "66:46:49:e1:b9:56:2d:b1:a5:51:a6:a9:f3:f3:ac:c1", "user_id": "4192d379850d40c5b684d8835548acd5"}}' 2023-04-24 00:17:43,564 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.155s 2023-04-24 00:17:43,564 80138 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-1782409981", "description": "tempest-secgroup-smoke-1782409981 description", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-a7f34f6e-9e81-4a8a-b45f-92722bb012e0', 'date': 'Mon, 24 Apr 2023 00:17:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "name": "tempest-secgroup-smoke-1782409981", "stateful": true, "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "description": "tempest-secgroup-smoke-1782409981 description", "shared": false, "security_group_rules": [{"id": "5cecd9b5-2fc5-4d27-9978-da62d83c22ee", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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": 696, "description": null, "tags": [], "created_at": "2023-04-24T00:17:43Z", "updated_at": "2023-04-24T00:17:43Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}, {"id": "69b1618b-52cd-41e7-a5f4-f960a0dc2f4d", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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": 695, "description": null, "tags": [], "created_at": "2023-04-24T00:17:43Z", "updated_at": "2023-04-24T00:17:43Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}], "tags": [], "created_at": "2023-04-24T00:17:43Z", "updated_at": "2023-04-24T00:17:43Z", "revision_number" : 1, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:43,751 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.186s 2023-04-24 00:17:43,752 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd", "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-f5284014-a670-4e4b-829c-fde26708d920', 'date': 'Mon, 24 Apr 2023 00:17:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eb95cce4-d094-4bcf-83e3-6ba1e203d31d", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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-24T00:17:43Z", "updated_at": "2023-04-24T00:17:43Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:43,952 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.199s 2023-04-24 00:17:43,952 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd", "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-dffe287b-f4d2-46fc-a83f-e42ccf8aa442', 'date': 'Mon, 24 Apr 2023 00:17:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "156faff3-3840-47a8-aa56-9dde41f00a5e", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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-24T00:17:43Z", "updated_at": "2023-04-24T00:17:43Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:44,135 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.182s 2023-04-24 00:17:44,136 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-06a7ca15-5bdd-4b59-a64d-a549b4f338e5', 'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "49329534-c416-4f69-b384-db7f42bf9067", "tenant_id": "9011aa 88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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-24T00:17:44Z", "updated_at": "2023-04-24T00:17:44Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:44,308 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.171s 2023-04-24 00:17:44,308 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-32f20664-81c9-4805-a613-11d82e8724d3', 'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0228fb24-b697-4e99-88b6-03b8c6438bfb", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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-24T00:17:44Z", "updated_at": "2023-04-24T00:17:44Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:44,481 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.172s 2023-04-24 00:17:44,482 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-62827f0f-d35f-47f1-ba16-143bdc70f1a0', 'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9cb1c2c7-8afe-49b6-bfbf-ec43d28b4e97", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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-24T00:17:44Z", "updated_at": "2023-04-24T00:17:44Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:44,659 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.177s 2023-04-24 00:17:44,660 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-13cd7f32-fe38-4286-893d-087a4fbf81e8', 'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "63a6f933-b440-494d-a8a0-defcc6cf8af8", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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-24T00:17:44Z", "updated_at": "2023-04-24T00:17:44Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:44,769 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.103s 2023-04-24 00:17:44,769 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:44 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-3f95e9ca-7d8f-4c85-bcd9-2ceda1d477d4', '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": "4192d379850d40c5b684d8835548acd5", "name": "tempest-SnapshotDataIntegrityTests-901788601-project-member", "password_expires_at": null}, "audit_ids": ["Yu9UOvuhSRu-bLYfKl-yhg"], "expires_at": "2023-04-24T01:17:44.000000Z", "issued_at": "2023-04-24T00:17:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9011aa88afdb40f4be4c2e9846fa72dd", "name": "tempest-SnapshotDataIntegrityTests-901788601"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9011aa88afdb40f4be4c2e9846fa72dd", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:17:44,770 80138 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '13deae10-040e-47ec-a868-0cd1b10e09e1', 'name': 'tempest-SnapshotDataIntegrityTests-566937497-network', 'tenant_id': '9011aa88afdb40f4be4c2e9846fa72dd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9011aa88afdb40f4be4c2e9846fa72dd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30467, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:17:27Z', 'updated_at': '2023-04-24T00:17:28Z', 'revision_number': 1} available for tenant 2023-04-24 00:17:45,558 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.786s 2023-04-24 00:17:45,558 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1538855312", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-1799058279", "security_groups": [{"name": "tempest-secgroup-smoke-1782409981"}], "networks": [{"uuid": "13deae10-040e-47ec-a868-0cd1b10e09e1"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-838de810-ce42-454c-b2da-ea73f7fe9ccc', 'x-compute-request-id': 'req-838de810-ce42-454c-b2da-ea73f7fe9ccc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1728a086-3a73-4157-8c2f-3606820448a9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1728a086-3a73-4157-8c2f-3606820448a9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1782409981"}], "adminPass": "E6cxEVDndfuf"}}' 2023-04-24 00:17:45,674 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9 0.112s 2023-04-24 00:17:45,674 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:45 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-3073e15d-bc90-4897-84b4-d3fffa1a5464', 'x-compute-request-id': 'req-3073e15d-bc90-4897-84b4-d3fffa1a5464', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a 9'} Body: b'{"server": {"id": "1728a086-3a73-4157-8c2f-3606820448a9", "name": "tempest-SnapshotDataIntegrityTests-server-1538855312", "status": "BUILD", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "user_id": "4192d379850d40c5b684d8835548acd5", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:46Z", "updated": "2023-04-24T00:17:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1728a086-3a73-4157-8c2f-3606820448a9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1799058279", "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-24 00:18:36,002 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9 0.269s 2023-04-24 00:18:36,002 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1569', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20b89a59-c04b-48dd-9165-e0cea1d25e4b', 'x-compute-request-id': 'req-20b89a59-c04b-48dd-9165-e0cea1d25e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9'} Body: b'{"server": {"id": "1728a086-3a73-4157-8c2f-3606820448a9", "name": "tempest-SnapshotDataIntegrityTests-server-1538855312", "status": "ACTIVE", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "user_id": "4192d379850d40c5b684d8835548acd5", "metadata": {}, "hostId": "5bf6bb65205f47288cd2888c5e9af08c97461372bf286786afc74101", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:45Z", "updated": "2023-04-24T00:17:53Z", "addresses": {"tempest-SnapshotDataIntegrityTests-566937497-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:05:1e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1728a086-3a73-4157-8c2f-3606820448a9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1799058279", "OS-SRV-USG:launched_at": "2023-04-24T00:17:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1782409981"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:18:36,013 80138 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:19:36,329 80138 INFO [tempest.lib.common.rest_client] R equest (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9 0.240s 2023-04-24 00:19:36,329 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1569', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1350696d-2435-401d-9feb-03caeb35844b', 'x-compute-request-id': 'req-1350696d-2435-401d-9feb-03caeb35844b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9'} Body: b'{"server": {"id": "1728a086-3a73-4157-8c2f-3606820448a9", "name": "tempest-SnapshotDataIntegrityTests-server-1538855312", "status": "ACTIVE", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "user_id": "4192d379850d40c5b684d8835548acd5", "metadata": {}, "hostId": "5bf6bb65205f47288cd2888c5e9af08c97461372bf286786afc74101", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:45Z", "updated": "2023-04-24T00:17:53Z", "addresses": {"tempest-SnapshotDataIntegrityTests-566937497-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:05:1e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1728a086-3a73-4157-8c2f-3606820448a9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1799058279", "OS-SRV-USG:launched_at": "2023-04-24T00:17:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1782409981"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:19:36,559 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes 0.218s 2023-04-24 00:19:36,560 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1573453330", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bae6919a-e46a-4953-b5f0-bc64af74be0d', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bae6919a-e46a-4953-b5f0-bc64af74be0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes'} Body: b'{"volume": {"id": "f38f38c2-f93e-4119-be89-a68801292502", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:36.500465", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1573453330", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2 -f93e-4119-be89-a68801292502"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502"}], "user_id": "4192d379850d40c5b684d8835548acd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:19:36,619 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502 0.049s 2023-04-24 00:19:36,620 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1c96ed7-638c-4cf2-b3ea-5189727e9821', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1c96ed7-638c-4cf2-b3ea-5189727e9821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502'} Body: b'{"volume": {"id": "f38f38c2-f93e-4119-be89-a68801292502", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:37.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1573453330", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502"}], "user_id": "4192d379850d40c5b684d8835548acd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:19:37,674 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502 0.039s 2023-04-24 00:19:37,675 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83737ede-ea10-4c22-9966-7a4722d43d46', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83737ede-ea10-4c22-9966-7a4722d43d46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502'} Body: b'{"volume": {"id": "f38f38c2-f93e-4119-be89-a68801292502", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:37.000000", "updated_at": "2023-04-24T00:19:37.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1573453330", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502"}], "user_id": "4192d379850d40c5b684d8835548acd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:19:37,858 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502 0.172s 2023-04-24 00:19:37,858 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8c68cb4-9534-448a-a962-300625486c19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502'} Body: b'' 2023-04-24 00:19:37,884 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502 0.025s 2023-04-24 00:19:37,885 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-12a0c185-0e16-4d14-8ccd-3df1c4d6be33', 'x-openstack-request-id': 'req-12a0c185-0e16-4d14-8ccd-3df1c4d6be33', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f38f38c2-f93e-4119-be89-a68801292502 could not be found."}}' 2023-04-24 00:19:38,010 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9 0.124s 2023-04-24 00:19:38,010 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:37 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-4d8dddce-5407-4b8b-8af4-1ad04432d6ee', 'x-compute-request-id': 'req-4d8dddce-5407-4b8b-8af4-1ad04432d6ee', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9'} Body: b'' 2023-04-24 00:19:38,278 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9 0.267s 2023-04-24 00:19:38,278 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1575', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6141a25-50ba-4e2f-bc4c-77e833000204', 'x-compute-request-id': 'req-a6141a25-50ba-4e2f-bc4c-77e833000204', 'connection': 'close', 'status': '200', 'cont ent-location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9'} Body: b'{"server": {"id": "1728a086-3a73-4157-8c2f-3606820448a9", "name": "tempest-SnapshotDataIntegrityTests-server-1538855312", "status": "ACTIVE", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "user_id": "4192d379850d40c5b684d8835548acd5", "metadata": {}, "hostId": "5bf6bb65205f47288cd2888c5e9af08c97461372bf286786afc74101", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:45Z", "updated": "2023-04-24T00:19:38Z", "addresses": {"tempest-SnapshotDataIntegrityTests-566937497-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:05:1e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1728a086-3a73-4157-8c2f-3606820448a9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1799058279", "OS-SRV-USG:launched_at": "2023-04-24T00:17:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1782409981"}], "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-24 00:20:28,384 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9 0.054s 2023-04-24 00:20:28,384 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:28 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-968467fa-452d-432c-af8e-6d5916940d94', 'x-compute-request-id': 'req-968467fa-452d-432c-af8e-6d5916940d94', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1728a086-3a73-4157-8c2f-3606820448a9 could not be found."}}' 2023-04-24 00:20:28,635 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f9984ce2-fa77-4ecf-994c-82e4717d7296 0.250s 2023-04-24 00:20:28,635 80138 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-71777e47-8242-45c4-979b-10d144dea152', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:20:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f9984ce2-fa77-4ecf-994c-82e4717d7296'} Body: b'' 2023-04-24 00:20:28,800 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1799058279 0.164s 2023-04-24 00:20:28,801 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00: 20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d6ab5d3-d9c1-4124-84c5-db9f4de99873', 'x-compute-request-id': 'req-4d6ab5d3-d9c1-4124-84c5-db9f4de99873', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1799058279'} Body: b'' {1} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [2.019494s] ... 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 e607ac96-24f2-4e54-8da3-aa77fe13a335 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:20:53,012 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types 0.222s 2023-04-24 00:20:53,013 80140 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-1596289583"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b65dc4df-25b5-4ef3-92a9-e4d2b77fb551', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b65dc4df-25b5-4ef3-92a9-e4d2b77fb551', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types'} Body: b'{"volume_type": {"id": "4825448b-6bac-4b96-aef2-09afb2940baf", "name": "tempest-GroupSnapshotsTest-volume-type-1596289583", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:20:53,057 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types 0.040s 2023-04-24 00:20:53,057 80140 DEBUG [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-1597925276"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f22981f-25d1-4ecb-8c2c-5d48dda5fbf9', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f22981f-25d1-4ecb-8c2c-5d48dda5fbf9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types'} Body: b'{"group_type": {"id": "53f11012-73f4-4f01-8e91-1acf196a21e3", "name": "tempest-GroupSnapshotsTest-group-type-1597925276", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:20:53,289 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups 0.227s 2023-04-24 00:20:53,289 80140 DEBUG [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": "53f11012-73f4-4f01-8e91-1acf196a21e3", "volume_types": ["4825448b-6bac-4b96-aef2-09afb2940baf"], "name": "tempest-GroupSnapshotsTest-Group-484800253"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48d2e407-aaf6-402b-b606-71d8454acd4c', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48d2e407-aaf6-402b-b606-71d8454acd4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups'} Body: b'{"group": {"id": "e607ac96-24f2-4e54-8da3-aa77fe13a335", "name": "tempest-GroupSnapshotsTest-Group-484800253"}}' 2023-04-24 00:20:53,333 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335 0.040s 2023-04-24 00:20:53,333 80140 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, 24 Apr 2023 00:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55677f41-09a9-46a7-a040-793562ed2cb9', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55677f41-09a9-46a7-a040-793562ed2cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335'} Body: b'{"group": {"id": "e607ac96-24f2-4e54-8da3-aa77fe13a335", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:20:53.000000", "name": "tempest-GroupSnapshotsTest-Group-484800253", "description": null, "group_type": "53f11012-73f4-4f01-8e91-1acf196a21e3", "volume_types": ["4825448b-6bac-4b96-aef2-09afb2940baf"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:20:54,374 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335 0.035s 2023-04-24 00:20:54,374 80140 DEBUG [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, 24 Apr 2023 00:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2992b2ff-7e46-44d6-a653-6c95867dfa19', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2992b2ff-7e46-44d6-a653-6c95867dfa19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335'} Body: b'{"group": {"id": "e607ac96-24f2-4e54-8da3-aa77fe13a335", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:20:53.000000", "name": "tempest-GroupSnapshotsTest-Group-484800253", "description": null, "group_type": "53f11012-73f4-4f01-8e91-1acf196a21e3", "volume_types": ["4825448b-6bac-4b96-aef2-09afb2940baf"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:20:54,498 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/volumes/detail 0.087s 2023-04-24 00:20:54,501 80140 DEBUG [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, 24 Apr 2023 00:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab12f05-cb55-4006-afe0-c1b7c1c5dddd', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab12f05-cb55-4006-afe0-c1b7c1c5dddd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:20:54,686 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335/action 0.173s 2023-04-24 00:20:54,686 80140 DEBUG [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, 24 Apr 2023 00:20:54 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-b06c74ab-7487-4275-9a64-a83f550a2665', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335/action'} Body: b'' 2023-04-24 00:20:54,704 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335 0.017s 2023-04-24 00:20:54,705 80140 DEBUG [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, 24 Apr 2023 00:20:54 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-8a84a99f-ec5c-47f0-b064-7059bfe34e14', 'x-openstack-request-id': 'req-8a84a99f-ec5c-47f0-b064-7059bfe34e14', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335'} Body: b'{"itemNotFound": {"code": 404, "message": "Group e607ac96-24f2-4e54-8da3-aa77fe13a335 could not be found."}}' 2023-04-24 00:20:54,738 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types/53f11012-73f4-4f01-8e91-1acf196a21e3 0.032s 2023-04-24 00:20:54,739 80140 DEBUG [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, 24 Apr 2023 00:20:54 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-e7d3b6e6-ae48-4589-bb42-fdc6e5088120', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types/53f11012-73f4-4f01-8e91-1acf196a21e3'} Body: b'' 2023-04-24 00:20:54,788 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/4825448b-6bac-4b96-aef2-09afb2940baf 0.048s 2023-04-24 00:20:54,788 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a638a1b7-d68a-462e-8fab-28836c0354e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/4825448b-6bac-4b96-aef2-09afb2940baf'} Body: b'' 2023-04-24 00:20:54,806 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/4825448b-6bac-4b96-aef2-09afb2940baf 0.016s 2023-04-24 00:20:54,806 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:54 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-eecebfbb-e5eb-4d77-86df-4944eac89c58', 'x-openstack-request-id': 'req-eecebfbb-e5eb-4d77-86df-4944eac89c58', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/4825448b-6bac-4b96-aef2-09afb2940baf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 4825448b-6bac-4b96-aef2-09afb2940baf could not be found."}}' {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.589482s] ... 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 4af55b54-9e69-4e68-a008-d68da8ee88fd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:20:54,854 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types 0.035s 2023-04-24 00:20:54,855 80140 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-1228808965"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ab2aad7-78c1-4f19-aa42-619448d27cda', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ab2aad7-78c1-4f19-aa42-619448d27cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types'} Body: b'{"volume_type": {"id": "5102fee2-4210-4423-b1c3-51a12c6adce5", "name": "tempest-GroupSnapshotsTest-volume-type-1228808965", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:20:54,890 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types 0.031s 2023-04-24 00:20:54,890 80140 DEBUG [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-2138661868"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72cf7821-8080-4d2d-95f0-357f31eabceb', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72cf7821-8080-4d2d-95f0-357f31eabceb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types'} Body: b'{"group_type": {"id": "83ebc2a8-13c3-4740-91bc-9a773f756928", "name": "tempest-GroupSnapshotsTest-group-type-2138661868", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:20:55,002 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups 0.109s 2023-04-24 00:20:55,002 80140 DEBUG [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": "83ebc2a8-13c3-4740-91bc-9a773f756928", "volume_types": ["5102fee2-4210-4423-b1c3-51a12c6adce5"], "name": "tempest-GroupSnapshotsTest-Group-767509022"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f35e277a-b984-498b-bd05-8b590b4ddff3', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f35e277a-b984-498b-bd05-8b590b4ddff3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups'} Body: b'{"group": {"id": "4af55b54-9e69-4e68-a008-d68da8ee88fd", "name": "tempest-GroupSnapshotsTest-Group-767509022"}}' 2023-04-24 00:20:55,045 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88f d 0.040s 2023-04-24 00:20:55,046 80140 DEBUG [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, 24 Apr 2023 00:20:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5ea8914-fc38-423f-9871-f6551a95107a', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5ea8914-fc38-423f-9871-f6551a95107a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd'} Body: b'{"group": {"id": "4af55b54-9e69-4e68-a008-d68da8ee88fd", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-24T00:20:55.000000", "name": "tempest-GroupSnapshotsTest-Group-767509022", "description": null, "group_type": "83ebc2a8-13c3-4740-91bc-9a773f756928", "volume_types": ["5102fee2-4210-4423-b1c3-51a12c6adce5"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:20:56,138 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd 0.085s 2023-04-24 00:20:56,139 80140 DEBUG [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, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-566af19d-f61d-4b4e-b5bd-0aee899bf22c', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-566af19d-f61d-4b4e-b5bd-0aee899bf22c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd'} Body: b'{"group": {"id": "4af55b54-9e69-4e68-a008-d68da8ee88fd", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:20:55.000000", "name": "tempest-GroupSnapshotsTest-Group-767509022", "description": null, "group_type": "83ebc2a8-13c3-4740-91bc-9a773f756928", "volume_types": ["5102fee2-4210-4423-b1c3-51a12c6adce5"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:20:56,143 80140 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-24 00:20:56,200 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/volumes/detail 0.056s 2023-04-24 00:20:56,200 80140 DEBUG [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, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ddd95d1-fe69-4ca5-8f78-2d7df1742748', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ddd95d1-fe69-4ca5-8f78-2d7df1742748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:20:56,275 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd/action 0. 063s 2023-04-24 00:20:56,276 80140 DEBUG [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, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a7e7212-f0e6-40ec-9ee0-99e90a7336ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd/action'} Body: b'' 2023-04-24 00:20:56,291 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd 0.015s 2023-04-24 00:20:56,292 80140 DEBUG [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, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-0613a7e8-c0af-4613-b668-f0be1d3d6faf', 'x-openstack-request-id': 'req-0613a7e8-c0af-4613-b668-f0be1d3d6faf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4af55b54-9e69-4e68-a008-d68da8ee88fd could not be found."}}' 2023-04-24 00:20:56,339 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types/83ebc2a8-13c3-4740-91bc-9a773f756928 0.047s 2023-04-24 00:20:56,340 80140 DEBUG [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, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aab065d9-2f0f-4cc2-a5ac-8086cdcae52c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types/83ebc2a8-13c3-4740-91bc-9a773f756928'} Body: b'' 2023-04-24 00:20:56,390 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/5102fee2-4210-4423-b1c3-51a12c6adce5 0.049s 2023-04-24 00:20:56,390 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20f64a98-59c4-40d0-af8e-6055d7e0d8bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/5102fee2-4210-4423-b1c3-51a12c6adce5'} Body: b'' 2023-04-24 00:20:56,405 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/5102fee2-4210-4423-b1c3-51a12c6adc e5 0.014s 2023-04-24 00:20:56,405 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc448008-c0b3-4fbf-b052-99463d78494e', 'x-openstack-request-id': 'req-fc448008-c0b3-4fbf-b052-99463d78494e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/5102fee2-4210-4423-b1c3-51a12c6adce5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5102fee2-4210-4423-b1c3-51a12c6adce5 could not be found."}}' {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.490930s] ... 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 f269a8ca-9af6-4578-90ae-bde02006d295 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:20:56,439 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types 0.030s 2023-04-24 00:20:56,439 80140 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-1423157195"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f2af67a-92c4-462d-91df-d990753265f7', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f2af67a-92c4-462d-91df-d990753265f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types'} Body: b'{"volume_type": {"id": "8bc22260-02db-4740-99fe-0cdf79e39fed", "name": "tempest-GroupSnapshotsTest-volume-type-1423157195", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:20:56,477 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types 0.035s 2023-04-24 00:20:56,477 80140 DEBUG [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-2115490858"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e73611d6-5d49-400a-9a57-b770003d9496', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e73611d6-5d49-400a-9a57-b770003d9496', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types'} Body: b'{"group_type": {"id": "02e38327-f7ff-4f8f-a08f-8169e9e79a87", "name": "tempest-GroupSnapshotsTest-group-type-2115490858", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:20:56,563 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups 0.083s 2023-04-24 00:20:56,563 80140 DEBUG [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": "02e38327-f7ff-4f8f-a08f-8169e9e79a87", "volume_types": ["8bc22260-02db-4740-99fe-0cdf79e39fed"], "name": "tempest-GroupSnapshotsTest-Group-446045036"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a6b6b68-d0a1-40af-be6f-7a0a5e4fd7b4', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a6b6b68-d0a1-40af-be6f-7a0a5e4fd7b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups'} Body: b'{"group": {"id": "f269a8ca-9af6-4578-90ae-bde02006d295", "name": "tempest-GroupSnapshotsTest-Group-446045036"}}' 2023-04-24 00:20:56,594 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295 0.028s 2023-04-24 00:20:56,595 80140 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, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b700aca-214f-4b73-abce-c9dacdd0d940', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b700aca-214f-4b73-abce-c9dacdd0d940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295'} Body: b'{"group": {"id": "f269a8ca-9af6-4578-90ae-bde02006d295", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-24T00:20:57.000000", "name": "tempest-GroupSnapshotsTest-Group-446045036", "description": null, "group_type": "02e38327-f7ff-4f8f-a08f-8169e9e79a87", "volume_types": ["8bc22260-02db-4740-99fe-0cdf79e39fed"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:20:57,633 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295 0.033s 2023-04-24 00:20:57,633 80140 DEBUG [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, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b74e592-4aa5-4686-9809-d9752e3ae86f', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b74e592-4aa5-4686-9809-d9752e3ae86f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295'} Body: b'{"group": {"id": "f269a8ca-9af6-4578-90ae-bde02006d295", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:20:57.000000", "name": "tempest-GroupSnapshotsTest-Group-446045036", "description": null, "group_type": "02e38327-f7ff-4f8f-a08f-8169e9e79a87", "volume_types": ["8bc22260-02db-4740-99fe-0cdf79e39fed"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:20:57,700 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/volumes/detail 0.062s 2023-04-24 00:20:57,700 80140 DEBUG [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, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0191d611-051c-4ec0-9768-9c4f6dca63fa', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0191d611-051c-4ec0-9768-9c4f6dca63fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:20:57,779 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295/action 0.068s 2023-04-24 00:20:57,779 80140 DEBUG [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, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01e4ffb9-802e-440b-96b3-c9eb25a4aa6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295/action'} Body: b'' 2023-04-24 00:20:57,796 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295 0.016s 2023-04-24 00:20:57,796 80140 DEBUG [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, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c88eb7-f5a2-4243-a164-6f022e49a083', 'x-openstack-request-id': 'req-08c88eb7-f5a2-4243-a164-6f022e49a083', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295'} Body: b'{"itemNotFound": {"code": 404, "message": "Group f269a8ca-9af6-4578-90ae-bde02006d295 could not be found."}}' 2023-04-24 00:20:57,825 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types/02e38327-f7ff-4f8f-a08f-8169e9e79a87 0.028s 2023-04-24 00:20:57,825 80140 DEBUG [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, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cb92301-5de0-4f1f-b72d-aa0e219d4536', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types/02e38327-f7ff-4f8f-a08f-8169e9e79a87'} Body: b'' 2023-04-24 00:20:57,874 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/8bc22260-02db-4740-99fe-0cdf79e39fed 0.048s 2023-04-24 00:20:57,874 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a31b5713-7934-4965-b988-a0616f0bf734', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/8bc22260-02db-4740-99fe-0cdf79e39fed'} Body: b'' 2023-04-24 00:20:57,898 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/8bc22260-02db-4740-99fe-0cdf79e39fed 0.023s 2023-04-24 00:20:57,898 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Mon, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-b21f4715-57b7-48ff-95cc-9186a3b41b42', 'x-openstack-request-id': 'req-b21f4715-57b7-48ff-95cc-9186a3b41b42', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/8bc22260-02db-4740-99fe-0cdf79e39fed'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8bc22260-02db-4740-99fe-0cdf79e39fed could not be found."}}' {8} 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 24d6f11b-90f9-4b13-9be2-611bc7379707 failed to build and is in ERROR status {1} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.607088s] ... ok {8} 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 cce62cf7-4151-46c6-80d8-1c5fd7d5cc13 failed to build and is in ERROR status {1} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [1.934840s] ... 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 9e540381-04eb-402a-aaf5-bf015aa233f3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:05,311 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/types 0.305s 2023-04-24 00:21:05,312 80140 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-2061707896"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e47e9797-5ce0-4435-87f7-337a37bda17c', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e47e9797-5ce0-4435-87f7-337a37bda17c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/types'} Body: b'{"volume_type": {"id": "cd6f1dbb-c4b5-495b-aa12-70a45737ffe6", "name": "tempest-GroupsV314Test-volume-type-2061707896", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:21:05,345 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/group_types 0.030s 2023-04-24 00:21:05,345 80140 DEBUG [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-1131403304"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c5f8a11-1c92-4f2f-8f79-5f2d903afc96', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c5f8a11-1c92-4f2f-8f79-5f2d903afc96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/group_types'} Body: b'{"group_type": {"id": "47fa96a4-f279-44bc-98d2-3589e3a5730d", "name": "tempest-GroupsV314Test-group-type-1131403304", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:21:05,614 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups 0.265s 2023-04-24 00:21:05,614 80140 DEBUG [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": "47fa96a4-f279-44bc-98d2-3589e3a5730d", "volume_types": ["cd6f1dbb-c4b5-495b-aa12-70a45737ffe6"], "name": "tempest-GroupsV314Test-Group-7043466"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba16e07-54c1-4ad9-82ab-326b31f58d72', 'content-length': '105', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba16e07-54c1-4ad9-82ab-326b31f58d72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups'} Body: b'{"group": {"id": "9e540381-04eb-402a-aaf5-bf015aa233f3", "name": "tempest-GroupsV314Test-Group-7043466"}}' 2023-04-24 00:21:05,644 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3 0.028s 2023-04-24 00:21:05,645 80140 DEBUG [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, 24 Apr 2023 00:21:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-318f370e-f8f1-4dfc-9077-2bd67f5ac20b', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-318f370e-f8f1-4dfc-9077-2bd67f5ac20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3'} Body: b'{"group": {"id": "9e540381-04eb-402a-aaf5-bf015aa233f3", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-24T00:21:06.000000", "name": "tempest-GroupsV314Test-Group-7043466", "description": null, "group_type": "47fa96a4-f279-44bc-98d2-3589e3a5730d", "volume_types": ["cd6f1dbb-c4b5-495b-aa12-70a45737ffe6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:21:06,681 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3 0.029s 2023-04-24 00:21:06,681 80140 DEBUG [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, 24 Apr 2023 00:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92b28452-9d2a-4668-ad65-a58b4b4ffa75', 'content-length': '382', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92b28452-9d2a-4668-ad65-a58b4b4ffa75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3'} Body: b'{"group": {"id": "9e540381-04eb-402a-aaf5-bf015aa233f3", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:21:06.000000", "name": "tempest-GroupsV314Test-Group-7043466", "description": null, "group_type": "47fa96a4-f279-44bc-98d2-3589e3a5730d", "volume_types": ["cd6f1dbb-c4b5-495b-aa12-70a45737ffe6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:21:06,754 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/volumes/detail 0.068s 2023-04-24 00:21:06,755 80140 DEBUG [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, 24 Apr 2023 00:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9ace557-30a6-45e1-a1f4-9f22a01e43db', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9ace557-30a6-45e1-a1f4-9f22a01e43db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:21:06,827 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3/action 0.061s 2023-04-24 00:21:06,827 80140 DEBUG [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, 24 Apr 2023 00:21:06 GMT', 'server': 'Apache/2.4.52 (U buntu)', '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-6ea69d0a-3492-4941-9564-b57b27c368a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3/action'} Body: b'' 2023-04-24 00:21:06,842 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3 0.014s 2023-04-24 00:21:06,843 80140 DEBUG [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, 24 Apr 2023 00:21:06 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-eacae579-6b0d-4f4f-b4fc-f12a96cb5b05', 'x-openstack-request-id': 'req-eacae579-6b0d-4f4f-b4fc-f12a96cb5b05', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 9e540381-04eb-402a-aaf5-bf015aa233f3 could not be found."}}' 2023-04-24 00:21:06,875 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/group_types/47fa96a4-f279-44bc-98d2-3589e3a5730d 0.031s 2023-04-24 00:21:06,875 80140 DEBUG [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, 24 Apr 2023 00:21:06 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-e87d0bb0-ce9d-486a-bef2-d30b8d1f8368', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/group_types/47fa96a4-f279-44bc-98d2-3589e3a5730d'} Body: b'' 2023-04-24 00:21:06,925 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/types/cd6f1dbb-c4b5-495b-aa12-70a45737ffe6 0.049s 2023-04-24 00:21:06,925 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e014d78-a14e-4808-8a2f-9ba06177767c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/types/cd6f1dbb-c4b5-495b-aa12-70a45737ffe6'} Body: b'' 2023-04-24 00:21:06,939 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/types/cd6f1dbb-c4b5-495b-aa12-70a45737ffe6 0.013s 2023-04-24 00:21:06,940 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'c ontent-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c255859-261a-4ef1-8784-05017c945805', 'x-openstack-request-id': 'req-3c255859-261a-4ef1-8784-05017c945805', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/types/cd6f1dbb-c4b5-495b-aa12-70a45737ffe6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type cd6f1dbb-c4b5-495b-aa12-70a45737ffe6 could not be found."}}' {8} 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 0e58bab2-ee9c-4db5-a6a5-71b6c56e640a failed to build and is in ERROR status {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.078835s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.053470s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.011830s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.058362s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.013995s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.682938s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.187800s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.154272s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.143485s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.022722s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.028845s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.184356s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.555528s] ... 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 83d1e8de-1f28-4db5-a925-f0a00e0157d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:10,431 80154 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes 0.214s 2023-04-24 00:21:10,432 80154 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-125067977"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7269b388-a602-4350-882c-4e8661d18321', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7269b388-a602-4350-882c-4e8661d18321', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes'} Body: b'{"volume": {"id": "83d1e8de-1f28-4db5-a925-f0a00e0157d6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:10.370844", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-125067977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}], "user_id": "2a9cb9f462274221842ce1eaf0532912", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:21:10,513 80154 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6 0.071s 2023-04-24 00:21:10,514 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67a616b5-2079-49a8-94bd-126870fc754b', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67a616b5-2079-49a8-94bd-126870fc754b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6'} Body: b'{"volume": {"id": "83d1e8de-1f28-4db5-a925-f0a00e0157d6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-125067977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}], "user_id": "2a9cb9f462274221842ce1eaf0532912", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59428655fc5d4f529556cf09bdad8312"}}' 2023-04-24 00:21:11,571 80154 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6 0.042s 2023-04-24 00:21:11,571 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18d774ec-fa48-407a-a7fb-104693c2d9a2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d774ec-fa48-407a-a7fb-104693c2d9a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6'} Body: b'{"volume": {"id": "83d1e8de-1f28-4db5-a925-f0a00e0157d6", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:10.000000", "updated_at": "2023-04-24T00:21:11.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-125067977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}], "user_id": "2a9cb9f462274221842ce1eaf0532912", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59428655fc5d4f529556cf09bdad8312"}}' 2023-04-24 00:21:11,625 80154 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6 0.043s 2023-04-24 00:21:11,625 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b4f78ea-0c91-4a1a-8ecb-6428802fa1d0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4f78ea-0c91-4a1a-8ecb-6428802fa1d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6'} Body: b'{"volume": {"id": "83d1e8de-1f28-4db5-a925-f0a00e0157d6", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:10.000000", "updated_at": "2023-04-24T00:21:11.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-125067977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}], "user_id": "2a9cb9f462274221842ce1eaf0532912", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59428655fc5d4f529556cf09bdad8312"}}' 2023-04-24 00:21:11,750 80154 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6 0.115s 2023-04-24 00:21:11,751 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe24dd5e-9db2-4c23-9ee9-9ef405c2e1b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6'} Body: b'' 2023-04-24 00:21:11,771 80154 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6 0.019s 2023-04-24 00:21:11,771 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4594d2c-788a-4a3c-adbe-1042eeca8b51', 'x-openstack-request-id': 'req-b4594d2c-788a-4a3c-adbe-1042eeca8b51', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 83d1e8de-1f28-4db5-a925-f0a00e0157d6 could not be found."}}' {8} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {8} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.492245s] ... 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 186c127a-033d-470c-a643-82cd7bb06e70 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:13,957 80154 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes 0.378s 2023-04-24 00:21:13,957 80154 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-741231761"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04a600af-8966-4884-a278-7967d888b273', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04a600af-8966-4884-a278-7967d888b273', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes'} Body: b'{"volume": {"id": "186c127a-033d-470c-a643-82cd7bb06e70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:13.889741", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-741231761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70"}], "user_id": "8e9e0230e8254469a38b920bd32f855f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:21:14,008 80154 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70 0.042s 2023-04-24 00:21:14,009 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c36c7f14-5af1-491f-a167-4c82d4f84913', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c36c7f14-5af1-491f-a167-4c82d4f84913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70'} Body: b'{"volume": {"id": "186c127a-033d-470c-a643-82cd7bb06e70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:14.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-741231761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70"}], "user_id": "8e9e0230e8254469a38b920bd32f855f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2fe2bf5bedc4102bc542d0287d82b85"}}' 2023-04-24 00:21:15,059 80154 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a- 033d-470c-a643-82cd7bb06e70 0.038s 2023-04-24 00:21:15,059 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38e19644-4dcb-40b5-8baa-9397429114ab', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38e19644-4dcb-40b5-8baa-9397429114ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70'} Body: b'{"volume": {"id": "186c127a-033d-470c-a643-82cd7bb06e70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:14.000000", "updated_at": "2023-04-24T00:21:14.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-741231761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70"}], "user_id": "8e9e0230e8254469a38b920bd32f855f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2fe2bf5bedc4102bc542d0287d82b85"}}' {8} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.590353s] ... 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 22e6379d-1274-4e42-a887-491f5aacd4d5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:17,230 80154 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes 0.467s 2023-04-24 00:21:17,231 80154 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-300715957"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41907682-dd34-41ed-9778-38a4c9ab198e', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41907682-dd34-41ed-9778-38a4c9ab198e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes'} Body: b'{"volume": {"id": "22e6379d-1274-4e42-a887-491f5aacd4d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:17.166382", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-300715957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5"}], "user_id": "6447fde558ab4cac98233063599ad4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-24 00:21:17,285 80154 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5 0.045s 2023-04-24 00:21:17,286 80154 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, 24 Apr 2023 00:21:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8050672d-5930-4f56-9661-32a009671d12', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8050672d-5930-4f56-9661-32a009671d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5'} Body: b'{"volume": {"id": "22e6379d-1274-4e42-a887-491f5aacd4d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:17.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-300715957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5"}], "user_id": "6447fde558ab4cac98233063599ad4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "873ac22e5c6841c9be24625aa444c6b0"}}' 2023-04-24 00:21:18,341 80154 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5 0.043s 2023-04-24 00:21:18,341 80154 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eddd7f78-a4b8-414a-990d-8404f670b78b', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eddd7f78-a4b8-414a-990d-8404f670b78b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5'} Body: b'{"volume": {"id": "22e6379d-1274-4e42-a887-491f5aacd4d5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:17.000000", "updated_at": "2023-04-24T00:21:17.000000", "name": "tempest-VolumeRevertTests-Volume-300715957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5"}], "user_id": "6447fde558ab4cac98233063599ad4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "873ac22e5c6841c9be24625aa444c6b0"}}' {1} 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 7203a0ae-1cab-4122-bc96-d2765024dce2 failed to build and is in ERROR status {8} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.328395s] ... 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 e23ff027-b77c-47a3-b4fc-92fe4a0953a3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:18,554 80154 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes 0.199s 2023-04-24 00:21:18,554 80154 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-1052283316"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e0f021e-5e4d-40a0-a969-56fdfbca9bc8', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e0f021e-5e4d-40a0-a969-56fdfbca9bc8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes'} Body: b'{"volume": {"id": "e23ff027-b77c-47a3-b4fc-92fe4a0953a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:18.493203", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1052283316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3"}], "user_id": "6447fde558ab4cac98233063599ad4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-24 00:21:18,615 80154 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3 0.051s 2023-04-24 00:21:18,615 80154 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, 24 Apr 2023 00:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47df4736-b3b8-411b-a025-6d699f0124a1', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47df4736-b3b8-411b-a025-6d699f0124a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3'} Body: b'{"volume": {"id": "e23ff027-b77c-47a3-b4fc-92fe4a0953a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:18.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1052283316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3"}], "user_id": "6447fde558ab4cac98233063599ad4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "873ac22e5c6841c9be24625aa444c6b0"}}' 2023-04-24 00:21:19,672 80154 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3 0.043s 2023-04-24 00:21:19,672 80154 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, 24 Apr 2023 00:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3bd3d28-ade8-400e-a2e9-90251fbea68e', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3bd3d28-ade8-400e-a2e9-90251fbea68e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3'} Body: b'{"volume": {"id": "e23ff027-b77c-47a3-b4fc-92fe4a0953a3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:18.000000", "updated_at": "2023-04-24T00:21:19.000000", "name": "tempest-VolumeRevertTests-Volume-1052283316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3"}], "user_id": "6447fde558ab4cac98233063599ad4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "873ac22e5c6841c9be24625aa444c6b0"}}' {1} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.704160s] ... 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 50850bcf-894b-41be-b233-5b6408294613 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:19,409 80140 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes 0.409s 2023-04-24 00:21:19,409 80140 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-1713598547"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c411b7de-5bb2-47e0-be3b-6b87cbac1a81', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c411b7de-5bb2-47e0-be3b-6b87cbac1a81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes'} Body: b'{"volume": {"id": "50850bcf-894b-41be-b233-5b6408294613", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:19.339041", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1713598547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}], "user_id": "2dfaeee732ce4a6db67ae844add98481", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:21:19,461 80140 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613 0.041s 2023-04-24 00:21:19,461 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e32660a6-eea4-4a74-9daa-d3232e02b653', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e32660a6-eea4-4a74-9daa-d3232e02b653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613'} Body: b'{"volume": {"id": "50850bcf-894b-41be-b233-5b6408294613", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:19.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1713598547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}], "user_id": "2dfaeee732ce4a6db67ae844add98481", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eae3e217a00a46cf9e4a1441719dcf76"}}' 2023-04-24 00:21:20,516 80140 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613 0.044s 2023-04-24 00:21:20,516 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09469093-6f67-42da-82c7-313e148519b2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09469093-6f67-42da-82c7-313e148519b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613'} Body: b'{"volume": {"id": "50850bcf-894b-41be-b233-5b6408294613", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:19.000000", "updated_at": "2023-04-24T00:21:19.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1713598547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}], "user_id": "2dfaeee732ce4a6db67ae844add98481", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eae3e217a00a46cf9e4a1441719dcf76"}}' 2023-04-24 00:21:20,568 80140 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613 0.041s 2023-04-24 00:21:20,569 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91377188-fe10-43ff-8265-dbb072c6e20c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91377188-fe10-43ff-8265-dbb072c6e20c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613'} Body: b'{"volume": {"id": "50850bcf-894b-41be-b233-5b6408294613", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:19.000000", "updated_at": "2023-04-24T00:21:19.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1713598547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}], "user_id": "2dfaeee732ce4a6db67ae844add98481", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eae3e217a00a46cf9e4a1441719dcf76"}}' 2023-04-24 00:21:20,679 80140 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613 0.100s 2023-04-24 00:21:20,680 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21: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-2590b715-8256-4f76-8579-f99be691f281', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613'} Body: b'' 2023-04-24 00:21:20,702 80140 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613 0.022s 2023-04-24 00:21:20,702 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21: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-afad3f67-9307-4267-94e8-2b572b643e0b', 'x-openstack-request-id': 'req-afad3f67-9307-4267-94e8-2b572b643e0b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 50850bcf-894b-41be-b233-5b6408294613 could not be found."}}' {1} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {5} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached [122.506091s] ... 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 30c15c70-8d89-44d5-81ca-96dd65cb9f3a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:19:40,241 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.230s 2023-04-24 00:19:40,242 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:40 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-d24a0428-e319-4b01-8413-0fb97b345926', 'x-compute-request-id': 'req-d24a0428-e319-4b01-8413-0fb97b345926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:19:40,422 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.162s 2023-04-24 00:19:40,422 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:40 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-7ce633b9-79b4-479b-a121-a486918b681e', 'x-compute-request-id': 'req-7ce633b9-79b4-479b-a121-a486918b681e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0. 210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:19:40,600 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.167s 2023-04-24 00:19:40,601 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:40 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-cfa2d9f1-b547-420b-b7a3-3e3234b034f5', 'x-compute-request-id': 'req-cfa2d9f1-b547-420b-b7a3-3e3234b034f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:20:41,043 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/211ed190ee5 c4a0b98b85960339ea437/volumes 0.375s 2023-04-24 00:20:41,044 80148 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-550308403"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f987f9bc-086a-4681-b719-0c1506e8ebe5', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f987f9bc-086a-4681-b719-0c1506e8ebe5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes'} Body: b'{"volume": {"id": "30c15c70-8d89-44d5-81ca-96dd65cb9f3a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:20:40.979182", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-550308403", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:20:41,121 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a 0.068s 2023-04-24 00:20:41,121 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c85b93f-b65a-490d-9e3c-c1be0297b91a', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c85b93f-b65a-490d-9e3c-c1be0297b91a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a'} Body: b'{"volume": {"id": "30c15c70-8d89-44d5-81ca-96dd65cb9f3a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:20:41.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-550308403", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "211ed190ee5c4a0b98b85960339ea437"}}' 2023-04-24 00:20:42,206 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a 0.073s 2023-04-24 00:20:42,206 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c09dced-53cd-4c41-bfbf-b69c5c979b02', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c09dced-53cd-4c41-bfbf-b69c5c979b02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a'} Body: b'{"volume": {"id": "30c15c70-8d89-44d5-81ca-96dd65cb9f3a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:20:41.000000", "updated_at": "2023-04-24T00:20:41.000000", "name": "tempest-ServerActionsTestJSON-volume-550308403", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "211ed190ee5c4a0b98b85960339ea437"}}' 2023-04-24 00:20:42,216 80148 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-24 00:20:42,465 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.248s 2023-04-24 00:20:42,466 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:42 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-96c4bbe9-64e3-4ab8-8969-1301e4741321', 'x-compute-request-id': 'req-96c4bbe9-64e3-4ab8-8969-1301e4741321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security _groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {7} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [166.318584s] ... 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 37216cc1-44c5-4802-96dc-63787e088550 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:20:15,224 80152 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:20:15,224 80152 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:20:15,291 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2023-04-24 00:20:15,292 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1028661157", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIS7J2r3hvdb0rW9oq624HJm6iEzqAHNFXYccC2ziX4/UQM6xe9IVnyYzcYeVB3AHvem3MrTEL+AAJWg7X9ws6qIEWDFHnxd+tlDDo0bvhx6gq7aYfsNiTDpRmFhx0Gb2g=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20: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-8deee1b7-54f9-43e1-8848-b85784cc5828', 'x-compute-request-id': 'req-8deee1b7-54f9-43e1-8848-b85784cc5828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1028661157", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIS7J2r3hvdb0rW9oq624HJm6iEzqAHNFXYccC2ziX4/UQM6xe9IVnyYzcYeVB3AHvem3MrTEL+AAJWg7X9ws6qIEWDFHnxd+tlDDo0bvhx6gq7aYfsNiTDpRmFhx0Gb2g==", "fingerprint": "f2:c8:2f:2f:14:7c:7e:5c:fa:27:ab:25:f6:00:63:1e", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a"}}' 2023-04-24 00:20:15,294 80152 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1028661157 created 2023-04-24 00:20:15,458 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.163s 2023-04-24 00:20:15,458 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1603271245", "description": "tempest-description--2082816944"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-a9bbf787-51c1-46d6-b71b-8079b9a7c69b', 'date': 'Mon, 24 Apr 2023 00:20:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "name": "tempest-securitygroup--1603271245", "stateful": true, "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "description": "tempest-description--2082816944", "shared": false, "security_group_rules": [{"id": "74d5476f-3cc4-4f78-ac11-14b8c9ce1c7f", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "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": 866, "description": null, "tags": [], "created_at": "2023-04-24T00:20:15Z", "updated_at": "2023-04-24T00:20:15Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}, {"id": "a9c9ca5c-2b54-4e03-932e-cedaa5f63069", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "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": 865, "description": null, "tags": [], "created_at": "2023-04-24T00:20:15Z", "updated_at": "2023-04-24T00:20:15Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}], "tags": [], "created_at": "2023-04-24T00:20:15Z", "updated_at": "2023-04-24T00:20:15Z", "revision_number": 1, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:20:15,761 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.301s 2023-04-24 00:20:15,761 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "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-a4723959-e7e3-4c84-90b9-ed498412ba0e', 'date': 'Mon, 24 Apr 2023 00:20: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": "78eee1cf-cfbf-4e66-8251-9f6bb65a873b", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "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-24T00:20:15Z", "updated_at": "2023-04-24T00:20:15Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:20:15,930 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-24 00:20:15,931 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e73778e4-fa73-4299-a081-0d823e8f6630', 'date': 'Mon, 24 Apr 2023 00:20: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": "0ca1df10-e17d-4b87-96f4-749c5f64514f", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "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-24T00:20:15Z", "updated_at": "2023-04-24T00:20:15Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:20:15,931 80152 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1603271245 created 2023-04-24 00:20:16,884 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.952s 2023-04-24 00:20:16,884 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-27a5b4e1-f4ce-4c54-98d0-445e9de5dbad', 'date': 'Mon, 24 Apr 2023 00:20:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "20eea836-9a34-458e-8cb2-2cd7197618f7", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "floating_ip_address": "172.24.4.176", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "97d1e8a757a746329ea363af81a3c6b4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:20:16Z", "updated_at": "2023-04-24T00:20:16Z", "revision_number": 0}}' 2023-04-24 00:20:16,884 80152 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '20eea836-9a34-458e-8cb2-2cd7197618f7', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'floating_ip_address': '172.24.4.176', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:20:16Z', 'updated_at': '2023-04-24T00:20:16Z', 'revision_number': 0, 'ip': '172.24.4.176'} created 2023-04-24 00:20:16,937 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.047s 2023-04-24 00:20:16,938 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:16 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-63054067-ddbc-45dd-8145-750a8b41f163', '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": "35edcadbe77c4f4fa8304216e7f61d4a", "name": "tempest-AttachVolumeNegativeTest-272859998-project-member", "password_expires_at": null}, "audit_ids": ["6n1iPLZcQ32TC0ui63Q8tQ"], "expires_at": "2023-04-24T01:20:16.000000Z", "issued_at": "2023-04-24T00:20:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97d1e8a757a746329ea363af81a3c6b4", "name": "tempest-AttachVolumeNegativeTest-272859998"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:20:16,938 80152 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '1a83eb44-caaf-46ff-8823-be4580052b3f', 'name': 'tempest-AttachVolumeNegativeTest-883629256-network', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34124, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:14:34Z', 'updated_at': '2023-04-24T00:14:34Z', 'revision_number': 1} available for tenant 2023-04-24 00:20:16,939 80152 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1028661157', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIS7J2r3hvdb0rW9oq624HJm6iEzqAHNFXYccC2ziX4/UQM6xe9IVnyYzcYeVB3AHvem3MrTEL+AAJWg7X9ws6qIEWDFHnxd+tlDDo0bvhx6gq7aYfsNiTDpRmFhx0Gb2g==', 'fingerprint': 'f2:c8:2f:2f:14:7c:7e:5c:fa:27:ab:25:f6:00:63:1e', 'user_id': '35edcadbe77c4f4fa8304216e7f61d4a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAjvVrSaaEhNPSMwQcs+auvQjdoeX1OhQpWQQmhC7Ob7wdXXjGwZdnZ\nBy5gAZPmKfigBwYFK4EEACKhZANiAASEuydq94b3W9K1vaKutuByZuohM6gBzRV2\nHHAts4l+P1EDOsXvSFZ8mM3GHlQdwB73ptzK0xC/gACVoO1/cLOqiBFgxR58XfrZ\nQw6NG74ceoKu2mH7DYkw6UZhYcdBm9o=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '35d97ab4-cdd9-47a0-a976-d55259d0d797', 'name': 'tempest-securitygroup--1603271245', 'stateful': True, 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': 'tempest-description--2082816944', 'shared': False, 'security_group_rules': [{'id': '74d5476f-3cc4-4f78-ac11-14b8c9ce1c7f', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'security_group_id': '35d97ab4-cdd9-47a0-a976-d55259d0d797', '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': 866, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:20:15Z', 'updated_at': '2023-04-24T00:20:15Z', 'revision_number': 0, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}, {'id': 'a9c9ca5c-2b54-4e03-932e-cedaa5f63069', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'security_group_id': '35d97ab4-cdd9-47a0-a976-d55259d0d797', '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': 865, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:20:15Z', 'updated_at': '2023-04-24T00:20:15Z', 'revision_number': 0, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}], 'tags': [], 'create d_at': '2023-04-24T00:20:15Z', 'updated_at': '2023-04-24T00:20:15Z', 'revision_number': 1, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}, 'floating_ip': {'id': '20eea836-9a34-458e-8cb2-2cd7197618f7', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'floating_ip_address': '172.24.4.176', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:20:16Z', 'updated_at': '2023-04-24T00:20:16Z', 'revision_number': 0, 'ip': '172.24.4.176'}} 2023-04-24 00:20:17,565 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.626s 2023-04-24 00:20:17,566 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-806357688", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "1a83eb44-caaf-46ff-8823-be4580052b3f"}], "security_groups": [{"name": "tempest-securitygroup--1603271245"}], "key_name": "tempest-keypair-1028661157", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26f968e3-a8c4-4263-a69a-b0dc8297dc69', 'x-compute-request-id': 'req-26f968e3-a8c4-4263-a69a-b0dc8297dc69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "88bc0884-174c-402c-9cbd-7099895f27a0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1603271245"}], "adminPass": "password"}}' 2023-04-24 00:20:17,651 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0 0.081s 2023-04-24 00:20:17,651 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:17 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-717e04be-8762-44e3-9b8f-e23dbf441f95', 'x-compute-request-id': 'req-717e04be-8762-44e3-9b8f-e23dbf441f95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0'} Body: b'{"server": {"id": "88bc0884-174c-402c-9cbd-7099895f27a0", "name": "tempest-AttachVolumeNegativeTest-server-806357688", "status": "BUILD", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "fla vor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:20:18Z", "updated": "2023-04-24T00:20:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1028661157", "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-24 00:21:08,057 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0 0.369s 2023-04-24 00:21:08,058 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:07 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-28a3f435-2083-4175-b89b-d587d7355385', 'x-compute-request-id': 'req-28a3f435-2083-4175-b89b-d587d7355385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0'} Body: b'{"server": {"id": "88bc0884-174c-402c-9cbd-7099895f27a0", "name": "tempest-AttachVolumeNegativeTest-server-806357688", "status": "ACTIVE", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "5d6e38c99144857265fe1b601394b9b0ba52c3e3d3caa4a5de87c601", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:20:17Z", "updated": "2023-04-24T00:20:24Z", "addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:cc:51"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1028661157", "OS-SRV-USG:launched_at": "2023-04-24T00:20:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1603271245"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:21:08,069 80152 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:22:08,310 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0/os-interface 0.181s 2023-04-24 00:22:08,310 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:08 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-27bd911b-ca77-4ba9-9cd9-033abb597fa9', 'x-compute-request-id': 'req-27bd911b-ca77-4ba9-9cd9-033abb597fa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1a83eb44-caaf-46ff-8823-be4580052b3f", "port_id": "904cb737-715a-45a2-8c4e-e99e90596e6e", "mac_addr": "fa:16:3e:d1:cc:51", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "437fd07e-8d5b-4281-b8f9-a4b7d1d66a3a", "ip_address": "10.0.0.8"}]}]}' 2023-04-24 00:22:09,000 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/20eea836-9a34-458e-8cb2-2cd7197618f7 0.684s 2023-04-24 00:22:09,001 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "904cb737-715a-45a2-8c4e-e99e90596e6e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-31aa0de2-da93-44f1-bee6-11731f434125', 'date': 'Mon, 24 Apr 2023 00:22:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/20eea836-9a34-458e-8cb2-2cd7197618f7'} Body: b'{"floatingip": {"id": "20eea836-9a34-458e-8cb2-2cd7197618f7", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "floating_ip_address": "172.24.4.176", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "a070c003-01c9-46f1-85d8-874aa0f7676b", "port_id": "904cb737-715a-45a2-8c4e-e99e90596e6e", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1a83eb44-caaf-46ff-8823-be4580052b3f", "mac_address": "fa:16:3e:d1:cc:51", "admin_state_up": true, "status": "ACTIVE", "device_id": "88bc0884-174c-402c-9cbd-7099895f27a0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:20:16Z", "updated_at": "2023-04-24T00:22:08Z", "revision_number": 1, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:22:09,002 80152 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.176:22' as 'cirros' with public key authentication 2023-04-24 00:22:09,024 80152 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:22:09,045 80152 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:22:09,045 80152 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.176 successfully created 2023-04-24 00:22:09,089 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0/ips 0.043s 2023-04-24 00:22:09,090 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45c727a0-aefb-4336-a1d9-a7848df153b1', 'x-compute-request-id': 'req-45c727a0-aefb-4336-a1d9-a7848df153b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2023 -04-24 00:22:09,287 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes 0.194s 2023-04-24 00:22:09,287 80152 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-767778355"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ba78030-7d0e-45ad-bbd8-3f82c773b6e7', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ba78030-7d0e-45ad-bbd8-3f82c773b6e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes'} Body: b'{"volume": {"id": "37216cc1-44c5-4802-96dc-63787e088550", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:22:09.227421", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-767778355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:22:09,337 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550 0.040s 2023-04-24 00:22:09,338 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc3d1a77-b2f4-4d14-94b5-feb02f8e8b33', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc3d1a77-b2f4-4d14-94b5-feb02f8e8b33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550'} Body: b'{"volume": {"id": "37216cc1-44c5-4802-96dc-63787e088550", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:22:09.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-767778355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:22:10,394 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550 0.044s 2023-04-24 00:22:10,395 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d34d50cb-e8fa-467b-8f62-961a606efff5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d34d50cb-e8fa-467b-8f62-961a606efff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550'} Body: b'{"volume": {"id": "37216cc1-44c5-4802-96dc-63787e088550", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:22:09.000000", "updated_at": "2023-04-24T00:22:09.000000", "name": "tempest-AttachVolumeNegativeTest-volume-767778355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:22:10,524 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0 0.119s 2023-04-24 00:22:10,524 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22: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-33a1d966-bdd3-454d-bdf6-e00a453d939a', 'x-compute-request-id': 'req-33a1d966-bdd3-454d-bdf6-e00a453d939a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0'} Body: b'' 2023-04-24 00:22:10,770 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0 0.245s 2023-04-24 00:22:10,770 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebfc74af-1b21-4a09-ad21-e2f466158b8c', 'x-compute-request-id': 'req-ebfc74af-1b21-4a09-ad21-e2f466158b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0'} Body: b'{"server": {"id": "88bc0884-174c-402c-9cbd-7099895f27a0", "name": "tempest-AttachVolumeNegativeTest-server-806357688", "status": "ACTIVE", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "5d6e38c99144857265fe1b601394b9b0ba52c3e3d3caa4a5de87c601", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e 181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:20:17Z", "updated": "2023-04-24T00:22:10Z", "addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:cc:51"}, {"version": 4, "addr": "172.24.4.176", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:cc:51"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1028661157", "OS-SRV-USG:launched_at": "2023-04-24T00:20:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1603271245"}], "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-24 00:23:00,867 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0 0.037s 2023-04-24 00:23:00,867 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23: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-998a5580-7902-4c52-8d78-1bc4a8b48e66', 'x-compute-request-id': 'req-998a5580-7902-4c52-8d78-1bc4a8b48e66', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 88bc0884-174c-402c-9cbd-7099895f27a0 could not be found."}}' 2023-04-24 00:23:00,907 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1028661157 0.038s 2023-04-24 00:23:00,908 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:00 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-37fdc0d0-fe09-4bba-a87d-a829d9f6d710', 'x-compute-request-id': 'req-37fdc0d0-fe09-4bba-a87d-a829d9f6d710', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1028661157'} Body: b'' 2023-04-24 00:23:01,059 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/35d97ab4-cdd9-47a0-a976-d55259d0d797 0.151s 2023-04-24 00:23:01,060 80152 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-547e73f9-3c60-4458-b583-c16c1a7c0d4e', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:23:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/35d97ab4-cdd9-47a0-a976-d55259d0d797'} Body: b'' 2023-04-24 00:23:01,078 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/35d97ab4-cdd9-47a0-a976-d55259d0d797 0.018s 2023-04-24 00:23:01,078 80152 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-c0ec11ed-71d0-48a7-9c20-514d9f1e8ad8', 'date': 'Mon, 24 Apr 2023 00:23:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/35d97ab4-cdd9-47a0-a976-d55259d0d797'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 35d97ab4-cdd9-47a0-a976-d55259d0d797 does not exist", "detail": ""}}' 2023-04-24 00:23:01,541 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/20eea836-9a34-458e-8cb2-2cd7197618f7 0.462s 2023-04-24 00:23:01,542 80152 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-f6c2cf57-f059-4367-9969-68e14bbaf948', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:23:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/20eea836-9a34-458e-8cb2-2cd7197618f7'} Body: b'' {7} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.635852s] ... 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 3d266ee7-02f5-420e-996c-82f2dd65bb04 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:23:07,080 80152 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.485s 2023-04-24 00:23:07,080 80152 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-1858569274", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/3d266ee7-02f5-420e-996c-82f2dd65bb04', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-461d0e8e-4d67-4776-93ce-6a8d7f0cc91c', 'x-compute-request-id': 'req-461d0e8e-4d67-4776-93ce-6a8d7f0cc91c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "3d266ee7-02f5-420e-996c-82f2dd65bb04", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-24T00:23:06.957471", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1858569274", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-24 00:23:07,146 80152 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/3d266ee7-02f5-420e-996c-82f2dd65bb04 0.062s 2023-04-24 00:23:07,147 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-335af625-5e5b-4508-a6dc-ea7a5034a418', 'x-compute-request-id': 'req-335af625-5e5b-4508-a6dc-ea7a5034a418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3d266ee7-02f5-420e-996c-82f2dd65bb04'} Body: b'{"volume": {"id": "3d266ee7-02f5-420e-996c-82f2dd65bb04", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-24T00:23:07.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1858569274", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-24 00:23:08,223 80152 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/3d266ee7-02f5-420e-996c-82f2dd65bb04 0.070s 2023-04-24 00:23:08,223 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07a6bb11-bd73-48b8-97af-0343cbf10b4b', 'x-compute-request-id': 'req-07a6bb11-bd73-48b8-97af-0343cbf10b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3d266ee7-02f5-420e-996c-82f2dd65bb04'} Body: b'{"volume": {"id": "3d266ee7-02f5-420e-996c-82f2dd65bb04", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-24T00:23:07.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1858569274", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.317059s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.033374s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.042949s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.638023s] ... 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 d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:23:11,554 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/454f6577947e4474b80f7bb70f1e7208/os-quota-sets/a4c3261a89cc472e8ab44c41bf6dff72?usage=True 0.045s 2023-04-24 00:23:11,554 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-455180d3-41c9-46be-b6b4-f6a04f349bcf', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-455180d3-41c9-46be-b6b4-f6a04f349bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/454f6577947e4474b80f7bb70f1e7208/os-quota-sets/a4c3261a89cc472e8ab44c41bf6dff72?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": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:11,858 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes 0.296s 2023-04-24 00:23:11,858 80152 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-1158135972"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c2b21c9-1a35-4442-a9e8-9ac6887a32db', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c2b21c9-1a35-4442-a9e8-9ac6887a32db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes'} Body: b'{"volume": {"id": "d4a78081-fb6c-4b8c-b090-e887e6f3d4f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:11.800349", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1158135972", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:23:11,907 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 0.038s 2023-04-24 00:23:11,907 80152 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, 24 Apr 2023 00:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d12ead5f-66b8-41e5-b483-48429ebb91cb', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d12ead5f-66b8-41e5-b483-48429ebb91cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0'} Body: b'{"volume": {"id": "d4a78081-fb6c-4b8c-b090-e887e6f3d4f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:12.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1158135972", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:12,961 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 0.042s 2023-04-24 00:23:12,962 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d93098d4-ac36-417c-99cc-ed705e0f53db', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d93098d4-ac36-417c-99cc-ed705e0f53db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0'} Body: b'{"volume": {"id": "d4a78081-fb6c-4b8c-b090-e887e6f3d4f0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:12.000000", "updated_at": "2023-04-24T00:23:12.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1158135972", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:13,014 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 0.042s 2023-04-24 00:23:13,014 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f917fd70-84d6-4972-ae85-3e741d30ad87', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f917fd70-84d6-4972-ae85-3e741d30ad87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0'} Body: b'{"volume": {"id": "d4a78081-fb6c-4b8c-b090-e887e6f3d4f0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:12.000000", "updated_at": "2023-04-24T00:23:12.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1158135972", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:13,122 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 0.097s 2023-04-24 00:23:13,122 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e3f8db8-b4fc-4b33-a910-6be680f54142', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0'} Body: b'' 2023-04-24 00:23:13,145 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 0.021s 2023-04-24 00:23:13,145 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed200e5f-cecc-4926-bbe2-cf1f880892ba', 'x-openstack-request-id': 'req-ed200e5f-cecc-4926-bbe2-cf1f880892ba', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 could not be found."}}' {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.480222s] ... 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 51c9802c-06d3-4f6f-b3a1-bd755b50ac70 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:23:13,339 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes 0.190s 2023-04-24 00:23:13,339 80152 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-177308147"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-984e0385-3386-4eda-963e-5af6ccac58b0', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-984e0385-3386-4eda-963e-5af6ccac58b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes'} Body: b'{"volume": {"id": "51c9802c-06d3-4f6f-b3a1-bd755b50ac70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:13.280218", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-177308147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:23:13,389 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70 0.041s 2023-04-24 00:23:13,390 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec80f754-a9b6-47d8-848f-a728a87a4480', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec80f754-a9b6-47d8-848f-a728a87a4480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70'} Body: b'{"volume": {"id": "51c9802c-06d3-4f6f-b3a1-bd755b50ac70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:13.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-177308147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:14,442 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70 0.041s 2023-04-24 00:23:14,443 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bca11180-eca2-42ae-becd-831da5a15347', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bca11180-eca2-42ae-becd-831da5a15347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70'} Body: b'{"volume": {"id": "51c9802c-06d3-4f6f-b3a1-bd755b50ac70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:13.000000", "updated_at": "2023-04-24T00:23:13.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-177308147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:14,492 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70 0.039s 2023-04-24 00:23:14,493 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8ca8c67-207f-4bfe-84d2-4daea7785d74', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8ca8c67-207f-4bfe-84d2-4daea7785d74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70'} Body: b'{"volume": {"id": "51c9802c-06d3-4f6f-b3a1-bd755b50ac70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:13.000000", "updated_at": "2023-04-24T00:23:13.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-177308147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:14,604 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70 0.101s 2023-04-24 00:23:14,604 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:14 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e97b352f-45d5-4fe7-8a0f-42c0380b18b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70'} Body: b'' 2023-04-24 00:23:14,626 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70 0.022s 2023-04-24 00:23:14,627 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23: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-9f63ce21-ad4b-43b2-9653-b721e530133d', 'x-openstack-request-id': 'req-9f63ce21-ad4b-43b2-9653-b721e530133d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 51c9802c-06d3-4f6f-b3a1-bd755b50ac70 could not be found."}}' {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.053058s] ... ok {7} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.267536s] ... ok {7} 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 b66457fe-e2fd-4333-91f5-b3a67defa007 failed to build and is in ERROR status {7} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.765918s] ... 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 89e48df3-9321-42ea-8717-dfa1239c07e3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:23:22,471 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes 0.399s 2023-04-24 00:23:22,471 80152 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-1393322372"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c640ce84-3d7b-4528-a4dd-b11defc65295', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c640ce84-3d7b-4528-a4dd-b11defc65295', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes'} Body: b'{"volume": {"id": "89e48df3-9321-42ea-8717-dfa1239c07e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:22.411421", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1393322372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}], "user_id": "76374576267941a89802a4c5c0b20e90", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-24 00:23:22,520 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3 0.039s 2023-04-24 00:23:22,520 80152 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, 24 Apr 2023 00:23:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-648c4828-a271-420f-9921-424cfa22769d', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-648c4828-a271-420f-9921-424cfa22769d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3'} Body: b'{"volume": {"id": "89e48df3-9321-42ea-8717-dfa1239c07e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:22.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1393322372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}], "user_id": "76374576267941a89802a4c5c0b20e90", "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": "9e3df3895bb34f43939b90df8fe84ea3"}}' 2023-04-24 00:23:23,573 80152 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/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3 0.041s 2023-04-24 00:23:23,574 80152 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, 24 Apr 2023 00:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a18d2e7-5cca-4346-9c7a-e9508f32522e', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a18d2e7-5cca-4346-9c7a-e9508f32522e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3'} Body: b'{"volume": {"id": "89e48df3-9321-42ea-8717-dfa1239c07e3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:22.000000", "updated_at": "2023-04-24T00:23:23.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1393322372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}], "user_id": "76374576267941a89802a4c5c0b20e90", "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": "9e3df3895bb34f43939b90df8fe84ea3"}}' 2023-04-24 00:23:23,631 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3 0.045s 2023-04-24 00:23:23,631 80152 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, 24 Apr 2023 00:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-840447c0-81ba-48c1-928c-2a837cc38a81', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-840447c0-81ba-48c1-928c-2a837cc38a81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3'} Body: b'{"volume": {"id": "89e48df3-9321-42ea-8717-dfa1239c07e3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:22.000000", "updated_at": "2023-04-24T00:23:23.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1393322372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}], "user_id": "76374576267941a89802a4c5c0b20e90", "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": "9e3df3895bb34f43939b90df8fe84ea3"}}' 2023-04-24 00:23:23,815 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3 0.173s 2023-04-24 00:23:23,815 80152 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, 24 Apr 2023 00:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3accbbd9-f78c-40cc-b7ed-0fd02e1fa45e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3'} Body: b'' 2023-04-24 00:23:23,835 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3 0.020s 2023-04-24 00:23:23,836 80152 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, 24 Apr 2023 00:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b64e497c-74e6-4227-abe5-c9cfba8c55f3', 'x-openstack-request-id': 'req-b64e497c-74e6-4227-abe5-c9cfba8c55f3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 89e48df3-9321-42ea-8717-dfa1239c07e3 could not be found."}}' {7} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.480062s] ... 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 a68bd949-9f6b-4485-b184-18201db1ad18 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:23:24,020 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes 0.181s 2023-04-24 00:23:24,020 80152 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-851531218"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b5a5d0b-da88-4200-a15d-7b2b575a8cb8', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b5a5d0b-da88-4200-a15d-7b2b575a8cb8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes'} Body: b'{"volume": {"id": "a68bd949-9f6b-4485-b184-18201db1ad18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:23.961862", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-851531218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}], "user_id": "76374576267941a89802a4c5c0b20e90", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-24 00:23:24,076 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18 0.046s 2023-04-24 00:23:24,076 80152 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, 24 Apr 2023 00:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fab62a0a-326b-429b-a61f-bb7c00248f5d', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fab62a0a-326b-429b-a61f-bb7c00248f5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18'} Body: b'{"volume": {"id": "a68bd949-9f6b-4485-b184-18201db1ad18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:24.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-851531218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}], "user_id": "76374576267941a89802a4c5c0b20e90", "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": "9e3df3895bb34f43939b90df8fe84ea3"}}' 2023-04-24 00:23:25,129 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 55Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18 0.041s 2023-04-24 00:23:25,130 80152 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, 24 Apr 2023 00:23:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecfa860b-36c0-4f46-af9d-c833682ee496', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecfa860b-36c0-4f46-af9d-c833682ee496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18'} Body: b'{"volume": {"id": "a68bd949-9f6b-4485-b184-18201db1ad18", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:24.000000", "updated_at": "2023-04-24T00:23:24.000000", "name": "tempest-VolumesTransfersV355Test-Volume-851531218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}], "user_id": "76374576267941a89802a4c5c0b20e90", "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": "9e3df3895bb34f43939b90df8fe84ea3"}}' 2023-04-24 00:23:25,186 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18 0.045s 2023-04-24 00:23:25,186 80152 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, 24 Apr 2023 00:23:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b546856b-9107-48c4-bf44-601f9fa5ffbd', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b546856b-9107-48c4-bf44-601f9fa5ffbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18'} Body: b'{"volume": {"id": "a68bd949-9f6b-4485-b184-18201db1ad18", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:24.000000", "updated_at": "2023-04-24T00:23:24.000000", "name": "tempest-VolumesTransfersV355Test-Volume-851531218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}], "user_id": "76374576267941a89802a4c5c0b20e90", "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": "9e3df3895bb34f43939b90df8fe84ea3"}}' 2023-04-24 00:23:25,293 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18 0.093s 2023-04-24 00:23:25,293 80152 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, 24 Apr 2023 00:23:25 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-8868e0aa-365c-476c-a22f-f95b748184b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18'} Body: b'' 2023-04-24 00:23:25,317 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18 0.024s 2023-04-24 00:23:25,318 80152 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, 24 Apr 2023 00:23:25 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-3f14b8a3-d0b0-41f1-9db6-24dcaf915b3e', 'x-openstack-request-id': 'req-3f14b8a3-d0b0-41f1-9db6-24dcaf915b3e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a68bd949-9f6b-4485-b184-18201db1ad18 could not be found."}}' {5} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm [123.059549s] ... 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 32ec3bb6-228c-4ba2-a305-600991e65973 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:42,967 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.447s 2023-04-24 00:21:42,967 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:42 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-6c9bd75d-ea37-4ef9-b665-442fd6a83203', 'x-compute-request-id': 'req-6c9bd75d-ea37-4ef9-b665-442fd6a83203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:21:43,266 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.284s 2023-04-24 00:21:43,267 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:42 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-7d0590ff-4403-4572-9c5e-e99a7d25a0b4', 'x-compute-request-id': 'req-7d0590ff-4403-4572-9c5e-e99a7d25a0b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0. 210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:21:43,442 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.164s 2023-04-24 00:21:43,442 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:43 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-b9770097-4d5c-48df-acfb-1d4300d47b35', 'x-compute-request-id': 'req-b9770097-4d5c-48df-acfb-1d4300d47b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:22:43,585 80148 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 84s 2023-04-24 00:22:43,586 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:43 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-d950bf8e-9af9-48fe-b07a-c7ba1c137688', '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": "8536b0b100af4c81b0114b37a10ec017", "name": "tempest-ServerActionsTestJSON-1785200975-project-member", "password_expires_at": null}, "audit_ids": ["5JJVnbW_TD6Bqbw09BUidA"], "expires_at": "2023-04-24T01:22:43.000000Z", "issued_at": "2023-04-24T00:22:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "211ed190ee5c4a0b98b85960339ea437", "name": "tempest-ServerActionsTestJSON-1785200975"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/211ed190ee5c4a0b98b85960339ea437", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:22:43,587 80148 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '551bb188-8d6d-484a-813f-5f76f0ec0e85', 'name': 'tempest-ServerActionsTestJSON-1308396726-network', 'tenant_id': '211ed190ee5c4a0b98b85960339ea437', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '211ed190ee5c4a0b98b85960339ea437', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2408, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:14:45Z', 'updated_at': '2023-04-24T00:14:45Z', 'revision_number': 1} available for tenant 2023-04-24 00:22:43,588 80148 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1442678964', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHBH505bABPeY47tqqwKUNL0j9rZei8h+xMYLIM0SjTR/WY833MZWOzZDU3xf+eKarpT1DDNfoU7YX1pgGnkISVtzLfDBcBBJeM+PXJDnAxAnfo3AHLlU/Wx1vdEG2Tqyg==', 'fingerprint': '73:db:36:69:bf:72:a9:01:18:07:bd:38:3c:9f:a6:53', 'user_id': '8536b0b100af4c81b0114b37a10ec017', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCOOXT3LsVlMafazAWR12ekLVaKu9veyaezo0HGRsioXFKntlJPWg05\nG8ylj8E1HwOgBwYFK4EEACKhZANiAARwR+dOWwAT3mOO7aqsClDS9I/a2XovIfsT\nGCyDNEo00f1mPN9zGVjs2Q1N8X/nimq6U9QwzX6FO2F9aYBp5CElbcy3wwXAQSXj\nPj1yQ5wMQJ36NwBy5VP1sdb3RBtk6so=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3db40375-2231-499b-b16f-11f6f83323fd', 'name': 'tempest-securitygroup--1003632379', 'stateful': True, 'tenant_id': '211ed190ee5c4a0b98b85960339ea437', 'description': 'tempest-description--1586712575', 'shared': False, 'security_group_rules': [{'id': '88e74307-70b9-4e6f-8fdc-c5fe17d969e1', 'tenant_id': '211ed190ee5c4a0b98b85960339ea437', 'security_group_id': '3db40375-2231-499b-b16f-11f6f83323fd', '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-24T00:14:53Z', 'updated_at': '2023-04-24T00:14:53Z', 'revision_number': 0, 'project_id': '211ed190ee5c4a0b98b85960339ea437'}, {'id': 'b70a8d4f-2ab6-4826-a1b1-9bee72742436', 'tenant_id': '211ed190ee5c4a0b98b85960339ea437', 'security_group_id': '3db40375-2231-499b-b16f-11f6f83323fd', '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-24T00:14:53Z', 'updated_at': '2023-04-24T00:14:53Z', 'revision_number': 0, 'project_id': '211ed190ee5c4a0b98b85960339ea437'}], 'tags': [], 'created_at': '2023-04-24T00:14:53Z', 'updated_at': '2023-04-24T00:14:53Z', 'revision_number': 1, 'project_id': '211ed190ee5c4a0b98b85960339ea437'}, 'floating_ip': {'id': '6e548849-318e-497a-aa54-e34f57e8369e', 'tenant_id': '211ed190ee5c4a0b98b85960339ea437', 'floating_ip_address': '172.24.4.38', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '211ed190ee5c4a0b98b85960339ea437', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:54Z', 'updated_at': '2023-04-24T00:14:54Z', 'revision_number': 0, 'ip': '172.24.4.38'}} 2023-04-24 00:22:43,987 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes 0.398s 2023-04-24 00:22:43,988 80148 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-1839615941", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d2047d8-c389-4b42-838e-2173d7a527e0', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d2047d8-c389-4b42-838 e-2173d7a527e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes'} Body: b'{"volume": {"id": "32ec3bb6-228c-4ba2-a305-600991e65973", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:22:43.902845", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1839615941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:22:44,034 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973 0.037s 2023-04-24 00:22:44,034 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27370aae-3e32-4171-9a49-99ceaecc7089', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27370aae-3e32-4171-9a49-99ceaecc7089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973'} Body: b'{"volume": {"id": "32ec3bb6-228c-4ba2-a305-600991e65973", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:22:44.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1839615941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "211ed190ee5c4a0b98b85960339ea437"}}' 2023-04-24 00:22:45,138 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973 0.092s 2023-04-24 00:22:45,138 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-260c136d-1e3c-4487-bf48-6fe1f86061cc', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-260c136d-1e3c-4487-bf48-6fe1f86061cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973'} Body: b'{"volume": {"id": "32ec3bb6-228c-4ba2-a305-600991e65973", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:22:44.00000 0", "updated_at": "2023-04-24T00:22:44.000000", "name": "tempest-tempest.common.compute-volume-1839615941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "211ed190ee5c4a0b98b85960339ea437"}}' 2023-04-24 00:22:45,271 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973 0.119s 2023-04-24 00:22:45,271 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9f84630-b717-4efd-a22e-8e897a7df115', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973'} Body: b'' 2023-04-24 00:22:45,291 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973 0.019s 2023-04-24 00:22:45,292 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d38456fd-4f9b-4a9a-b2be-91485e684829', 'x-openstack-request-id': 'req-d38456fd-4f9b-4a9a-b2be-91485e684829', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 32ec3bb6-228c-4ba2-a305-600991e65973 could not be found."}}' 2023-04-24 00:22:45,292 80148 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-24 00:22:45,526 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.232s 2023-04-24 00:22:45,527 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:45 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-caa8deb7-1410-40f3-8ebe-b373f06f89b3', 'x-compute-request-id': 'req-caa8deb7-1410-40f3-8ebe-b373f06f89b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4 166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {5} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [227.510159s] ... 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 8ea22487-111f-414f-8f4b-58af060e9c48 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:24:48,759 80148 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:24:48,932 80148 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.171s 2023-04-24 00:24:48,933 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1862289859", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOIM4N11geMCFNlqf+WumRT8Io9+APZabKwlT29VAkxGMpvYD7hEgMyCcPGCln3NuH+chYQtwvDTqcXB35chovwequeYHVWAICGxNgGLzMB8oEjcCJdDttXbnQwU4HFcCw=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:24:48 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-e987145a-e584-492f-9c1f-a69de6ee175c', 'x-compute-request-id': 'req-e987145a-e584-492f-9c1f-a69de6ee175c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1862289859", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOIM4N11geMCFNlqf+WumRT8Io9+APZabKwlT29VAkxGMpvYD7hEgMyCcPGCln3NuH+chYQtwvDTqcXB35chovwequeYHVWAICGxNgGLzMB8oEjcCJdDttXbnQwU4HFcCw==", "fingerprint": "db:fe:5a:d6:7f:6e:d0:74:60:ba:46:7b:09:63:bd:1d", "user_id": "61677897acda43ca83dd2c702e6e5eb5"}}' 2023-04-24 00:24:48,935 80148 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1862289859 created 2023-04-24 00:24:49,148 80148 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.212s 2023-04-24 00:24:49,148 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1746947476", "description": "tempest-description--163668563"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-f294aac6-243d-4232-a8fc-89bae0291e6e', 'date': 'Mon, 24 Apr 2023 00:24:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "name": "tempest-securitygroup--1746947476", "stateful": true, "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "description": "tempest-description--163668563", "shared": false, "security_group_rules": [{"id": "8b485c60-bec5-49dd-9729-6c71c10ad049", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "security_group_id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1024, "description": null, "tags": [], "created_at": "2023-04-24T00:24:49Z", "updated_at": "2023-04-24T00:24:49Z", "revision_number": 0, "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}, {"id": "99a2f325-3f6f-4c23-989b-ac7652741030", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "security_group_id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "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_i d": 1025, "description": null, "tags": [], "created_at": "2023-04-24T00:24:49Z", "updated_at": "2023-04-24T00:24:49Z", "revision_number": 0, "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}], "tags": [], "created_at": "2023-04-24T00:24:49Z", "updated_at": "2023-04-24T00:24:49Z", "revision_number": 1, "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}}' 2023-04-24 00:24:49,307 80148 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.159s 2023-04-24 00:24:49,308 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "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-438a1c50-df09-4e15-ae29-e74ffa065f1b', 'date': 'Mon, 24 Apr 2023 00:24: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": "c1c9ede5-3ef7-41de-95ad-b3ce88ce76aa", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "security_group_id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "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-24T00:24:49Z", "updated_at": "2023-04-24T00:24:49Z", "revision_number": 0, "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}}' 2023-04-24 00:24:49,454 80148 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.145s 2023-04-24 00:24:49,454 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bd50a4ab-0a95-4db3-95fa-bbdd0d97dcc4', 'date': 'Mon, 24 Apr 2023 00:24: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": "1a95da56-61c4-42d7-a7a1-8c985c70485e", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "security_group_id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "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-24T00:24:49Z", "updated_at": "2023-04-24T00:24:49Z", "revision_number": 0, "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}}' 2023-04-24 00:24:49,454 80148 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1746947476 created 2023-04-24 00:24:50,219 80148 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 0.764s 2023-04-24 00:24:50,219 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc 5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f2f7bf1e-d1a0-44bd-854e-3e4720da8c7a', 'date': 'Mon, 24 Apr 2023 00:24:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c4c2f09b-cd04-434a-aafd-c4fa524b476b", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "floating_ip_address": "172.24.4.117", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:24:49Z", "updated_at": "2023-04-24T00:24:49Z", "revision_number": 0}}' 2023-04-24 00:24:50,219 80148 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c4c2f09b-cd04-434a-aafd-c4fa524b476b', 'tenant_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'floating_ip_address': '172.24.4.117', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:24:49Z', 'updated_at': '2023-04-24T00:24:49Z', 'revision_number': 0, 'ip': '172.24.4.117'} created 2023-04-24 00:24:50,269 80148 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.045s 2023-04-24 00:24:50,270 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4b229b76-c51b-4a37-a98b-870fa3275c33', '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": "61677897acda43ca83dd2c702e6e5eb5", "name": "tempest-ServerStableDeviceRescueTest-1726718806-project-member", "password_expires_at": null}, "audit_ids": ["JED60LBbQ0y3oiwHQBMbWQ"], "expires_at": "2023-04-24T01:24:50.000000Z", "issued_at": "2023-04-24T00:24:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffcdb2ab0e4145ad988f91b13ebd629e", "name": "tempest-ServerStableDeviceRescueTest-1726718806"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ffcdb2ab0e4145ad988f91b13ebd629e", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:24:50,270 80148 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '01988cc6-152f-4948-9028-cb1f71426e3c', 'name': 'tempest-ServerStableDeviceRescueTest-1758399776-network', 'tenant_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51831, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:24:41Z', 'updated_at': '2023-04-24T00:24:41Z', 'revision_number': 1} available for tenant 2023-04-24 00:24:50,271 80148 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1862289859', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOIM4N11geMCFNlqf+WumRT8Io9+APZabKwlT29VAkxGMpvYD7hEgMyCcPGCln3NuH+chYQtwvDTqcXB35chovwequeYHVWAICGxNgGLzMB8oEjcCJdDttXbnQwU4HFcCw==', 'fingerprint': 'db:fe:5a:d6:7f:6e:d0:74:60:ba:46:7b:09:63:bd:1d', 'user_id': '61677897acda43ca83dd2c702e6e5eb5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCEXY1yawveRsHlF2JKr4jqSxYjNWttO/vgmHR/ADLcB+0aISXopj+N\nEz/b0WU4VBugBwYFK4EEACKhZANiAATiDODddYHjAhTZan/lrpkU/CKPfgD2Wmys\nJU9vVQJMRjKb2A+4RIDMgnDxgpZ9zbh/nIWELcLw06nFwd+XIaL8HqrnmB1VgCAh\nsTYBi8zAfKBI3AiXQ7bV250MFOBxXAs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5e4f2784-5e4f-40c6-a20b-c55d5d291d9d', 'name': 'tempest-securitygroup--1746947476', 'stateful': True, 'tenant_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'description': 'tempest-description--163668563', 'shared': False, 'security_group_rules': [{'id': '8b485c60-bec5-49dd-9729-6c71c10ad049', 'tenant_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'security_group_id': '5e4f2784-5e4f-40c6-a20b-c55d5d291d9d', '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': 1024, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:24:49Z', 'updated_at': '2023-04-24T00:24:49Z', 'revision_number': 0, 'project_id': 'ffcdb2ab0e4145ad988f91b13ebd629e'}, {'id': '99a2f325-3f6f-4c23-989b-ac7652741030', 'tenant_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'security_group_id': '5e4f2784-5e4f-40c6-a20b-c55d5d291d9d', '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': 1025, 'description' : None, 'tags': [], 'created_at': '2023-04-24T00:24:49Z', 'updated_at': '2023-04-24T00:24:49Z', 'revision_number': 0, 'project_id': 'ffcdb2ab0e4145ad988f91b13ebd629e'}], 'tags': [], 'created_at': '2023-04-24T00:24:49Z', 'updated_at': '2023-04-24T00:24:49Z', 'revision_number': 1, 'project_id': 'ffcdb2ab0e4145ad988f91b13ebd629e'}, 'floating_ip': {'id': 'c4c2f09b-cd04-434a-aafd-c4fa524b476b', 'tenant_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'floating_ip_address': '172.24.4.117', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:24:49Z', 'updated_at': '2023-04-24T00:24:49Z', 'revision_number': 0, 'ip': '172.24.4.117'}} 2023-04-24 00:24:51,122 80148 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 0.850s 2023-04-24 00:24:51,122 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-269082558", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "01988cc6-152f-4948-9028-cb1f71426e3c"}], "security_groups": [{"name": "tempest-securitygroup--1746947476"}], "key_name": "tempest-keypair-1862289859", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65d0ef01-4a23-42ff-be50-cc8c7cc2715c', 'x-compute-request-id': 'req-65d0ef01-4a23-42ff-be50-cc8c7cc2715c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1746947476"}], "adminPass": "ASd4HinAB9aF"}}' 2023-04-24 00:24:51,205 80148 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/5d60a364-b914-4d2c-8fcc-5944148dcecf 0.079s 2023-04-24 00:24:51,205 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5816ca7a-2cdf-4450-83f3-585ae3dc5350', 'x-compute-request-id': 'req-5816ca7a-2cdf-4450-83f3-585ae3dc5350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf'} Body: b'{"server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "name": "tempest-ServerStableDeviceRescueTest-server-269082558", "status": "BUILD", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "user _id": "61677897acda43ca83dd2c702e6e5eb5", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:24:51Z", "updated": "2023-04-24T00:24:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1862289859", "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-24 00:25:41,572 80148 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/5d60a364-b914-4d2c-8fcc-5944148dcecf 0.308s 2023-04-24 00:25:41,573 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-287da556-e90e-4ea1-918f-11310e22f5d6', 'x-compute-request-id': 'req-287da556-e90e-4ea1-918f-11310e22f5d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf'} Body: b'{"server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "name": "tempest-ServerStableDeviceRescueTest-server-269082558", "status": "ACTIVE", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "user_id": "61677897acda43ca83dd2c702e6e5eb5", "metadata": {}, "hostId": "54b6daaf6d0426562610cd1a14d8e875c4cfb5ef9945943ab9f06375", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:24:51Z", "updated": "2023-04-24T00:24:58Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1758399776-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:ae:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862289859", "OS-SRV-USG:launched_at": "2023-04-24T00:24:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1746947476"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:25:41,584 80148 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:26:41,827 80148 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/5d60a364-b914-4d2c-8fcc-5944148dcecf/os-interface 0.190s 2023-04-24 00:26 :41,827 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:26:41 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-5bddac76-21eb-44ad-a23c-2b3cb5d3f237', 'x-compute-request-id': 'req-5bddac76-21eb-44ad-a23c-2b3cb5d3f237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "01988cc6-152f-4948-9028-cb1f71426e3c", "port_id": "a8cfeb44-bde7-4cc3-b957-c8db3f7fb3de", "mac_addr": "fa:16:3e:9b:ae:bb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "4be0eecc-f9ea-4e46-a557-81109dd043cd", "ip_address": "10.0.0.3"}]}]}' 2023-04-24 00:26:42,559 80148 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/c4c2f09b-cd04-434a-aafd-c4fa524b476b 0.726s 2023-04-24 00:26:42,559 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a8cfeb44-bde7-4cc3-b957-c8db3f7fb3de"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-3ab64797-d9b0-437d-b448-143418cf41cd', 'date': 'Mon, 24 Apr 2023 00:26:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c4c2f09b-cd04-434a-aafd-c4fa524b476b'} Body: b'{"floatingip": {"id": "c4c2f09b-cd04-434a-aafd-c4fa524b476b", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "floating_ip_address": "172.24.4.117", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "d18c353c-9f39-469e-8415-3ca359ea9db3", "port_id": "a8cfeb44-bde7-4cc3-b957-c8db3f7fb3de", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "01988cc6-152f-4948-9028-cb1f71426e3c", "mac_address": "fa:16:3e:9b:ae:bb", "admin_state_up": true, "status": "ACTIVE", "device_id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:24:49Z", "updated_at": "2023-04-24T00:26:42Z", "revision_number": 1, "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}}' 2023-04-24 00:26:42,562 80148 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.117:22' as 'cirros' with public key authentication 2023-04-24 00:26:42,601 80148 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:26:42,622 80148 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:26:42,623 80148 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.117 successfully created 2023-04-24 00:26:43,650 80148 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/5d60a364-b914-4d2c-8fcc-5944148dcecf/action 1.026s 2023-04-24 00:26:43,651 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-2033000621"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:26:42 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/2df69c6e-df79-46be-9711 -c8c6b7a6c618', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-582a45ec-6935-4e66-95a0-e8ae28bf2e6e', 'x-compute-request-id': 'req-582a45ec-6935-4e66-95a0-e8ae28bf2e6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf/action'} Body: b'' 2023-04-24 00:26:43,769 80148 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/2df69c6e-df79-46be-9711-c8c6b7a6c618 0.113s 2023-04-24 00:26:43,769 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:26:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1611', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d0e938f-0e8b-4589-8570-4e980bba8d92', 'x-compute-request-id': 'req-4d0e938f-0e8b-4589-8570-4e980bba8d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/2df69c6e-df79-46be-9711-c8c6b7a6c618'} Body: b'{"image": {"id": "2df69c6e-df79-46be-9711-c8c6b7a6c618", "name": "tempest-ServerStableDeviceRescueTest-image-2033000621", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1726718806", "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-1726718806-project-member", "user_id": "61677897acda43ca83dd2c702e6e5eb5"}, "created": "2023-04-24T00:26:44Z", "updated": "2023-04-24T00:26:44Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}], "server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}]}}}' 2023-04-24 00:27:33,919 80148 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/2df69c6e-df79-46be-9711-c8c6b7a6c618 0.134s 2023-04-24 00:27:33,919 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af0f94d6-5ead-46a7-a399-afaf933ed485', 'x-compute-request-id': 'req-af0f94d6-5ead-46a7-a399-afaf933ed485', 'connection': 'close', 'status': '200', 'content-l ocation': 'http://10.0.0.210/compute/v2.1/images/2df69c6e-df79-46be-9711-c8c6b7a6c618'} Body: b'{"image": {"id": "2df69c6e-df79-46be-9711-c8c6b7a6c618", "name": "tempest-ServerStableDeviceRescueTest-image-2033000621", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "owner_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1726718806", "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-1726718806-project-member", "user_id": "61677897acda43ca83dd2c702e6e5eb5"}, "created": "2023-04-24T00:26:44Z", "updated": "2023-04-24T00:26:48Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}], "server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}]}}}' 2023-04-24 00:27:33,996 80148 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/2df69c6e-df79-46be-9711-c8c6b7a6c618 0.071s 2023-04-24 00:27:33,996 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6df5aab-1556-4c3a-b44a-aecedaf1f0c5', 'x-compute-request-id': 'req-f6df5aab-1556-4c3a-b44a-aecedaf1f0c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/2df69c6e-df79-46be-9711-c8c6b7a6c618'} Body: b'{"image": {"id": "2df69c6e-df79-46be-9711-c8c6b7a6c618", "name": "tempest-ServerStableDeviceRescueTest-image-2033000621", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "owner_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1726718806", "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-1726718806-project-member", "user_id": "61677897acda43ca83dd2c702e6e5eb5"}, "created": "2023-04-24T00:26:44Z", "updated": "2023-04-24T00:26:48Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}], "server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}]}}}' 2023-04-24 00:27:34,281 80148 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/5d60a364-b914-4d2c-8fcc-5944148dcecf 0.274s 2023-04-24 00:27:34,281 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:27:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-660e6c57-a585-4129-8e5b-bf9fe9bc6785', 'x-compute-request-id': 'req-660e6c57-a585-4129-8e5b-bf9fe9bc6785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf'} Body: b'{"server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "name": "tempest-ServerStableDeviceRescueTest-server-269082558", "status": "ACTIVE", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "user_id": "61677897acda43ca83dd2c702e6e5eb5", "metadata": {}, "hostId": "54b6daaf6d0426562610cd1a14d8e875c4cfb5ef9945943ab9f06375", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:24:51Z", "updated": "2023-04-24T00:26:48Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1758399776-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:ae:bb"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:ae:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862289859", "OS-SRV-USG:launched_at": "2023-04-24T00:24:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1746947476"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:28:34,480 80148 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/2df69c6e-df79-46be-9711-c8c6b7a6c618 0.132s 2023-04-24 00:28:34,480 80148 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, 24 Apr 2023 00:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1644', 'content-type': 'application/json', 'x-openstack-request-id': 'req-76acfe0b-edaa-4335-9ac7-efad83ea60fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/ima ges/2df69c6e-df79-46be-9711-c8c6b7a6c618'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "owner_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1726718806", "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-1726718806-project-member", "user_id": "61677897acda43ca83dd2c702e6e5eb5", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-2033000621", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "eacf3af9d7e1ba1a4042d3ce05040fda", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ffcdb2ab0e4145ad988f91b13ebd629e", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5ee8e87bbc23b43b9d25af15f20297d5afb6201999a91a723e69eb241e1128c76958a1c04c63a63f6b7f6e1bd27061a256642e621cbd22a76bf99093a4e43c8c", "id": "2df69c6e-df79-46be-9711-c8c6b7a6c618", "created_at": "2023-04-24T00:26:44Z", "updated_at": "2023-04-24T00:28:34Z", "tags": [], "self": "/v2/images/2df69c6e-df79-46be-9711-c8c6b7a6c618", "file": "/v2/images/2df69c6e-df79-46be-9711-c8c6b7a6c618/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:28:34,603 80148 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/2df69c6e-df79-46be-9711-c8c6b7a6c618 0.122s 2023-04-24 00:28:34,603 80148 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, 24 Apr 2023 00:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b1ca0338-822b-4e3d-b219-7e75b1029bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2df69c6e-df79-46be-9711-c8c6b7a6c618'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "owner_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1726718806", "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-1726718806-project-member", "user_id": "61677897acda43ca83dd2c702e6e5eb5", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-2033000621", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "eacf3af9d7e1ba1a4042d3ce05040fda", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ffcdb2ab0e4145ad988f91b13ebd629e", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5ee8e87bbc23b43b9d25af15f20297d5afb6201999a91a723e69eb241e1128c76958a1c04c63a63f6b7f6e1bd27061a256642e621cbd22a76bf99093a4e43c8c", "id": "2df69c6e-df79-46be-9711-c8c6b7a6c618", "created_at": "2023-04-24T00:26:44Z", "updated_at": "2023-04-24T00:28: 35Z", "tags": [], "self": "/v2/images/2df69c6e-df79-46be-9711-c8c6b7a6c618", "file": "/v2/images/2df69c6e-df79-46be-9711-c8c6b7a6c618/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:28:34,891 80148 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/5d60a364-b914-4d2c-8fcc-5944148dcecf 0.287s 2023-04-24 00:28:34,892 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f7252b6-8b6d-43a3-ae47-25d30590d9c2', 'x-compute-request-id': 'req-6f7252b6-8b6d-43a3-ae47-25d30590d9c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf'} Body: b'{"server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "name": "tempest-ServerStableDeviceRescueTest-server-269082558", "status": "ACTIVE", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "user_id": "61677897acda43ca83dd2c702e6e5eb5", "metadata": {}, "hostId": "54b6daaf6d0426562610cd1a14d8e875c4cfb5ef9945943ab9f06375", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:24:51Z", "updated": "2023-04-24T00:26:48Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1758399776-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:ae:bb"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:ae:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862289859", "OS-SRV-USG:launched_at": "2023-04-24T00:24:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1746947476"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:28:35,145 80148 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/ffcdb2ab0e4145ad988f91b13ebd629e/volumes 0.242s 2023-04-24 00:28:35,146 80148 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-1014526444"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aee09e50-2469-4f90-9808-ae34fd55e868', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aee09e50-2469-4f90-9808-ae34fd55e868', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e/volumes'} Body: b'{"volume": {"id": "8ea22487-111f-414f-8f4b-58af060e9c48", "status": "creating", "size": 1, "availability_zo ne": "nova", "created_at": "2023-04-24T00:28:35.074642", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1014526444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48"}], "user_id": "61677897acda43ca83dd2c702e6e5eb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:28:35,198 80148 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/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48 0.043s 2023-04-24 00:28:35,198 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd460094-c7c2-4a8f-8d56-1e9bd7b8c613', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd460094-c7c2-4a8f-8d56-1e9bd7b8c613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48'} Body: b'{"volume": {"id": "8ea22487-111f-414f-8f4b-58af060e9c48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:28:35.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1014526444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48"}], "user_id": "61677897acda43ca83dd2c702e6e5eb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}}' 2023-04-24 00:28:36,255 80148 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/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48 0.045s 2023-04-24 00:28:36,255 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-265c5c85-a67f-4157-8af2-5b6af1e9ce8b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-265c5c85-a67f-4157-8af2-5b6af1e9ce8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48'} Body: b'{"volume": {"id": "8ea22487-111f-414f-8f4b-58af060e9c48", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:28:35.000000", "updated_at": "2023-04-24T00:28:35.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1014526444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "m etadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48"}], "user_id": "61677897acda43ca83dd2c702e6e5eb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}}' {5} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.804501s] ... 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 2b720697-5368-4662-b27b-474d27f7cda9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:29:32,962 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/types 0.180s 2023-04-24 00:29:32,962 80148 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-1901711669"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05904efd-3e00-4603-b4d2-70e18bff738a', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05904efd-3e00-4603-b4d2-70e18bff738a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/types'} Body: b'{"volume_type": {"id": "4775b08b-1319-4a63-8dd6-626f11473572", "name": "tempest-GroupSnapshotsV319Test-volume-type-1901711669", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:29:32,998 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/group_types 0.033s 2023-04-24 00:29:32,998 80148 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-2050113815"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fd5f7e3-1b12-434d-be0c-b74a73a51de9', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fd5f7e3-1b12-434d-be0c-b74a73a51de9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/group_types'} Body: b'{"group_type": {"id": "0be7f996-a9b4-4628-bc0f-66c9b8f51e49", "name": "tempest-GroupSnapshotsV319Test-group-type-2050113815", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:29:33,244 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups 0.243s 2023-04-24 00:29:33,244 80148 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": "0be7f996-a9b4-4628-bc0f-66c9b8f51e49", "volume_types": ["4775b08b-1319-4a63-8dd6-626f11473572"], "name": "tempest-GroupSnapshotsV319Test-Group-1215621736"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbb5bed3-e15a-456a-bc35-932871d32020', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbb5bed3-e15a-456a-bc35-932871d32020', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups'} Body: b'{"group": {"id": "2b720697-5368-4662-b27b-474d27f7cda9", "name": "tempest-GroupSnapshotsV319Test-Group-1215621736"}}' 2023-04-24 00:29:33,288 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9 0.042s 2023-04-24 00:29:33,289 80148 DEB UG [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, 24 Apr 2023 00:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b255cca-dc8d-4464-977c-d9c459d4e75e', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b255cca-dc8d-4464-977c-d9c459d4e75e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9'} Body: b'{"group": {"id": "2b720697-5368-4662-b27b-474d27f7cda9", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:29:33.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1215621736", "description": null, "group_type": "0be7f996-a9b4-4628-bc0f-66c9b8f51e49", "volume_types": ["4775b08b-1319-4a63-8dd6-626f11473572"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:29:34,327 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9 0.032s 2023-04-24 00:29:34,327 80148 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, 24 Apr 2023 00:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fda9c015-71bf-4a76-9498-e9262f3118aa', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fda9c015-71bf-4a76-9498-e9262f3118aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9'} Body: b'{"group": {"id": "2b720697-5368-4662-b27b-474d27f7cda9", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:29:33.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1215621736", "description": null, "group_type": "0be7f996-a9b4-4628-bc0f-66c9b8f51e49", "volume_types": ["4775b08b-1319-4a63-8dd6-626f11473572"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:29:34,398 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/volumes/detail 0.066s 2023-04-24 00:29:34,399 80148 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, 24 Apr 2023 00:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12253189-87f9-413a-bec4-7f2af04a1d84', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12253189-87f9-413a-bec4-7f2af04a1d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:29:34,473 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9/action 0.065s 2023-04-24 00:29:34,474 80148 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, 24 Apr 2023 00:29:34 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-245d5bb1-c8af-4afa-b9bf-b42260cc04da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9/action'} Body: b'' 2023-04-24 00:29:34,489 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9 0.014s 2023-04-24 00:29:34,489 80148 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, 24 Apr 2023 00:29:34 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-76b6acb1-b19f-4022-af18-6a3ceec97b74', 'x-openstack-request-id': 'req-76b6acb1-b19f-4022-af18-6a3ceec97b74', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2b720697-5368-4662-b27b-474d27f7cda9 could not be found."}}' 2023-04-24 00:29:34,520 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/group_types/0be7f996-a9b4-4628-bc0f-66c9b8f51e49 0.030s 2023-04-24 00:29:34,520 80148 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, 24 Apr 2023 00:29:34 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-0440d668-61b3-4955-822d-e343ec93326d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/group_types/0be7f996-a9b4-4628-bc0f-66c9b8f51e49'} Body: b'' 2023-04-24 00:29:34,569 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/types/4775b08b-1319-4a63-8dd6-626f11473572 0.049s 2023-04-24 00:29:34,570 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d2de9fd-5362-42b1-a13d-413e1da72cb8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/types/4775b08b-1319-4a63-8dd6-626f11473572'} Body: b'' 2023-04-24 00:29:34,584 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/types/4775b08b-1319-4a63-8dd6-626f11473572 0.014s 2023-04-24 00:29:34,585 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae0be1c7-3e51-41e6-8505-f9597349cca4', 'x-openstack-request-id': 'req-ae0be1c7-3e51-41e6-8505-f9597349cca4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/types/4775b08b-1319-4a63-8dd6-626f11473572'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 4775b08b-1319-4a63-8dd6-626f11473572 could not be found."}}' {5} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.036857s] ... 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 cb53b88d-eef0-4553-93e1-30bba8c68c65 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:29:37,803 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types 0.172s 2023-04-24 00:29:37,804 80148 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-569545435", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad03f0a6-b892-40fb-a659-d93cb2bc2025', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad03f0a6-b892-40fb-a659-d93cb2bc2025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types'} Body: b'{"volume_type": {"id": "4a0a9cf7-0525-4714-b237-fa980785d8b4", "name": "tempest-VolumeTypesAccessTest-volume-type-569545435", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-24 00:29:37,930 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes 0.123s 2023-04-24 00:29:37,931 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "4a0a9cf7-0525-4714-b237-fa980785d8b4", "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6befd67-e1e7-4d67-bc42-10730251daa0', 'x-openstack-request-id': 'req-a6befd67-e1e7-4d67-bc42-10730251daa0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 4a0a9cf7-0525-4714-b237-fa980785d8b4 could not be found."}}' 2023-04-24 00:29:37,931 80148 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-24 00:29:37,966 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4/action 0.034s 2023-04-24 00:29:37,967 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "743adad728dc4d8c8acac8daf9558063"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4056d445-7b85-410c-8677-30d73cf3bfdb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4/action'} Body: b'' 2023-04-24 00:29:38,171 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes 0.203s 2023-04-24 00:29:38,172 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "4a0a9cf7-0525-4714-b237-fa980785d8 b4", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-628160616"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55ba6f10-c3a9-4406-bea6-2e2193fc4453', 'content-length': '858', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55ba6f10-c3a9-4406-bea6-2e2193fc4453', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes'} Body: b'{"volume": {"id": "cb53b88d-eef0-4553-93e1-30bba8c68c65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:29:38.109149", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-628160616", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-569545435", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}], "user_id": "922175c5b2d542b98a4b79d84574d7e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:29:38,223 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65 0.040s 2023-04-24 00:29:38,223 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2c8cb72-1ad6-482a-b93b-03be0228485e', 'content-length': '926', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2c8cb72-1ad6-482a-b93b-03be0228485e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65'} Body: b'{"volume": {"id": "cb53b88d-eef0-4553-93e1-30bba8c68c65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:29:38.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-628160616", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-569545435", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}], "user_id": "922175c5b2d542b98a4b79d84574d7e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "743adad728dc4d8c8acac8daf9558063"}}' 2023-04-24 00:29:39,276 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65 0.041s 2023-04-24 00:29:39,276 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1492fb14-cc45-47ad-9304-dea45296e5be', 'content-length': '947', 'op enstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1492fb14-cc45-47ad-9304-dea45296e5be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65'} Body: b'{"volume": {"id": "cb53b88d-eef0-4553-93e1-30bba8c68c65", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:29:38.000000", "updated_at": "2023-04-24T00:29:38.000000", "name": "tempest-VolumeTypesAccessTest-Volume-628160616", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-569545435", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}], "user_id": "922175c5b2d542b98a4b79d84574d7e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "743adad728dc4d8c8acac8daf9558063"}}' 2023-04-24 00:29:39,326 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65 0.037s 2023-04-24 00:29:39,327 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-813fd050-561e-481d-b2ab-bc257a768afb', 'content-length': '947', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-813fd050-561e-481d-b2ab-bc257a768afb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65'} Body: b'{"volume": {"id": "cb53b88d-eef0-4553-93e1-30bba8c68c65", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:29:38.000000", "updated_at": "2023-04-24T00:29:38.000000", "name": "tempest-VolumeTypesAccessTest-Volume-628160616", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-569545435", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}], "user_id": "922175c5b2d542b98a4b79d84574d7e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "743adad728dc4d8c8acac8daf9558063"}}' 2023-04-24 00:29:39,515 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65 0.176s 2023-04-24 00:29:39,515 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-520cfd8e-b828-470c-8722-1b824eb5f1cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac 8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65'} Body: b'' 2023-04-24 00:29:39,537 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65 0.022s 2023-04-24 00:29:39,538 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde65498-2cf1-497c-9637-fbbec28b97aa', 'x-openstack-request-id': 'req-bde65498-2cf1-497c-9637-fbbec28b97aa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cb53b88d-eef0-4553-93e1-30bba8c68c65 could not be found."}}' 2023-04-24 00:29:39,564 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4/action 0.026s 2023-04-24 00:29:39,565 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "743adad728dc4d8c8acac8daf9558063"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a25105ce-183a-40e9-bea1-ed2c9297315e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4/action'} Body: b'' 2023-04-24 00:29:39,650 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4 0.085s 2023-04-24 00:29:39,651 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58fdf075-0ea9-4776-ad43-6af12d02ee8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4'} Body: b'' 2023-04-24 00:29:39,666 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4 0.015s 2023-04-24 00:29:39,666 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 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-7ebba568-38cc-4e1b-9449-ee3b5b8afbc0', 'x-openstack-request-id': 'req-7ebba568-38cc-4e1b-9449-ee3b5b8afbc0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be /types/4a0a9cf7-0525-4714-b237-fa980785d8b4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 4a0a9cf7-0525-4714-b237-fa980785d8b4 could not be found."}}' {5} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.318982s] ... ok {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 90045902-5954-4595-b563-72901a93b399 failed to build and is in ERROR status {5} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {5} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [166.715767s] ... 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 7529a023-cd05-4d80-9780-047d4524f7e2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:29:57,963 80148 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-24 00:29:58,776 80148 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.812s 2023-04-24 00:29:58,777 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--778763031", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9ecdd39b-39aa-4c6d-a449-0f574c554082', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-1ec160b4-85d4-4a42-8e1e-52cb7a6748cc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--778763031", "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": "c607157092ca4b0ea2d01c6fe7fb18c2", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9ecdd39b-39aa-4c6d-a449-0f574c554082", "created_at": "2023-04-24T00:29:59Z", "updated_at": "2023-04-24T00:29:59Z", "tags": [], "self": "/v2/images/9ecdd39b-39aa-4c6d-a449-0f574c554082", "file": "/v2/images/9ecdd39b-39aa-4c6d-a449-0f574c554082/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:30:00,237 80148 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/9ecdd39b-39aa-4c6d-a449-0f574c554082/file 1.459s 2023-04-24 00:30:00,237 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e7e65eb9-5c76-4c8c-9204-fc537e34720f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9ecdd39b-39aa-4c6d-a449-0f574c554082/file'} Body: b'' 2023-04-24 00:30:00,238 80148 DEBUG [tempest.scenario.manager] image:9ecdd39b-39aa-4c6d-a449-0f574c554082 2023-04-24 00:30:00,319 80148 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.074s 2023-04-24 00:30:00,319 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1846912878", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFLDJJcBY83bYII2cz2UBFOs5JtscigjyJMQ6jSr5Zo8Gh64wLUW7PYGf39MocYkX0cAAMut0zrK8qkD0z8MC1LDRzLMpevf5gaOOpR4zhAODKbduqMVR4FvaWE7tF8Jag=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:30:00 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-0bc209c0-8964-4d8d-9d83-c98d277d7017', 'x-compute-request-id': 'req-0bc209c0-8964-4d8d-9d83-c98d277d7017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1846912878", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFLDJJcBY83bYII2cz2UBFOs5JtscigjyJMQ6jSr5Zo8Gh64wLUW7PYGf39MocYkX0cAAMut0zrK8qkD0z8MC1LDRzLMpevf5gaOOpR4zhAODKbduqMVR4FvaWE7tF8Jag==", "fingerprint": "14:07:63:fe:ae:45:8e:5d:6c:1d:f4:28:58:f2:ad:75", "user_id": "e2ca48cbf8204d958685eaa42f6b6952"}}' 2023-04-24 00:30:00,369 80148 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.041s 2023-04-24 00:30:00,369 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:30: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-23cd4a28-c552-4d1a-a211-783db3694283', '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": "e2ca48cbf8204d958685eaa42f6b6952", "name": "tempest-TestMinimumBasicScenario-776289633-project-member", "password_expires_at": null}, "audit_ids": ["el2iYJymT9ySEENF1XdAkw"], "expires_at": "2023-04-24T01:30:00.000000Z", "issued_at": "2023-04-24T00:30:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c607157092ca4b0ea2d01c6fe7fb18c2", "name": "tempest-TestMinimumBasicScenario-776289633"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c607157092ca4b0ea2d01c6fe7fb18c2", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:30:00,370 80148 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'bbd390a3-499e-4b86-9c48-401b14864b06', 'name': 'tempest-TestMinimumBasicScenario-337104155-network', 'tenant_id': 'c607157092ca4b0ea2d01c6fe7fb18c2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c607157092ca4b0ea2d01c6fe7fb18c2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64141, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:29:46Z', 'updated_at': '2023-04-24T00:29:46Z', 'revision_number': 1} available for tenant 2023-04-24 00:30:01,110 80148 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.739s 2023-04-24 00:30:01,111 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1216480377", "imageRef": "9ecdd39b-39aa-4c6d-a449-0f574c554082", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1846912878", "networks": [{"uuid": "bbd390a3-499e-4b86-9c48-401b14864b06"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ee209ee-5f76-49db-b046-e317978963b2', 'x-compute-request-id': 'req-3ee209ee-5f76-49db-b046-e317978963b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "V8Dj2vmdir2G"}}' 2023-04-24 00:30:01,191 80148 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/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.077s 2023-04-24 00:30:01,192 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:30:01 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-4d0308d9-900a-41fb-8f8f-c780d8b59de2', 'x-compute-request-id': 'req-4d0308d9-900a-41fb-8f8f-c780d8b59de2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'{"server": {"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "name": "tempest-TestMinimumBasicScenario-server-1216480377", "status": "BUILD", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "", "image": {"id": "9ecdd39b-39aa-4c6d-a449-0f574c554082", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/ compute/images/9ecdd39b-39aa-4c6d-a449-0f574c554082"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:30:01Z", "updated": "2023-04-24T00:30:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846912878", "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-24 00:30:51,513 80148 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/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.260s 2023-04-24 00:30:51,514 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:30:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85befeff-fe53-424f-a4e9-d77fa727596d', 'x-compute-request-id': 'req-85befeff-fe53-424f-a4e9-d77fa727596d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'{"server": {"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "name": "tempest-TestMinimumBasicScenario-server-1216480377", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "9ecdd39b-39aa-4c6d-a449-0f574c554082", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9ecdd39b-39aa-4c6d-a449-0f574c554082"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:30:01Z", "updated": "2023-04-24T00:30:08Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ad:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846912878", "OS-SRV-USG:launched_at": "2023-04-24T00:30:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:30:51,525 80148 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:31:51,968 80148 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/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.382s 2023-04-24 00:31:51,969 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None R esponse - Headers: {'date': 'Mon, 24 Apr 2023 00:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93aa3b10-1702-4dd8-b604-eb3537a1ec19', 'x-compute-request-id': 'req-93aa3b10-1702-4dd8-b604-eb3537a1ec19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'{"server": {"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "name": "tempest-TestMinimumBasicScenario-server-1216480377", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "9ecdd39b-39aa-4c6d-a449-0f574c554082", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9ecdd39b-39aa-4c6d-a449-0f574c554082"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:30:01Z", "updated": "2023-04-24T00:30:08Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ad:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846912878", "OS-SRV-USG:launched_at": "2023-04-24T00:30:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:31:52,196 80148 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.215s 2023-04-24 00:31:52,196 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:51 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-2ad38288-508e-40af-9e2a-e1795bec9e55', 'x-compute-request-id': 'req-2ad38288-508e-40af-9e2a-e1795bec9e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "name": "tempest-TestMinimumBasicScenario-server-1216480377", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}]}]}' 2023-04-24 00:31:52,406 80148 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/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.206s 2023-04-24 00:31:52,406 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/jso n', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca84a52f-e170-4f25-8013-1212c66f3e6d', 'x-compute-request-id': 'req-ca84a52f-e170-4f25-8013-1212c66f3e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'{"server": {"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "name": "tempest-TestMinimumBasicScenario-server-1216480377", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "9ecdd39b-39aa-4c6d-a449-0f574c554082", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9ecdd39b-39aa-4c6d-a449-0f574c554082"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:30:01Z", "updated": "2023-04-24T00:30:08Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ad:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846912878", "OS-SRV-USG:launched_at": "2023-04-24T00:30:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:31:52,698 80148 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/c607157092ca4b0ea2d01c6fe7fb18c2/volumes 0.278s 2023-04-24 00:31:52,698 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-113905847", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-207c3eed-2137-47a8-b36d-e51a7e3a6438', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-207c3eed-2137-47a8-b36d-e51a7e3a6438', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes'} Body: b'{"volume": {"id": "7529a023-cd05-4d80-9780-047d4524f7e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:31:52.622823", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-113905847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2"}], "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:31:52,757 80148 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/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2 0.043s 2023-04-24 00:31:52,757 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44799254-cf89-4279-9143-de7929250fa2', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44799254-cf89-4279-9143-de7929250fa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2'} Body: b'{"volume": {"id": "7529a023-cd05-4d80-9780-047d4524f7e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:31:53.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-113905847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2"}], "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2"}}' 2023-04-24 00:31:53,812 80148 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/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2 0.041s 2023-04-24 00:31:53,813 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-425dcce4-ab49-4220-b53f-bcdee0aa141f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-425dcce4-ab49-4220-b53f-bcdee0aa141f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2'} Body: b'{"volume": {"id": "7529a023-cd05-4d80-9780-047d4524f7e2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:31:53.000000", "updated_at": "2023-04-24T00:31:53.000000", "name": "tempest-TestMinimumBasicScenario-volume-113905847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2"}], "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2"}}' 2023-04-24 00:31:53,932 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2 0.106s 2023-04-24 00:31:53,932 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type ': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7429b933-d0c1-4240-b6ff-3b192ee91bcf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2'} Body: b'' 2023-04-24 00:31:53,952 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2 0.019s 2023-04-24 00:31:53,952 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31: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-e7e4b15e-aa12-4922-a166-5ae94d203b34', 'x-openstack-request-id': 'req-e7e4b15e-aa12-4922-a166-5ae94d203b34', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7529a023-cd05-4d80-9780-047d4524f7e2 could not be found."}}' 2023-04-24 00:31:54,074 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.122s 2023-04-24 00:31:54,075 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:53 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-9ee08598-c5dc-4728-b10b-bb5f52187677', 'x-compute-request-id': 'req-9ee08598-c5dc-4728-b10b-bb5f52187677', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'' 2023-04-24 00:31:54,417 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.342s 2023-04-24 00:31:54,418 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e1c3617-d7f7-4df1-b7c5-0f98d35f6ddc', 'x-compute-request-id': 'req-7e1c3617-d7f7-4df1-b7c5-0f98d35f6ddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'{"server": {"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "name": "tempest-TestMinimumBasicScenario-server-1216480377", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "9ecdd39b-39aa-4c6d-a449-0f5 74c554082", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9ecdd39b-39aa-4c6d-a449-0f574c554082"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:30:01Z", "updated": "2023-04-24T00:31:54Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ad:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846912878", "OS-SRV-USG:launched_at": "2023-04-24T00:30:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:32:44,529 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.053s 2023-04-24 00:32:44,530 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:44 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-c74bdd1c-49d5-4d8d-8007-d63bae3a2c39', 'x-compute-request-id': 'req-c74bdd1c-49d5-4d8d-8007-d63bae3a2c39', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3441ea8c-1b7f-4db7-b26a-37c56edc2453 could not be found."}}' 2023-04-24 00:32:44,578 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1846912878 0.048s 2023-04-24 00:32:44,579 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64976099-b92d-461a-af41-6bb87eab9466', 'x-compute-request-id': 'req-64976099-b92d-461a-af41-6bb87eab9466', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1846912878'} Body: b'' 2023-04-24 00:32:44,676 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/9ecdd39b-39aa-4c6d-a449-0f574c554082 0.096s 2023-04-24 00:32:44,676 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-57fe6824-a811-4780-aedb-bb652455dffa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9ecd d39b-39aa-4c6d-a449-0f574c554082'} Body: b'' {5} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.391599s] ... 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 a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:32:44,681 80148 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-24 00:32:45,386 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.705s 2023-04-24 00:32:45,387 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1184996871", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-2663b8be-20d4-4daf-ba8e-85ccee9cd0ea', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1184996871", "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": "c607157092ca4b0ea2d01c6fe7fb18c2", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "created_at": "2023-04-24T00:32:45Z", "updated_at": "2023-04-24T00:32:45Z", "tags": [], "self": "/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "file": "/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:32:46,767 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7/file 1.380s 2023-04-24 00:32:46,768 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b28451d2-2c44-4eab-bda8-3ffb0780815c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7/file'} Body: b'' 2023-04-24 00:32:46,768 80148 DEBUG [tempest.scenario.manager] image:fa4c3529-43a6-4316-88b2-b3bbed76c1f7 2023-04-24 00:32:46,830 80148 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.059s 2023-04-24 00:32:46,831 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-571855735", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA/yBQ3OeQ6p3JWTMHIDZTKaDI1rEfdHuupYSVs84i1LbT47YEJ6RDAi4BJ9tHinujF4UyeJuVsDtyFCcsUXegAo8xzzOvG1iF59HUjKwHaDr5EsL0PxFO1OUkiouNZxPA=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:46 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-56e18fc9-7a21-4c28-89f1-89decb1f34a3', 'x-compute-request-id': 'req-56e18fc9-7a21-4c28-89f1-89decb1f34a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-5718 55735", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA/yBQ3OeQ6p3JWTMHIDZTKaDI1rEfdHuupYSVs84i1LbT47YEJ6RDAi4BJ9tHinujF4UyeJuVsDtyFCcsUXegAo8xzzOvG1iF59HUjKwHaDr5EsL0PxFO1OUkiouNZxPA==", "fingerprint": "78:b6:6b:10:04:e9:2a:46:c9:2b:4a:62:d8:06:e4:a6", "user_id": "e2ca48cbf8204d958685eaa42f6b6952"}}' 2023-04-24 00:32:46,885 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.046s 2023-04-24 00:32:46,885 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:46 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-0935edb9-36a7-4e9e-8429-a05d5811c19a', '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": "e2ca48cbf8204d958685eaa42f6b6952", "name": "tempest-TestMinimumBasicScenario-776289633-project-member", "password_expires_at": null}, "audit_ids": ["oIMG0n9yRkSoylanehOqOg"], "expires_at": "2023-04-24T01:32:46.000000Z", "issued_at": "2023-04-24T00:32:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c607157092ca4b0ea2d01c6fe7fb18c2", "name": "tempest-TestMinimumBasicScenario-776289633"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c607157092ca4b0ea2d01c6fe7fb18c2", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:32:46,886 80148 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'bbd390a3-499e-4b86-9c48-401b14864b06', 'name': 'tempest-TestMinimumBasicScenario-337104155-network', 'tenant_id': 'c607157092ca4b0ea2d01c6fe7fb18c2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c607157092ca4b0ea2d01c6fe7fb18c2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64141, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:29:46Z', 'updated_at': '2023-04-24T00:29:46Z', 'revision_number': 1} available for tenant 2023-04-24 00:32:47,632 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.744s 2023-04-24 00:32:47,632 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1411545761", "imageRef": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-571855735", "networks": [{"uuid": "bbd390a3-499e-4b86-9c48-401b14864b06"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9be327b3-3aae-443a-ac0a-82906860f34c', 'x-compute-request-id': 'req-9be327b3-3aae-443a-ac0a-82906860f34c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "nQHSt6UPBbnJ"}}' 2023-04-24 00:32:47,707 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.071s 2023-04-24 00:32:47,707 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2e19385-860e-4616-aea9-389a0c9f49d3', 'x-compute-request-id': 'req-c2e19385-860e-4616-aea9-389a0c9f49d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370'} Body: b'{"server": {"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "name": "tempest-TestMinimumBasicScenario-server-1411545761", "status": "BUILD", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "", "image": {"id": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:32:48Z", "updated": "2023-04-24T00:32:47Z", "addresses": {}, "acce ssIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-571855735", "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-24 00:33:38,061 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.330s 2023-04-24 00:33:38,061 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:33:37 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-8fae704c-7918-408b-b216-288c8fa61d16', 'x-compute-request-id': 'req-8fae704c-7918-408b-b216-288c8fa61d16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370'} Body: b'{"server": {"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "name": "tempest-TestMinimumBasicScenario-server-1411545761", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:32:47Z", "updated": "2023-04-24T00:32:54Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:dd:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-571855735", "OS-SRV-USG:launched_at": "2023-04-24T00:32: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-24 00:33:38,072 80148 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:34:38,385 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.252s 2023-04-24 00:34:38,386 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:38 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-cbb2db9d-b6ee-4aab-83dc-f3492e90ef2d', 'x-compute-request-id': 'req-cbb2db9d-b6ee-4aab-83dc-f3492e90ef2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370'} Body: b'{"server": {"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "name": "tempest-TestMinimumBasicScenario-server-1411545761", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:32:47Z", "updated": "2023-04-24T00:32:54Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:dd:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-571855735", "OS-SRV-USG:launched_at": "2023-04-24T00:32: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-24 00:34:38,657 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.260s 2023-04-24 00:34:38,657 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:38 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-055811bb-1ead-4dab-86d6-66e6a32b09db', 'x-compute-request-id': 'req-055811bb-1ead-4dab-86d6-66e6a32b09db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "name": "tempest-TestMinimumBasicScenario-server-1411545761", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}]}]}' 2023-04-24 00:34:38,905 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.244s 2023-04-24 00:34:38,906 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:38 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-f13c198b-28cd-4f84-a666-6374b750f51d', 'x-compute-request-id': 'req-f13c198b-28cd-4f84-a666-6374b750f51d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d6 1-ba28-93465a74b370'} Body: b'{"server": {"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "name": "tempest-TestMinimumBasicScenario-server-1411545761", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:32:47Z", "updated": "2023-04-24T00:32:54Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:dd:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-571855735", "OS-SRV-USG:launched_at": "2023-04-24T00:32: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-24 00:34:39,153 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes 0.234s 2023-04-24 00:34:39,153 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-2033731716", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e2ca798-9265-48a0-80e5-8912696663cf', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e2ca798-9265-48a0-80e5-8912696663cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes'} Body: b'{"volume": {"id": "a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:34:39.070808", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2033731716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c"}], "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:34:39,205 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c 0.042s 2023-04-24 00:34:39,205 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-com pute-request-id': 'req-1d42fe79-4ed3-4d5c-9760-4338fdba6c43', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d42fe79-4ed3-4d5c-9760-4338fdba6c43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c'} Body: b'{"volume": {"id": "a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:34:39.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2033731716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c"}], "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2"}}' 2023-04-24 00:34:40,284 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c 0.068s 2023-04-24 00:34:40,284 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf795832-0b87-4c7b-9a0e-f98316e27193', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf795832-0b87-4c7b-9a0e-f98316e27193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c'} Body: b'{"volume": {"id": "a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:34:39.000000", "updated_at": "2023-04-24T00:34:39.000000", "name": "tempest-TestMinimumBasicScenario-volume-2033731716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c"}], "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2"}}' 2023-04-24 00:34:40,395 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c 0.099s 2023-04-24 00:34:40,395 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34: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-63608f14-2c6a-43ef-b456-5573fbf8499d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c607 157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c'} Body: b'' 2023-04-24 00:34:40,415 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c 0.020s 2023-04-24 00:34:40,416 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34: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-5730b61b-a406-4c7f-b973-c674b3c77d8f', 'x-openstack-request-id': 'req-5730b61b-a406-4c7f-b973-c674b3c77d8f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c could not be found."}}' 2023-04-24 00:34:40,531 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.115s 2023-04-24 00:34:40,531 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:40 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-91e2e752-1f1b-4eaa-840b-935c0ab25652', 'x-compute-request-id': 'req-91e2e752-1f1b-4eaa-840b-935c0ab25652', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370'} Body: b'' 2023-04-24 00:34:40,724 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.192s 2023-04-24 00:34:40,725 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:40 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-2953da51-b7cc-4a5b-8e23-ad8eb209fd0f', 'x-compute-request-id': 'req-2953da51-b7cc-4a5b-8e23-ad8eb209fd0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370'} Body: b'{"server": {"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "name": "tempest-TestMinimumBasicScenario-server-1411545761", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:32:47Z", "updated": "2023-04-24T00:34:40Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:dd:a7"}]}, "accessIPv4": "", "ac cessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-571855735", "OS-SRV-USG:launched_at": "2023-04-24T00:32:54.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-24 00:35:30,908 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.124s 2023-04-24 00:35:30,908 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:35:30 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-70e33a90-88c0-4835-b6eb-b979fd1498fe', 'x-compute-request-id': 'req-70e33a90-88c0-4835-b6eb-b979fd1498fe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b330e0bf-027f-4d61-ba28-93465a74b370 could not be found."}}' 2023-04-24 00:35:30,954 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-571855735 0.045s 2023-04-24 00:35:30,955 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:35:30 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-c010e552-a9ff-4461-8718-327b09447f84', 'x-compute-request-id': 'req-c010e552-a9ff-4461-8718-327b09447f84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-571855735'} Body: b'' 2023-04-24 00:35:31,070 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7 0.115s 2023-04-24 00:35:31,071 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:35:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0e119ace-8e2c-4bd2-9eba-8746df40b552', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7'} Body: b'' {5} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled ============================== Failed 96 tests - output below: ============================== 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 c611e755-3f40-4c8a-8463-f33ecb30ae93 failed to build and is in ERROR status 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 7dbdd63c-968f-4529-8865-4fcfecdf15be 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 c15989ad-0075-4c5b-a38e-59bd4d347fb5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:31,748 80144 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes 0.664s 2023-04-24 00:11:31,748 80144 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-1706136568"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d05d8b1-d036-4b5b-9f28-2de541466d57', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d05d8b1-d036-4b5b-9f28-2de541466d57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes'} Body: b'{"volume": {"id": "c15989ad-0075-4c5b-a38e-59bd4d347fb5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:31.623588", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1706136568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5"}], "user_id": "13e447c4b00e4c0084bb696605590b19", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:11:32,091 80144 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5 0.328s 2023-04-24 00:11:32,091 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e063ed2-6bcc-4b74-8b10-83b4c4f6bffd', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e063ed2-6bcc-4b74-8b10-83b4c4f6bffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5'} Body: b'{"volume": {"id": "c15989ad-0075-4c5b-a38e-59bd4d347fb5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:32.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1706136568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5"}], "user_id": "13e447c4b00e4c0084bb696605590b19", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a38463e84166407e883adfa89bc09c5a"}}' 2023-04-24 00:11:33,157 80144 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5 0.054s 2023-04-24 00:11:33,158 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92f000ca-a0a3-4ee8-913c-83e9c56af75b', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92f000ca-a0a3-4ee8-913c-83e9c56af75b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5'} Body: b'{"volume": {"id": "c15989ad-0075-4c5b-a38e-59bd4d347fb5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:32.000000", "updated_at": "2023-04-24T00:11:32.000000", "name": "tempest-TestVolumeSwap-volume-1706136568", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a38463e84166407e883adfa89bc09c5a/volumes/c15989ad-0075-4c5b-a38e-59bd4d347fb5"}], "user_id": "13e447c4b00e4c0084bb696605590b19", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a38463e84166407e883adfa89bc09c5a"}}' 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 dd1487bb-dd4b-4883-9cd9-26db5e2b7b23 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:46,561 80150 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes 0.922s 2023-04-24 00:11:46,562 80150 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-1500809631", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f22fc890-4608-4d9e-b358-0f03af64ef88', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f22fc890-4608-4d9e-b358-0f03af64ef88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes'} Body: b'{"volume": {"id": "dd1487bb-dd4b-4883-9cd9-26db5e2b7b23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:46.477541", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1500809631", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23"}], "user_id": "762220ca9fe044a5abc2dde53e3ccb27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:11:46,714 80150 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23 0.125s 2023-04-24 00:11:46,714 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ab7e29d-99ea-438b-bc78-dc93c2bb80cc', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ab7e29d-99ea-438b-bc78-dc93c2bb80cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23'} Body: b'{"volume": {"id": "dd1487bb-dd4b-4883-9cd9-26db5e2b7b23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:46.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1500809631", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23"}], "user_id": "762220ca9fe044a5abc2dde53e3ccb27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e8a3a5efbf834bdc98fc1273b9bec97b"}}' 2023-04-24 00:11:47,792 80150 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23 0.062s 2023-04-24 00:11:47,793 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9652cbb9-2552-414c-8ecf-c99d16d737f4', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9652cbb9-2552-414c-8ecf-c99d16d737f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23'} Body: b'{"volume": {"id": "dd1487bb-dd4b-4883-9cd9-26db5e2b7b23", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:46.000000", "updated_at": "2023-04-24T00:11:47.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1500809631", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e8a3a5efbf834bdc98fc1273b9bec97b/volumes/dd1487bb-dd4b-4883-9cd9-26db5e2b7b23"}], "user_id": "762220ca9fe044a5abc2dde53e3ccb27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e8a3a5efbf834bdc98fc1273b9bec97b"}}' 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 970103d8-e546-475d-b80b-b61ed7aa87d3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:44,734 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.693s 2023-04-24 00:11:44,734 80146 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-683253643"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-a0cc0759-d4a0-4c72-8c96-c2cfd812cfed', 'date': 'Mon, 24 Apr 2023 00:11:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"f5e75736-f19f-4477-83f2-ccae9a39390f","name":"tempest-tagged-attachments-test-net-683253643","tenant_id":"cb50ec67450c4d3f950d2c808f8815c8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"cb50ec67450c4d3f950d2c808f8815c8","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-24T00:11:42Z","updated_at":"2023-04-24T00:11:43Z","revision_number":1}}' 2023-04-24 00:11:46,887 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 2.152s 2023-04-24 00:11:46,887 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "f5e75736-f19f-4477-83f2-ccae9a39390f", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-315fde87-578e-4e80-8e75-833466e36145', 'date': 'Mon, 24 Apr 2023 00:11:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"0c5f5ddd-fc11-48f0-8bb6-4041e3ef8a5d","name":"","tenant_id":"cb50ec67450c4d3f950d2c808f8815c8","network_id":"f5e75736-f19f-4477-83f2-ccae9a39390f","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-24T00:11:45Z","updated_at":"2023-04-24T00:11:45Z","revision_number":0,"project_id":"cb50ec67450c4d3f950d2c808f8815c8"}}' 2023-04-24 00:11:47,492 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes 0.603s 2023-04-24 00:11:47,492 80146 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-1442231292"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f8fd0a8-86c8-48b4-ad1e-af2bff31c89e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f8fd0a8-86c8-48b4-ad1e-af2bff31c89e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes'} Body: b'{"volume": {"id": "970103d8-e546-475d-b80b-b61ed7aa87d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:47.373512", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1442231292", "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/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3"}], "user_id": "2ed63716363f46d2b26d8ab0fac573bb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:11:47,573 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3 0.057s 2023-04-24 00:11:47,573 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af8a9dfd-441e-4c9c-b835-0ca1fa99a48b', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af8a9dfd-441e-4c9c-b835-0ca1fa99a48b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3'} Body: b'{"volume": {"id": "970103d8-e546-475d-b80b-b61ed7aa87d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:47.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1442231292", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3"}], "user_id": "2ed63716363f46d2b26d8ab0fac573bb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb50ec67450c4d3f950d2c808f8815c8"}}' 2023-04-24 00:11:48,638 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3 0.046s 2023-04-24 00:11:48,639 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3b3d569-c427-41b5-8e04-a6036752e6c9', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3b3d569-c427-41b5-8e04-a6036752e6c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3'} Body: b'{"volume": {"id": "970103d8-e546-475d-b80b-b61ed7aa87d3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:11:47.000000", "updated_at": "2023-04-24T00:11:48.000000", "name": "tempest-TaggedAttachmentsTest-volume-1442231292", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-475d-b80b-b61ed7aa87d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb50ec67450c4d3f950d2c808f8815c8/volumes/970103d8-e546-47 5d-b80b-b61ed7aa87d3"}], "user_id": "2ed63716363f46d2b26d8ab0fac573bb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb50ec67450c4d3f950d2c808f8815c8"}}' 2023-04-24 00:11:49,002 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/0c5f5ddd-fc11-48f0-8bb6-4041e3ef8a5d 0.350s 2023-04-24 00:11:49,003 80146 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-f9fd5fbd-dd58-43aa-bcad-262a4030c67b', 'date': 'Mon, 24 Apr 2023 00:11:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/0c5f5ddd-fc11-48f0-8bb6-4041e3ef8a5d'} Body: b'' 2023-04-24 00:11:50,632 80146 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/f5e75736-f19f-4477-83f2-ccae9a39390f 1.629s 2023-04-24 00:11:50,632 80146 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-4c543d5f-21c0-4afb-96a2-cd5cf72f9cd0', 'date': 'Mon, 24 Apr 2023 00:11:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/f5e75736-f19f-4477-83f2-ccae9a39390f'} Body: b'' tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 221, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 958e7b65-e793-4576-a782-834e535634c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:54,076 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/types 0.211s 2023-04-24 00:11:54,076 80144 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-276500718"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-922067d6-a0eb-4190-b485-189ae533d55a', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-922067d6-a0eb-4190-b485-189ae533d55a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/types'} Body: b'{"volume_type": {"id": "1e5c5c0c-e615-4434-b132-d3437009500c", "name": "tempest-GroupsV320Test-volume-type-276500718", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:11:54,142 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/group_types 0.062s 2023-04-24 00:11:54,142 80144 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-988985051"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ba090aa-cac5-45a0-87b7-0bed4b503edc', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ba090aa-cac5-45a0-87b7-0bed4b503edc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/group_types'} Body: b'{"group_type": {"id": "92069c48-6478-48a4-b803-63295a57df18", "name": "tempest-GroupsV320Test-group-type-988985051", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:11:54,511 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups 0.366s 2023-04-24 00:11:54,511 80144 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": "92069c48-6478-48a4-b803-63295a57df18", "volume_types": ["1e5c5c0c-e615-4434-b132-d3437009500c"], "name": "tempest-GroupsV320Test-Group-2137562275"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1833018b-4437-4568-8f42-0c46ef5a87f3', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1833018b-4437-4568-8f42-0c46ef5a87f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups'} Body: b'{"group": {"id": "958e7b65-e793-4576-a782-834e535634c3", "name": "tempest-GroupsV320Test-Group-2137562275"}}' 2023-04-24 00:11:54,572 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3 0.058s 2023-04-24 00:11:54,572 80144 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, 24 Apr 2023 00:11:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1783f6c-d341-43ad-9b19-77d82699c1ff', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1783f6c-d341-43ad-9b19-77d82699c1ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3'} Body: b'{"group": {"id": "958e7b65-e793-4576-a782-834e535634c3", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-24T00:11:54.000000", "name": "tempest-GroupsV320Test-Group-2137562275", "description": null, "group_type": "92069c48-6478-48a4-b803-63295a57df18", "volume_types": ["1e5c5c0c-e615-4434-b132-d3437009500c"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:11:55,621 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3 0.044s 2023-04-24 00:11:55,622 80144 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, 24 Apr 2023 00:11:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37fffc71-9010-4556-95db-35151295d189', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37fffc71-9010-4556-95db-35151295d189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3'} Body: b'{"group": {"id": "958e7b65-e793-4576-a782-834e535634c3", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:11:54.000000", "name": "tempest-GroupsV320Test-Group-2137562275", "description": null, "group_type": "92069c48-6478-48a4-b803-63295a57df18", "volume_types": ["1e5c5c0c-e615-4434-b132-d3437009500c"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:11:55,749 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/volumes/detail 0.120s 2023-04-24 00:11:55,750 80144 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, 24 Apr 2023 00:11:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6fb0faa-d982-4e4b-8f9a-7b2156f0f8d3', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6fb0faa-d982-4e4b-8f9a-7b2156f0f8d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:11:55,831 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3/action 0.071s 2023-04-24 00:11:55,832 80144 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, 24 Apr 2023 00:11:55 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-460b1854-3ff0-4ff3-b2ce-3b95ddb1f85d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3/action'} Body: b'' 2023-04-24 00:11:55,848 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3 0.016s 2023-04-24 00:11:55,849 80144 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, 24 Apr 2023 00:11:55 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-4716b1ea-309a-4cc3-a53a-9263084de32b', 'x-openstack-request-id': 'req-4716b1ea-309a-4cc3-a53a-9263084de32b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b429bbd0203042aa8368aea36dc0ad9f/groups/958e7b65-e793-4576-a782-834e535634c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 958e7b65-e793-4576-a782-834e535634c3 could not be found."}}' 2023-04-24 00:11:55,906 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/group_types/92069c48-6478-48a4-b803-63295a57df18 0.056s 2023-04-24 00:11:55,906 80144 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, 24 Apr 2023 00:11:55 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-c5e36cc6-3d32-4b1c-a71c-5afdbcf444b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/group_types/92069c48-6478-48a4-b803-63295a57df18'} Body: b'' 2023-04-24 00:11:55,968 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/types/1e5c5c0c-e615-4434-b132-d3437009500c 0.061s 2023-04-24 00:11:55,969 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68329218-dc18-4bc1-9dfa-38fd30bcf998', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/types/1e5c5c0c-e615-4434-b132-d3437009500c'} Body: b'' 2023-04-24 00:11:55,990 80144 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/types/1e5c5c0c-e615-4434-b132-d3437009500c 0.021s 2023-04-24 00:11:55,990 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:55 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-e5357806-02f0-46b2-bb7f-a43dc1897db2', 'x-openstack-request-id': 'req-e5357806-02f0-46b2-bb7f-a43dc1897db2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b4543f2efb0948bc8f3cea310e84a3cf/types/1e5c5c0c-e615-4434-b132-d3437009500c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 1e5c5c0c-e615-4434-b132-d3437009500c could not be found."}}' 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 308e337a-746d-4aa4-b732-4c46246a8916 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:12:02,903 80146 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.675s 2023-04-24 00:12:02,904 80146 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-1646099812"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/308e337a-746d-4aa4-b732-4c46246a8916', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54566a19-e2b5-4f56-8059-782a6df4f272', 'x-compute-request-id': 'req-54566a19-e2b5-4f56-8059-782a6df4f272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "308e337a-746d-4aa4-b732-4c46246a8916", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-24T00:12:02.765028", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1646099812", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-24 00:12:02,997 80146 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/308e337a-746d-4aa4-b732-4c46246a8916 0.088s 2023-04-24 00:12:02,997 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:02 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-c69a1253-35c8-46c5-9c51-1dc4f38bb6ff', 'x-compute-request-id': 'req-c69a1253-35c8-46c5-9c51-1dc4f38bb6ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/308e337a-746d-4aa4-b732-4c46246a8916'} Body: b'{"volume": {"id": "308e337a-746d-4aa4-b732-4c46246a8916", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-24T00:12:03.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1646099812", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-24 00:12:04,078 80146 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/308e337a-746d-4aa4-b732-4c46246a8916 0.075s 2023-04-24 00:12:04,079 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:04 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-1c20f861-a057-47b4-bf2b-9d6a9bf8f679', 'x-compute-request-id': 'req-1c20f861-a057-47b4-bf2b-9d6a9bf8f679', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/308e337a-746d-4aa4-b732-4c46246a8916'} Body: b'{"volume": {"id": "308e337a-746d-4aa4-b732-4c46246a8916", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-2 4T00:12:03.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1646099812", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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 9628ca57-1c91-47c0-8e8d-bceef56ffde2 failed to build and is in ERROR status 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 abdad165-6d02-42f2-8e7f-cafce07f53de failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:12:12,640 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.220s 2023-04-24 00:12:12,640 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b204462d-6fa1-43e2-aa59-9ecd9ab12eab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:12:13,152 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes 0.511s 2023-04-24 00:12:13,153 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-VolumesExtendTest-Volume-2008535996"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b05d53-e064-4eff-a358-e2cc14a210b7', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b05d53-e064-4eff-a358-e2cc14a210b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes'} Body: b'{"volume": {"id": "abdad165-6d02-42f2-8e7f-cafce07f53de", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:13.076221", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2008535996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:12:13,234 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de 0.071s 2023-04-24 00:12:13,235 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b13941fa-e5b7-444f-942e-fccdcdb25e96', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b13941fa-e5b7-444f-942e-fccdcdb25e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de'} Body: b'{"volume": {"id": "abdad165-6d02-42f2-8e7f-cafce07f53de", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:13.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2008535996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec8b72c8a7674de3893d62a27a915061"}}' 2023-04-24 00:12:14,308 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de 0.061s 2023-04-24 00:12:14,308 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4beb92dd-aa19-44aa-b64d-0567629d4096', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4beb92dd-aa19-44aa-b64d-0567629d4096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de'} Body: b'{"volume": {"id": "abdad165-6d02-42f2-8e7f-cafce07f53de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:13.000000", "updated_at": "2023-04-24T00:12:13.000000", "name": "tempest-VolumesExtendTest-Volume-2008535996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec8b72c8a7674de3893d62a27a915061"}}' 2023-04-24 00:12:14,384 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de 0.065s 2023-04-24 00:12:14,385 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c143d97-1fb6-44ac-84cc-58fd0cead1e0', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-0c143d97-1fb6-44ac-84cc-58fd0cead1e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de'} Body: b'{"volume": {"id": "abdad165-6d02-42f2-8e7f-cafce07f53de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:13.000000", "updated_at": "2023-04-24T00:12:13.000000", "name": "tempest-VolumesExtendTest-Volume-2008535996", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec8b72c8a7674de3893d62a27a915061"}}' 2023-04-24 00:12:14,515 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de 0.120s 2023-04-24 00:12:14,516 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-678ab460-ecad-47b0-80c9-18bdbd0725c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de'} Body: b'' 2023-04-24 00:12:14,540 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de 0.023s 2023-04-24 00:12:14,540 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12: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-3e0c03ac-f67b-4a2f-bb4d-1e3d68a4b0cd', 'x-openstack-request-id': 'req-3e0c03ac-f67b-4a2f-bb4d-1e3d68a4b0cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/abdad165-6d02-42f2-8e7f-cafce07f53de'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume abdad165-6d02-42f2-8e7f-cafce07f53de 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 8ef993d6-5740-47e6-a35f-cf5affdc5db3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:12:14,839 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes 0.294s 2023-04-24 00:12:14,839 80146 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-106171313"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f02160f1-26cf-42df-b39a-8472a32cd242', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f02160f1-26cf-42df-b39a-8472a32cd242', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes'} Body: b'{"volume": {"id": "8ef993d6-5740-47e6-a35f-cf5affdc5db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:14.744544", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-106171313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:12:14,904 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3 0.055s 2023-04-24 00:12:14,905 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7708b0dc-b48b-464b-9408-22cbc763b519', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7708b0dc-b48b-464b-9408-22cbc763b519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3'} Body: b'{"volume": {"id": "8ef993d6-5740-47e6-a35f-cf5affdc5db3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:15.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-106171313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec8b72c8a7674de3893d62a27a915061"}}' 2023-04-24 00:12:15,980 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3 0.064s 2023-04-24 00:12:15,981 80146 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4a62ff7-5d75-47f5-ade6-dfa0a071e521', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4a62ff7-5d75-47f5-ade6-dfa0a071e521', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3'} Body: b'{"volume": {"id": "8ef993d6-5740-47e6-a35f-cf5affdc5db3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:15.000000", "updated_at": "2023-04-24T00:12:15.000000", "name": "tempest-VolumesExtendTest-Volume-106171313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec8b72c8a7674de3893d62a27a915061"}}' 2023-04-24 00:12:16,069 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3 0.077s 2023-04-24 00:12:16,069 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b489fd4-07d9-4bbd-ab7c-c789cb225635', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b489fd4-07d9-4bbd-ab7c-c789cb225635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3'} Body: b'{"volume": {"id": "8ef993d6-5740-47e6-a35f-cf5affdc5db3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:15.000000", "updated_at": "2023-04-24T00:12:15.000000", "name": "tempest-VolumesExtendTest-Volume-106171313", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3"}], "user_id": "36485346630d485b9c4f18252238a9ce", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ec8b72c8a7674de3893d62a27a915061"}}' 2023-04-24 00:12:16,213 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3 0.133s 2023-04-24 00:12:16,213 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/ html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3c03ec1-f0da-4c67-b092-04dc298ae669', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3'} Body: b'' 2023-04-24 00:12:16,239 80146 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3 0.025s 2023-04-24 00:12:16,239 80146 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-21666de7-9fb1-4405-937b-db0ef0f5110a', 'x-openstack-request-id': 'req-21666de7-9fb1-4405-937b-db0ef0f5110a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ec8b72c8a7674de3893d62a27a915061/volumes/8ef993d6-5740-47e6-a35f-cf5affdc5db3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8ef993d6-5740-47e6-a35f-cf5affdc5db3 could not be found."}}' cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 101, in test_create_from_image_with_volume_type_image_property volume = self.create_volume(**kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c3a94586-38bf-4a10-a0b8-77329ccdeae1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:12:16,230 80144 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/8c1584c7118f4111bb8a7a617483604c/types 0.217s 2023-04-24 00:12:16,230 80144 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, 24 Apr 2023 00:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dab06fed-71a5-4a60-979c-54afe1037580', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dab06fed-71a5-4a60-979c-54afe1037580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c1584c7118f4111bb8a7a617483604c/types'} Body: b'{"volume_type": {"id": "c43a5f95-34b9-43ad-9bad-7451317f15ab", "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-24 00:12:17,190 80144 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.956s 2023-04-24 00:12:17,191 80144 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, 24 Apr 2023 00:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d7ea4af7-fff6-4817-bcf6-d32d6afc15e4', '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": "5888892eaa2f4a6e8470b22ed841bc4b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "899a280a-8932-41d4-a64f-8fbac770f3fd", "created_at": "2023-04-24T00:12:17Z", "updated_at": "2023-04-24T00:12:17Z", "tags": [], "self": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd", "file": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:12:18,591 80144 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/899a280a-8932-41d4-a64f-8fbac770f3fd/file 1.398s 2023-04-24 00:12:18,592 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-51fdb969-0c7b-4bd0-8252-7f9ca1e2b2d2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd/file'} Body: b'' 2023-04-24 00:12:18,615 80144 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/899a280a-8932-41d4-a64f-8fbac770f3fd 0.022s 2023-04-24 00:12:18,615 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-39d990c2-69b6-46a5-bbba-54f231fb5770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd'} 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": "2b035456a15616110cb8cdb308dec3e3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5888892eaa2f4a6e8470b22ed841bc4b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d1387edfa421f499d83254734b438ff1484344fd6fa49727123ce6bf5312e9c647e32052a49c0a3ce707b53696771fb0c8e97e77eb730933acb5b3f0f5faa8e6", "id": "899a280a-8932-41d4-a64f-8fbac770f3fd", "created_at": "2023-04-24T00:12:17Z", "updated_at": "2023-04-24T00:12:19Z", "tags": [], "self": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd", "file": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:12:18,636 80144 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/899a280a-8932-41d4-a64f-8fbac770f3fd 0.020s 2023-04-24 00:12:18,636 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7a961d01-bfe8-4c72-a551-0c4569915d77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd'} 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": "2b035456a15616110cb8cdb308dec3e3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5888892eaa2f4a6e8470b22ed841bc4b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d1387edfa421f499d83254734b438ff1484344fd6fa49727123ce6bf5312e9c647e32052a49c0a3ce707b53696771fb0c8e97e77eb730933acb5b3f0f5faa8e6", "id": "899a280a-8932-41d4-a64f-8fbac770f3fd", "created_at": "2023-04-24T00:12:17Z", "updated_at": "2023-04-24T00:12:19Z", "tags": [], "self": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd", "file": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:12:18,654 80144 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/899a280a-8932-41d4-a64f-8fbac770f3fd 0.018s 2023-04-24 00:12:18,655 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1f2e3893-e125-4b7b-9093-bce3d619e34e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd'} 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": "2b035456a15616110cb8cdb308dec3e3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5888892eaa2f4a6e8470b22ed841bc4b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d1387edfa421f499d83254734b438ff1484344fd6fa49727123ce6bf5312e9c647e32052a49c0a3ce707b53696771fb0c8e97e77eb730933acb5b3f0f5faa8e6", "id": "899a280a-8932-41d4-a64f-8fbac770f3fd", "created_at": "2023-04-24T00:12:17Z", "updated_at": "2023-04-24T00:12:19Z", "tags": [], "self": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd", "file": "/v2/images/899a280a-8932-41d4-a64f-8fbac770f3fd/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:12:19,094 80144 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/5888892eaa2f4a6e8470b22ed841bc4b/volumes 0.439s 2023-04-24 00:12:19,095 80144 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": "899a280a-8932-41d4-a64f-8fbac770f3fd", "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a1118d8-7590-4418-b1aa-8814934e5e14', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a1118d8-7590-4418-b1aa-8814934e5e14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5888892eaa2f4a6e8470b22ed841bc4b/volumes'} Body: b'{"volume": {"id": "c3a94586-38bf-4a10-a0b8-77329ccdeae1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:18.943819", "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/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1"}], "user_id": "d1ab5a5f8d314208969a33b641826a29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:12:19,150 80144 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/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1 0.045s 2023-04-24 00:12:19,150 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c79ad4ef-a47f-432c-8eb7-01785d93d41f', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c79ad4ef-a47f-432c-8eb7-01785d93d41f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1'} Body: b'{"volume": {"id": "c3a94586-38bf-4a10-a0b8-77329ccdeae1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:19.000000", "updated_at": null, "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1"}], "user_id": "d1ab5a5f8d314208969a33b641826a29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5888892eaa2f4a6e8470b22ed841bc4b"}}' 2023-04-24 00:12:20,205 80144 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/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1 0.043s 2023-04-24 00:12:20,205 80144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-527c56b5-3fc6-453f-854b-f93c3df3759a', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-527c56b5-3fc6-453f-854b-f93c3df3759a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1'} Body: b'{"volume": {"id": "c3a94586-38bf-4a10-a0b8-77329ccdeae1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:19.000000", "updated_at": "2023-04-24T00:12:19.000000", "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5888892eaa2f4a6e8470b22ed841bc4b/volumes/c3a94586-38bf-4a10-a0b8-77329ccdeae1"}], "user_id": "d1ab5a5f8d314208969a33b641826a29", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5888892eaa2f4a6e8470b22ed841bc4b"}}' 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 ca2b7b76-cb94-4d55-abdf-3b1029331d68 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:17,475 80152 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.176s 2023-04-24 00:11:17,476 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:17 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-f68fd94d-1ab2-4a57-bd0e-cae3a3246205', '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": "9cf55386d2654a1e86af6882a2aed860", "name": "tempest-DeleteServersTestJSON-1102950130-project-member", "password_expires_at": null}, "audit_ids": ["JvYD_7M9Q-2QoNT96AsuvA"], "expires_at": "2023-04-24T01:11:17.000000Z", "issued_at": "2023-04-24T00:11:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "218aba2df07b4afaa999399d0981e6bf", "name": "tempest-DeleteServersTestJSON-1102950130"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/218aba2df07b4afaa999399d0981e6bf", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:17,476 80152 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '431c37bf-e6d7-4aa7-9081-a8c7bb5d5f3c', 'name': 'tempest-DeleteServersTestJSON-800590822-network', 'tenant_id': '218aba2df07b4afaa999399d0981e6bf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '218aba2df07b4afaa999399d0981e6bf', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 1103, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:19,304 80152 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.826s 2023-04-24 00:11:19,304 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-437284520", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "431c37bf-e6d7-4aa7-9081-a8c7bb5d5f3c"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dca2f8d-75fa-44e1-b2b1-bce91aed6ae4', 'x-compute-request-id': 'req-8dca2f8d-75fa-44e1-b2b1-bce91aed6ae4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ffbf17ce-e3cb-4099-bea3-6887fef4476d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MfihgDsa3z95"}}' 2023-04-24 00:11:19,494 80152 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/ffbf17ce-e3cb-4099-bea3-6887fef4476d 0.184s 2023-04-24 00:11:19,494 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:19 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-e4b8549b-9275-4159-8d63-bb355da9636c', 'x-compute-request-id': 'req-e4b8549b-9275-4159-8d63-bb355da9636c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d'} Body: b'{"server": {"id": "ffbf17ce-e3cb-4099-bea3-6887fef4476d", "name": "tempest-DeleteServersTestJSON-server-437284520", "status": "BUILD", "tenant_id": "218aba2df07b4afaa999399d0981e6bf", "user_id": "9cf55386d2654a1e86af6882a2aed860", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:19Z", "updated": "2023-04-24T00:11:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d"}], "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-24 00:12:09,951 80152 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/ffbf17ce-e3cb-4099-bea3-6887fef4476d 0.395s 2023-04-24 00:12:09,952 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06feb869-92fc-4a8a-a7fc-cdc3ccd55eb2', 'x-compute-request-id': 'req-06feb869-92fc-4a8a-a7fc-cdc3ccd55eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d'} Body: b'{"server": {"id": "ffbf17ce-e3cb-4099-bea3-6887fef4476d", "name": "tempest-DeleteServersTestJSON-server-437284520", "status": "ACTIVE", "tenant_id": "218aba2df07b4afaa999399d0981e6bf", "user_id": "9cf55386d2654a1e86af6882a2aed860", "metadata": {}, "hostId": "311afac961ea3da78c67b607a55f6ae4ec09ebf74fcda38f112411e0", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:19Z", "updated": "2023-04-24T00:11:38Z", "addresses": {"tempest-DeleteServersTestJSON-800590822-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:61:2a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ffbf17ce-e3cb-4099-bea3-6887fef4476d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:12:09,964 80152 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:13:10,428 80152 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes 0.403s 2023-04-24 00:13:10,428 80152 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-1857012824"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-082f454f-84df-4049-8e49-7308026e660b', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-082f454f-84df-4049-8e49-7308026e660b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes'} Body: b'{"volume": {"id": "ca2b7b76-cb94-4d55-abdf-3b1029331d68", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:10.34219 4", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1857012824", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68"}], "user_id": "9cf55386d2654a1e86af6882a2aed860", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:10,485 80152 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68 0.047s 2023-04-24 00:13:10,485 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32b0b40a-c229-4341-9664-5cdf23869066', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32b0b40a-c229-4341-9664-5cdf23869066', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68'} Body: b'{"volume": {"id": "ca2b7b76-cb94-4d55-abdf-3b1029331d68", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:10.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1857012824", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68"}], "user_id": "9cf55386d2654a1e86af6882a2aed860", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "218aba2df07b4afaa999399d0981e6bf"}}' 2023-04-24 00:13:11,556 80152 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68 0.060s 2023-04-24 00:13:11,557 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e559914e-0e17-4767-a9de-bb20e323c4a3', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e559914e-0e17-4767-a9de-bb20e323c4a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68'} Body: b'{"volume": {"id": "ca2b7b76-cb94-4d55-abdf-3b1029331d68", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:10.000000", "updated_at": "2023-04-24T00:13:11.000000", "name": "tempest-DeleteServersTestJSON-volume-1857012824", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/218aba2df07b4afaa999399d0981e6bf/volumes/ ca2b7b76-cb94-4d55-abdf-3b1029331d68"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/218aba2df07b4afaa999399d0981e6bf/volumes/ca2b7b76-cb94-4d55-abdf-3b1029331d68"}], "user_id": "9cf55386d2654a1e86af6882a2aed860", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "218aba2df07b4afaa999399d0981e6bf"}}' 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 cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:38,252 80156 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:11:38,755 80156 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.498s 2023-04-24 00:11:38,756 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-324105185", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLS1AjVipKW5cEt2rl35m09NWv1oXpefnHcFJOdwsnsIp5JPDa2HbS1qzIbePN1In3l/JpDLeRBWNBZrjWWOmQw0RrMjdQbQyn62Y/HmMBLXcgD+X7ygv99DAQ58UKkQKw=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:38 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-3f6a4045-99a0-426a-9c7f-cc50ebd5cc01', 'x-compute-request-id': 'req-3f6a4045-99a0-426a-9c7f-cc50ebd5cc01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-324105185", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLS1AjVipKW5cEt2rl35m09NWv1oXpefnHcFJOdwsnsIp5JPDa2HbS1qzIbePN1In3l/JpDLeRBWNBZrjWWOmQw0RrMjdQbQyn62Y/HmMBLXcgD+X7ygv99DAQ58UKkQKw==", "fingerprint": "d1:48:c7:f3:36:db:1d:62:5d:f1:30:98:5b:9e:f3:65", "user_id": "640ec20e46a2422a8aabcc152e522e02"}}' 2023-04-24 00:11:38,762 80156 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-324105185 created 2023-04-24 00:11:39,699 80156 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.936s 2023-04-24 00:11:39,699 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1069907502", "description": "tempest-description--1438001232"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-9f13a1f9-4cc0-4f07-8d9a-5da6fab3bd82', 'date': 'Mon, 24 Apr 2023 00:11:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9d097428-858f-44b7-9270-ee1a65070d67", "name": "tempest-securitygroup--1069907502", "stateful": true, "tenant_id": "df0187dbb10d42da941645107df203f6", "description": "tempest-description--1438001232", "shared": false, "security_group_rules": [{"id": "0627b0b5-d6bc-48d7-8f96-98ab69fb3d8b", "tenant_id": "df0187dbb10d42da941645107df203f6", "security_group_id": "9d097428-858f-44b7-9270-ee1a65070d67", "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": 284, "description": null, "tags": [], "created_at": "2023-04-24T00:11:39Z", "updated_at": "2023-04-24T00:11:39Z", "revision_number": 0, "project_id": "df0187dbb10d42da941645107df203f6"}, {"id": "bf3f0610-a1f9-4699-b05e-686ab253caff", "tenant_id": "df0187dbb10d42da941645107df203f6", "security_group_id": "9d097428-858f-44b7-9270-ee1a65070d67", "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": 283, "description": null, "tags": [], "created_at": "2023-04-24T00:11:39Z", "updated_at": "2023-04-24T00:11:39Z", "revision_number": 0, "project_id": "df0187dbb10d42da941645107df203f6"}], "tags": [], "created_at": "2023-04-24T00:11:39Z", "updated_at": "2023-04-24T00:11:39Z", "revision_number": 1, "project_id": "df0187dbb10d42da941645107df203f6"}}' 2023-04-24 00:11:40,699 80156 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.999s 2023-04-24 00:11:40,700 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9d097428-858f-44b7-9270-ee1a65070d67", "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-c7b652ca-043c-4219-bd7d-0965b3028cd2', 'date': 'Mon, 24 Apr 2023 00:11:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d1c2a714-d62d-4aca-84b0-1ddab34a4453", "tenant_id": "df0187dbb10d42da941645107df203f6", "security_group_id": "9d097428-858f-44b7-9270-ee1a65070d67", "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-24T00:11:40Z", "updated_at": "2023-04-24T00:11:40Z", "revision_number": 0, "project_id": "df0187dbb10d42da941645107df203f6"}}' 2023-04-24 00:11:41,723 80156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.022s 2023-04-24 00:11:41,723 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9d097428-858f-44b7-9270-ee1a65070d67", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-92c1d28d-cf68-425e-aa53-9d7cd2d9be42', 'date': 'Mon, 24 Apr 2023 00:11:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0056be75-e33c-4d1c-b026-d1cc6c9a1cea", "tenant_id": "df0187dbb10d42da941645107df203f6", "security_group_id": "9d097428-858f-44b7-9270-ee1a65070d67", "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-24T00:11:40Z", "updated_at": "2023-04-24T00:11:40Z", "revision_number": 0, "project_id": "df0187dbb10d42da941645107df203f6"}}' 2023-04-24 00:11:41,723 80156 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1069907502 created 2023-04-24 00:11:45,266 80156 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 3.542s 2023-04-24 00:11:45,266 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-f3d3b1b5-45d7-42de-a249-b9932438563d', 'date': 'Mon, 24 Apr 2023 00:11:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "96382a1b-b1d8-41d7-91d9-24ef1fe76c3a", "tenant_id": "df0187dbb10d42da941645107df203f6", "floating_ip_address": "172.24.4.15", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "df0187dbb10d42da941645107df203f6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:43Z", "updated_at": "2023-04-24T00:11:43Z", "revision_number": 0}}' 2023-04-24 00:11:45,267 80156 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '96382a1b-b1d8-41d7-91d9-24ef1fe76c3a', 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'df0187dbb10d42da941645107df203f6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:43Z', 'updated_at': '2023-04-24T00:11:43Z', 'revision_number': 0, 'ip': '172.24.4.15'} created 2023-04-24 00:11:45,345 80156 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.068s 2023-04-24 00:11:45,346 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8d4424ca-168b-432f-976a-87dd27a9634d', '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": "640ec20e46a2422a8aabcc152e522e02", "name": "tempest-VolumesAdminNegativeTest-821594302-project-member", "password_expires_at": null}, "audit_ids": ["avwGCW1sSemk-E_8Tv6rOg"], "expires_at": "2023-04-24T01:11:45.000000Z", "issued_at": "2023-04-24T00:11:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df0187dbb10d42da941645107df203f6", "name": "tempest-VolumesAdminNegativeTest-821594302"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9d f41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/df0187dbb10d42da941645107df203f6", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:45,347 80156 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': 'fc4a840b-9c4f-4c52-8a4e-411d66ac14e1', 'name': 'tempest-VolumesAdminNegativeTest-2047577326-network', 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'df0187dbb10d42da941645107df203f6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22695, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:45,348 80156 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-324105185', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLS1AjVipKW5cEt2rl35m09NWv1oXpefnHcFJOdwsnsIp5JPDa2HbS1qzIbePN1In3l/JpDLeRBWNBZrjWWOmQw0RrMjdQbQyn62Y/HmMBLXcgD+X7ygv99DAQ58UKkQKw==', 'fingerprint': 'd1:48:c7:f3:36:db:1d:62:5d:f1:30:98:5b:9e:f3:65', 'user_id': '640ec20e46a2422a8aabcc152e522e02', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBI9gjc3kObjSOfvkkLVvRyq1iOzOnQd1yF0FWa227auVf4wJsq5u1j\nB9cB9wZ7iTegBwYFK4EEACKhZANiAAS0tQI1YqSluXBLdq5d+ZtPTVr9aF6Xn5x3\nBSTncLJ7CKeSTw2th20tasyG3jzdSJ95fyaQy3kQVjQWa41ljpkMNEazI3UG0Mp+\ntmPx5jAS13IA/l+8oL/fQwEOfFCpECs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9d097428-858f-44b7-9270-ee1a65070d67', 'name': 'tempest-securitygroup--1069907502', 'stateful': True, 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'description': 'tempest-description--1438001232', 'shared': False, 'security_group_rules': [{'id': '0627b0b5-d6bc-48d7-8f96-98ab69fb3d8b', 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'security_group_id': '9d097428-858f-44b7-9270-ee1a65070d67', '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': 284, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:39Z', 'updated_at': '2023-04-24T00:11:39Z', 'revision_number': 0, 'project_id': 'df0187dbb10d42da941645107df203f6'}, {'id': 'bf3f0610-a1f9-4699-b05e-686ab253caff', 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'security_group_id': '9d097428-858f-44b7-9270-ee1a65070d67', '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': 283, 'description': None, 'tags': [], 'created_at': '2023-04- 24T00:11:39Z', 'updated_at': '2023-04-24T00:11:39Z', 'revision_number': 0, 'project_id': 'df0187dbb10d42da941645107df203f6'}], 'tags': [], 'created_at': '2023-04-24T00:11:39Z', 'updated_at': '2023-04-24T00:11:39Z', 'revision_number': 1, 'project_id': 'df0187dbb10d42da941645107df203f6'}, 'floating_ip': {'id': '96382a1b-b1d8-41d7-91d9-24ef1fe76c3a', 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'floating_ip_address': '172.24.4.15', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'df0187dbb10d42da941645107df203f6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:43Z', 'updated_at': '2023-04-24T00:11:43Z', 'revision_number': 0, 'ip': '172.24.4.15'}} 2023-04-24 00:11:46,484 80156 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 202 POST http://10.0.0.210/compute/v2.1/servers 1.135s 2023-04-24 00:11:46,485 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-624022111", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "fc4a840b-9c4f-4c52-8a4e-411d66ac14e1"}], "security_groups": [{"name": "tempest-securitygroup--1069907502"}], "key_name": "tempest-keypair-324105185", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7762c2c0-4661-4f90-a7f7-06bb271cb6ed', 'x-compute-request-id': 'req-7762c2c0-4661-4f90-a7f7-06bb271cb6ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1069907502"}], "adminPass": "XFmMGeMDg5gY"}}' 2023-04-24 00:11:46,676 80156 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/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d 0.187s 2023-04-24 00:11:46,676 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:46 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-57dc97c8-0586-42fd-b7df-c51426ac8283', 'x-compute-request-id': 'req-57dc97c8-0586-42fd-b7df-c51426ac8283', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d'} Body: b'{"server": {"id": "dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d", "name": "tempest-VolumesAdminNegativeTest-server-624022111", "status": "BUILD", "tenant_id": "df0187dbb10d42da941645107df203f6", "user_id": "640ec20e46a2422a8aabcc152e522e02", "metadata": {}, "h ostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:46Z", "updated": "2023-04-24T00:11:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-324105185", "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-24 00:12:36,984 80156 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/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d 0.236s 2023-04-24 00:12:36,985 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:36 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-42d0ac3a-3194-4cad-bb1a-778965516811', 'x-compute-request-id': 'req-42d0ac3a-3194-4cad-bb1a-778965516811', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d'} Body: b'{"server": {"id": "dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d", "name": "tempest-VolumesAdminNegativeTest-server-624022111", "status": "ACTIVE", "tenant_id": "df0187dbb10d42da941645107df203f6", "user_id": "640ec20e46a2422a8aabcc152e522e02", "metadata": {}, "hostId": "e15e37781f2140058bf6de4b467fdcb26ff7c9ebce731ee904f3efec", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:46Z", "updated": "2023-04-24T00:11:57Z", "addresses": {"tempest-VolumesAdminNegativeTest-2047577326-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b2:2c:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-324105185", "OS-SRV-USG:launched_at": "2023-04-24T00:11:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1069907502"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:12:36,997 80156 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:13:37,278 80156 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/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d/os-interface 0.220s 2023-04-24 00:13:37,279 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:37 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-9462336b-a7fb-408f-889a-8432e9d72a48', 'x-compute-request-id': 'req-9462336b-a7fb-408f-889a-8432e9d72a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "fc4a840b-9c4f-4c52-8a4e-411d66ac14e1", "port_id": "d6f98d8d-f918-4aa5-abb0-a34e782f890a", "mac_addr": "fa:16:3e:b2:2c:52", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6ee68ff9-a396-4321-b0ae-d47a67ff3568", "ip_address": "10.0.0.10"}]}]}' 2023-04-24 00:13:38,425 80156 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/96382a1b-b1d8-41d7-91d9-24ef1fe76c3a 1.142s 2023-04-24 00:13:38,425 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d6f98d8d-f918-4aa5-abb0-a34e782f890a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ed1d4a96-62ca-4f45-a542-267440404879', 'date': 'Mon, 24 Apr 2023 00:13:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/96382a1b-b1d8-41d7-91d9-24ef1fe76c3a'} Body: b'{"floatingip": {"id": "96382a1b-b1d8-41d7-91d9-24ef1fe76c3a", "tenant_id": "df0187dbb10d42da941645107df203f6", "floating_ip_address": "172.24.4.15", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "4d0f79e1-a6fc-49e8-bf24-f3a30bb064b2", "port_id": "d6f98d8d-f918-4aa5-abb0-a34e782f890a", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "fc4a840b-9c4f-4c52-8a4e-411d66ac14e1", "mac_address": "fa:16:3e:b2:2c:52", "admin_state_up": true, "status": "ACTIVE", "device_id": "dae014b2-b56f-4e0f-8c1e-12b05d9c5b3d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:43Z", "updated_at": "2023-04-24T00:13:37Z", "revision_number": 1, "project_id": "df0187dbb10d42da941645107df203f6"}}' 2023-04-24 00:13:38,427 80156 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.15:22' as 'cirros' with public key authentication 2023-04-24 00:13:38,464 80156 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:13:38,485 80156 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:13:38,486 80156 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.15 successfully created 2023-04-24 00:13:38,710 80156 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/df0187dbb10d42da941645107df203f6/volumes 0.223s 2023-04-24 00:13:38,710 80156 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-98104345"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d012e3a-d602-4866-9a93-0ce46c0f2674', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request- id': 'req-5d012e3a-d602-4866-9a93-0ce46c0f2674', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes'} Body: b'{"volume": {"id": "cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:38.648551", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-98104345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd"}], "user_id": "640ec20e46a2422a8aabcc152e522e02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:38,757 80156 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/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd 0.037s 2023-04-24 00:13:38,757 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-319094a3-89ce-44fb-b567-86884f143a7c', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-319094a3-89ce-44fb-b567-86884f143a7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd'} Body: b'{"volume": {"id": "cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:39.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-98104345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd"}], "user_id": "640ec20e46a2422a8aabcc152e522e02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0187dbb10d42da941645107df203f6"}}' 2023-04-24 00:13:39,805 80156 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/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd 0.036s 2023-04-24 00:13:39,805 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7ef0a25-c050-4e48-b2ec-fb2007355458', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7ef0a25-c050-4e48-b2ec-fb2007355458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd'} Body: b'{"volume": {"id": "cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd", "status": "error", "siz e": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:39.000000", "updated_at": "2023-04-24T00:13:39.000000", "name": "tempest-VolumesAdminNegativeTest-volume-98104345", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0187dbb10d42da941645107df203f6/volumes/cdcd57a7-32fd-42c3-84a7-abd3fb4b3ecd"}], "user_id": "640ec20e46a2422a8aabcc152e522e02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0187dbb10d42da941645107df203f6"}}' 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 1da51938-ef2d-4bdc-ad27-a9a445f82e45 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:01,560 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.079s 2023-04-24 00:11:01,561 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:01 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-f9b73c5a-c915-43b2-814e-e0e24aa0c041', '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": "31621d02dc5143689c0d8c1280479fdc", "name": "tempest-VolumesActionsTest-1689103952-project-member", "password_expires_at": null}, "audit_ids": ["lt2IMZRBQ8WM5tYWJj0Yfw"], "expires_at": "2023-04-24T01:11:01.000000Z", "issued_at": "2023-04-24T00:11:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ebbe37ffda44c76a78244b3928f809b", "name": "tempest-VolumesActionsTest-1689103952"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4ebbe37ffda44c76a78244b3928f809b", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:01,561 80142 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '6bffe37b-19f2-4b15-8425-82fe8d0b0c77', 'name': 'tempest-VolumesActionsTest-258539693-network', 'tenant_id': '4ebbe37ffda44c76a78244b3928f809b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4ebbe37ffda44c76a78244b3928f809b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12521, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:55Z', 'updated_at': '2023-04-24T00:10:55Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:03,131 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.569s 2023-04-24 00:11:03,132 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-285922937", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "6bffe37b-19f2-4b15-8425-82fe8d0b0c77"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc9260c5-323b-4676-a3ef-72b72fbc415d', 'x-compute-request-id': 'req-dc9260c5-323b-4676-a3ef-72b72fbc415d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dce8722e-982a-458a-9efb-59d08a5717c7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "AxDTVjmrjx7x"}}' 2023-04-24 00:11:03,287 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7 0.150s 2023-04-24 00:11:03,288 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:03 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-56cb4b66-16cd-4e66-9085-2a36abae4d84', 'x-compute-request-id': 'req-56cb4b66-16cd-4e66-9085-2a36abae4d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7'} Body: b'{"server": {"id": "dce8722e-982a-458a-9efb-59d08a5717c7", "name": "tempest-VolumesActionsTest-instance-285922937", "status": "BUILD", "tenant_id": "4ebbe37ffda44c76a78244b3928f809b", "user_id": "31621d02dc5143689c0d8c1280479fdc", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:03Z", "updated": "2023-04-24T00:11:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}], "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": "sched uling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:11:54,066 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7 0.717s 2023-04-24 00:11:54,066 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1484', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97adc4ee-d997-4f14-93b6-12bd3773835d', 'x-compute-request-id': 'req-97adc4ee-d997-4f14-93b6-12bd3773835d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7'} Body: b'{"server": {"id": "dce8722e-982a-458a-9efb-59d08a5717c7", "name": "tempest-VolumesActionsTest-instance-285922937", "status": "ACTIVE", "tenant_id": "4ebbe37ffda44c76a78244b3928f809b", "user_id": "31621d02dc5143689c0d8c1280479fdc", "metadata": {}, "hostId": "656419c95f288cc9d9f2970f6dc532d393d952aa3364be02bf6b17af", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:03Z", "updated": "2023-04-24T00:11:19Z", "addresses": {"tempest-VolumesActionsTest-258539693-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:0a:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:18.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-24 00:11:54,078 80142 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:12:54,334 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes 0.207s 2023-04-24 00:12:54,334 80142 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-317127765"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbf0886f-4f63-4934-aa40-32ad736585bc', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbf0886f-4f63-4934-aa40-32ad736585bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes'} Body: b'{"volume": {"id": "1da51938-ef2d-4bdc-ad27-a9a445f82e45", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:54.278556", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-317127765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source _volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:12:54,385 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45 0.041s 2023-04-24 00:12:54,386 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-964b5263-bdfd-4ebd-9712-8a32b453a7fe', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-964b5263-bdfd-4ebd-9712-8a32b453a7fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45'} Body: b'{"volume": {"id": "1da51938-ef2d-4bdc-ad27-a9a445f82e45", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:54.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-317127765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:12:55,437 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45 0.039s 2023-04-24 00:12:55,437 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f10550e3-48b0-4133-ab14-e9d950225ecd', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f10550e3-48b0-4133-ab14-e9d950225ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45'} Body: b'{"volume": {"id": "1da51938-ef2d-4bdc-ad27-a9a445f82e45", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:54.000000", "updated_at": "2023-04-24T00:12:54.000000", "name": "tempest-VolumesActionsTest-Volume-317127765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}], "user_id": "31621d02dc5143689c0d8c1280 479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:12:55,485 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45 0.036s 2023-04-24 00:12:55,485 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ce033ec-64dc-4b75-9705-8390e7c3edc7', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ce033ec-64dc-4b75-9705-8390e7c3edc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45'} Body: b'{"volume": {"id": "1da51938-ef2d-4bdc-ad27-a9a445f82e45", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:12:54.000000", "updated_at": "2023-04-24T00:12:54.000000", "name": "tempest-VolumesActionsTest-Volume-317127765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:12:55,593 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45 0.098s 2023-04-24 00:12:55,594 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-210a4a64-e35e-4443-a161-bcb7605c8653', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45'} Body: b'' 2023-04-24 00:12:55,614 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45 0.020s 2023-04-24 00:12:55,614 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccbc763e-e86a-4071-aa00-8ca41fba3cef', 'x-openstack-request-id': 'req-ccbc763e-e86a-4071-aa00-8ca41fba3cef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/1da51938-ef2d-4bdc-ad27-a9a445f82e45'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1da51938-ef2d-4bdc-ad27-a9a445f82e45 could not be found."}}' 2023-04-24 00:12:55,791 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7 0.176s 2023-04-24 00:12:55,791 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:55 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-83acb784-a137-40b7-84bf-4c5f8a7a149b', 'x-compute-request-id': 'req-83acb784-a137-40b7-84bf-4c5f8a7a149b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7'} Body: b'' 2023-04-24 00:12:56,042 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7 0.250s 2023-04-24 00:12:56,042 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1490', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-767d47d1-4e5b-4349-a6c8-510308dfad5d', 'x-compute-request-id': 'req-767d47d1-4e5b-4349-a6c8-510308dfad5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7'} Body: b'{"server": {"id": "dce8722e-982a-458a-9efb-59d08a5717c7", "name": "tempest-VolumesActionsTest-instance-285922937", "status": "ACTIVE", "tenant_id": "4ebbe37ffda44c76a78244b3928f809b", "user_id": "31621d02dc5143689c0d8c1280479fdc", "metadata": {}, "hostId": "656419c95f288cc9d9f2970f6dc532d393d952aa3364be02bf6b17af", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:03Z", "updated": "2023-04-24T00:12:56Z", "addresses": {"tempest-VolumesActionsTest-258539693-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:0a:e2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dce8722e-982a-458a-9efb-59d08a5717c7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:18.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-24 00:13:46,144 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7 0.040s 2023-04-24 00:13:46,144 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'op enstack-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-548e2111-18ac-4226-975d-a3e52d05e9c5', 'x-compute-request-id': 'req-548e2111-18ac-4226-975d-a3e52d05e9c5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dce8722e-982a-458a-9efb-59d08a5717c7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dce8722e-982a-458a-9efb-59d08a5717c7 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 68bd444a-bf5a-41c9-8cde-1b7a73235dfb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:46,335 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes 0.187s 2023-04-24 00:13:46,335 80142 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-67268547"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a15dcf0-c074-48ca-8a96-60e57620c1ac', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a15dcf0-c074-48ca-8a96-60e57620c1ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes'} Body: b'{"volume": {"id": "68bd444a-bf5a-41c9-8cde-1b7a73235dfb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:46.273198", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-67268547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:46,382 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb 0.038s 2023-04-24 00:13:46,383 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56098a1f-1903-48e5-8912-5ccfacbf2452', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56098a1f-1903-48e5-8912-5ccfacbf2452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb'} Body: b'{"volume": {"id": "68bd444a-bf5a-41c9-8cde-1b7a73235dfb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:46.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-67268547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:47,434 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb 0.040s 2023-04-24 00:13:47,434 80142 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5095ceb4-5b73-45b5-9ee7-0d68f9936981', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5095ceb4-5b73-45b5-9ee7-0d68f9936981', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb'} Body: b'{"volume": {"id": "68bd444a-bf5a-41c9-8cde-1b7a73235dfb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:46.000000", "updated_at": "2023-04-24T00:13:46.000000", "name": "tempest-VolumesActionsTest-Volume-67268547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:47,489 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb 0.043s 2023-04-24 00:13:47,490 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef2ac8cf-58f1-4f9e-83f2-26d2cbe46331', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef2ac8cf-58f1-4f9e-83f2-26d2cbe46331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb'} Body: b'{"volume": {"id": "68bd444a-bf5a-41c9-8cde-1b7a73235dfb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:46.000000", "updated_at": "2023-04-24T00:13:46.000000", "name": "tempest-VolumesActionsTest-Volume-67268547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:47,602 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb 0.102s 2023-04-24 00:13:47,603 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c65b6c6b-c712-49f0-ac4c-94beccef9d0c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb'} Body: b'' 2023-04-24 00:13:47,624 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb 0.021s 2023-04-24 00:13:47,625 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-418d732e-7b8f-4a0f-a683-4f9d98053bb0', 'x-openstack-request-id': 'req-418d732e-7b8f-4a0f-a683-4f9d98053bb0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/68bd444a-bf5a-41c9-8cde-1b7a73235dfb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 68bd444a-bf5a-41c9-8cde-1b7a73235dfb 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 51e450a0-2d6d-4189-b591-72baa09e87db failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:47,846 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes 0.218s 2023-04-24 00:13:47,846 80142 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-341542698"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c46ccca8-6426-40d9-af5c-88bde52645b1', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c46ccca8-6426-40d9-af5c-88bde52645b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes'} Body: b'{"volume": {"id": "51e450a0-2d6d-4189-b591-72baa09e87db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:47.774373", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-341542698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:47,896 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db 0.039s 2023-04-24 00:13:47,896 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-119bbc8b-aa68-4731-9366-d5528ccdd779', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-119bbc8b-aa68-4731-9366-d5528ccdd779', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db'} Body: b'{"volume": {"id": "51e450a0-2d6d-4189-b591-72baa09e87db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:48.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-341542698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:48,953 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db 0.044s 2023-04-24 00:13:48,954 80142 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d8ee18f-abe9-4453-93b7-92041ae22dc0', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d8ee18f-abe9-4453-93b7-92041ae22dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db'} Body: b'{"volume": {"id": "51e450a0-2d6d-4189-b591-72baa09e87db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:48.000000", "updated_at": "2023-04-24T00:13:48.000000", "name": "tempest-VolumesActionsTest-Volume-341542698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:49,031 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db 0.065s 2023-04-24 00:13:49,031 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0a96e4e-43b1-4669-af56-1980a315fa29', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0a96e4e-43b1-4669-af56-1980a315fa29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db'} Body: b'{"volume": {"id": "51e450a0-2d6d-4189-b591-72baa09e87db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:48.000000", "updated_at": "2023-04-24T00:13:48.000000", "name": "tempest-VolumesActionsTest-Volume-341542698", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:49,172 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db 0.130s 2023-04-24 00:13:49,173 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13: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-500f65d1-6517-42b1-87af-2581e74ce905', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db'} Body: b'' 2023-04-24 00:13:49,195 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db 0.021s 2023-04-24 00:13:49,195 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13: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-cac761d8-adb5-47ea-99c0-720e0b8e12fa', 'x-openstack-request-id': 'req-cac761d8-adb5-47ea-99c0-720e0b8e12fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/51e450a0-2d6d-4189-b591-72baa09e87db'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 51e450a0-2d6d-4189-b591-72baa09e87db 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 0e253775-90e6-47c4-991a-398dcbac59f9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:49,419 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes 0.222s 2023-04-24 00:13:49,420 80142 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-2051623299"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12e34d7f-33f9-4ce6-9bf8-b79a46cba23e', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12e34d7f-33f9-4ce6-9bf8-b79a46cba23e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes'} Body: b'{"volume": {"id": "0e253775-90e6-47c4-991a-398dcbac59f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:49.353318", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2051623299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:49,483 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9 0.053s 2023-04-24 00:13:49,484 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc2258fd-dc10-4369-a5bb-31756ba6965e', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc2258fd-dc10-4369-a5bb-31756ba6965e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9'} Body: b'{"volume": {"id": "0e253775-90e6-47c4-991a-398dcbac59f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:49.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2051623299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:50,534 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9 0.038s 2023-04-24 00:13:50,534 80142 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, 24 Apr 2023 00:13:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42ba76d5-208d-48ad-8bba-f58ebe34b24a', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42ba76d5-208d-48ad-8bba-f58ebe34b24a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9'} Body: b'{"volume": {"id": "0e253775-90e6-47c4-991a-398dcbac59f9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:49.000000", "updated_at": "2023-04-24T00:13:50.000000", "name": "tempest-VolumesActionsTest-Volume-2051623299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:50,607 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9 0.046s 2023-04-24 00:13:50,608 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3645f43f-87fd-4efb-a20a-319607ac3c22', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3645f43f-87fd-4efb-a20a-319607ac3c22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9'} Body: b'{"volume": {"id": "0e253775-90e6-47c4-991a-398dcbac59f9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:49.000000", "updated_at": "2023-04-24T00:13:50.000000", "name": "tempest-VolumesActionsTest-Volume-2051623299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:50,717 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9 0.096s 2023-04-24 00:13:50,717 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c207a40a-3356-477a-80d1-5f7566caa026', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9'} Body: b'' 2023-04-24 00:13:50,738 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9 0.020s 2023-04-24 00:13:50,738 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d9e8c12-9d96-4012-b6b6-8213c5cb3c59', 'x-openstack-request-id': 'req-2d9e8c12-9d96-4012-b6b6-8213c5cb3c59', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/0e253775-90e6-47c4-991a-398dcbac59f9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0e253775-90e6-47c4-991a-398dcbac59f9 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 b5d16b0c-653e-43e6-a953-6b73717357c5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:50,934 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes 0.188s 2023-04-24 00:13:50,935 80142 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-1062840213"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bba2c77-f883-48cb-9d96-c55bb5ddfac3', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bba2c77-f883-48cb-9d96-c55bb5ddfac3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes'} Body: b'{"volume": {"id": "b5d16b0c-653e-43e6-a953-6b73717357c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:50.873688", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1062840213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:50,991 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5 0.046s 2023-04-24 00:13:50,991 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9e718d4-884f-49f0-95eb-4925aa317f34', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9e718d4-884f-49f0-95eb-4925aa317f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5'} Body: b'{"volume": {"id": "b5d16b0c-653e-43e6-a953-6b73717357c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:51.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1062840213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:52,052 80142 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/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5 0.036s 2023-04-24 00:13:52,052 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-798a2b51-1fba-4902-8482-752ed2ef389b', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-798a2b51-1fba-4902-8482-752ed2ef389b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5'} Body: b'{"volume": {"id": "b5d16b0c-653e-43e6-a953-6b73717357c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:51.000000", "updated_at": "2023-04-24T00:13:51.000000", "name": "tempest-VolumesActionsTest-Volume-1062840213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:52,107 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5 0.037s 2023-04-24 00:13:52,107 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0bba4d2-1d89-413b-acf1-acececd3a819', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0bba4d2-1d89-413b-acf1-acececd3a819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5'} Body: b'{"volume": {"id": "b5d16b0c-653e-43e6-a953-6b73717357c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:51.000000", "updated_at": "2023-04-24T00:13:51.000000", "name": "tempest-VolumesActionsTest-Volume-1062840213", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:52,224 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5 0.106s 2023-04-24 00:13:52,224 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:52 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-52727b68-6c2b-4c35-9162-285b1d7e2652', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5'} Body: b'' 2023-04-24 00:13:52,244 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5 0.019s 2023-04-24 00:13:52,244 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4a5b48a-a3ee-4343-9f67-fa7a301bc333', 'x-openstack-request-id': 'req-f4a5b48a-a3ee-4343-9f67-fa7a301bc333', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/b5d16b0c-653e-43e6-a953-6b73717357c5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b5d16b0c-653e-43e6-a953-6b73717357c5 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 298575f6-d9f8-4304-a086-83807cb13051 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:52,508 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes 0.260s 2023-04-24 00:13:52,508 80142 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-723768261"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e59d3aa6-c2f9-4e0e-a45a-acc567b186d1', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e59d3aa6-c2f9-4e0e-a45a-acc567b186d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes'} Body: b'{"volume": {"id": "298575f6-d9f8-4304-a086-83807cb13051", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:52.406168", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-723768261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:52,579 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051 0.061s 2023-04-24 00:13:52,579 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53280438-586c-4d53-b9b2-7cabebab213a', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53280438-586c-4d53-b9b2-7cabebab213a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051'} Body: b'{"volume": {"id": "298575f6-d9f8-4304-a086-83807cb13051", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:52.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-723768261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:53,628 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051 0.036s 2023-04-24 00:13:53,628 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-472c54d4-ae1d-45f2-b417-8b4fbe9b356e', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-472c54d4-ae1d-45f2-b417-8b4fbe9b356e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051'} Body: b'{"volume": {"id": "298575f6-d9f8-4304-a086-83807cb13051", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:52.000000", "updated_at": "2023-04-24T00:13:53.000000", "name": "tempest-VolumesActionsTest-Volume-723768261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:53,679 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051 0.040s 2023-04-24 00:13:53,679 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4586c034-f5ef-4386-893e-b35d8c0426d0', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4586c034-f5ef-4386-893e-b35d8c0426d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051'} Body: b'{"volume": {"id": "298575f6-d9f8-4304-a086-83807cb13051", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:52.000000", "updated_at": "2023-04-24T00:13:53.000000", "name": "tempest-VolumesActionsTest-Volume-723768261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051"}], "user_id": "31621d02dc5143689c0d8c1280479fdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ebbe37ffda44c76a78244b3928f809b"}}' 2023-04-24 00:13:53,794 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051 0.104s 2023-04-24 00:13:53,794 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17cb528b-f1bd-4f9e-9c44-377c42abb4d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051'} Body: b'' 2023-04-24 00:13:53,815 80142 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051 0.020s 2023-04-24 00:13:53,815 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13: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-86406df9-fb05-440f-8a04-192d22aeca7c', 'x-openstack-request-id': 'req-86406df9-fb05-440f-8a04-192d22aeca7c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ebbe37ffda44c76a78244b3928f809b/volumes/298575f6-d9f8-4304-a086-83807cb13051'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 298575f6-d9f8-4304-a086-83807cb13051 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 3627e520-430c-40ad-a65e-165ebe33a8b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:58,297 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes 0.442s 2023-04-24 00:13:58,297 80142 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-861479807"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b44de1f-9a78-4c81-b0ad-93ddbc555d81', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b44de1f-9a78-4c81-b0ad-93ddbc555d81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes'} Body: b'{"volume": {"id": "3627e520-430c-40ad-a65e-165ebe33a8b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:58.241092", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-861479807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-24 00:13:58,348 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1 0.041s 2023-04-24 00:13:58,349 80142 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, 24 Apr 2023 00:13:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5501bf0b-39cd-4ca6-a6b9-8f7923c312b1', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5501bf0b-39cd-4ca6-a6b9-8f7923c312b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1'} Body: b'{"volume": {"id": "3627e520-430c-40ad-a65e-165ebe33a8b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:58.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-861479807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "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": "8d48ff10bf3043a49e0054fa6edea876"}}' 2023-04-24 00:13:59,397 80142 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/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1 0.037s 2023-04-24 00:13:59,398 80142 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, 24 Apr 2023 00:13:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7fe48e7-e21a-413c-942b-d9209e779ed6', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7fe48e7-e21a-413c-942b-d9209e779ed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1'} Body: b'{"volume": {"id": "3627e520-430c-40ad-a65e-165ebe33a8b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:58.000000", "updated_at": "2023-04-24T00:13:58.000000", "name": "tempest-VolumesTransfersV357Test-Volume-861479807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "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": "8d48ff10bf3043a49e0054fa6edea876"}}' 2023-04-24 00:13:59,448 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1 0.038s 2023-04-24 00:13:59,448 80142 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, 24 Apr 2023 00:13:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36893006-0fa0-4051-8467-89e777aea8a9', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36893006-0fa0-4051-8467-89e777aea8a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1'} Body: b'{"volume": {"id": "3627e520-430c-40ad-a65e-165ebe33a8b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:58.000000", "updated_at": "2023-04-24T00:13:58.000000", "name": "tempest-VolumesTransfersV357Test-Volume-861479807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "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": "8d48ff10bf3043a49e0054fa6edea876"}}' 2023-04-24 00:13:59,554 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1 0.094s 2023-04-24 00:13:59,554 80142 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, 24 Apr 2023 00:13:59 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-c832ad40-583f-4d40-acf1-52c7ae308c17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1'} Body: b'' 2023-04-24 00:13:59,576 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1 0.021s 2023-04-24 00:13:59,576 80142 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, 24 Apr 2023 00:13:59 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-486ad66e-ea59-490d-9383-bde938dfbc60', 'x-openstack-request-id': 'req-486ad66e-ea59-490d-9383-bde938dfbc60', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/3627e520-430c-40ad-a65e-165ebe33a8b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3627e520-430c-40ad-a65e-165ebe33a8b1 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 c66c9db6-417b-4ac8-9b82-5910f5660906 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:59,774 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes 0.195s 2023-04-24 00:13:59,775 80142 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-31553389"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3a599b0-cbc3-4b51-87db-09914e90a989', 'content-length': '884', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3a599b0-cbc3-4b51-87db-09914e90a989', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes'} Body: b'{"volume": {"id": "c66c9db6-417b-4ac8-9b82-5910f5660906", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:59.705683", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-31553389", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-24 00:13:59,828 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906 0.044s 2023-04-24 00:13:59,829 80142 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, 24 Apr 2023 00:13:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fea0845-98eb-4f1c-af00-b045a8c5ca62', 'content-length': '952', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fea0845-98eb-4f1c-af00-b045a8c5ca62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906'} Body: b'{"volume": {"id": "c66c9db6-417b-4ac8-9b82-5910f5660906", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:00.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-31553389", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "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": "8d48ff10bf3043a49e0054fa6edea876"}}' 2023-04-24 00:14:00,879 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357T est:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906 0.038s 2023-04-24 00:14:00,879 80142 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, 24 Apr 2023 00:14:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dcb15a4-55c7-4972-88f1-db6813f0c611', 'content-length': '973', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dcb15a4-55c7-4972-88f1-db6813f0c611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906'} Body: b'{"volume": {"id": "c66c9db6-417b-4ac8-9b82-5910f5660906", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:00.000000", "updated_at": "2023-04-24T00:14:00.000000", "name": "tempest-VolumesTransfersV357Test-Volume-31553389", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "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": "8d48ff10bf3043a49e0054fa6edea876"}}' 2023-04-24 00:14:00,969 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906 0.077s 2023-04-24 00:14:00,970 80142 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, 24 Apr 2023 00:14:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0c66707-ad79-42e7-9322-1830f3bf1d57', 'content-length': '973', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0c66707-ad79-42e7-9322-1830f3bf1d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906'} Body: b'{"volume": {"id": "c66c9db6-417b-4ac8-9b82-5910f5660906", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:00.000000", "updated_at": "2023-04-24T00:14:00.000000", "name": "tempest-VolumesTransfersV357Test-Volume-31553389", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906"}], "user_id": "1f16da46d16a466787a82d7c1febe175", "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": "8d48ff10bf3043a49e0054fa6edea876"}}' 2023-04-24 00:14:01,076 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906 0.094s 2023-04-24 00:14:01,076 80142 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, 24 Apr 2023 00:14:00 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-0b7df005-f650-4ae7-9f99-294428f6ddac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906'} Body: b'' 2023-04-24 00:14:01,097 80142 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906 0.020s 2023-04-24 00:14:01,097 80142 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, 24 Apr 2023 00:14:01 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-ccb3be3d-4c55-4eea-8e9c-27314e113860', 'x-openstack-request-id': 'req-ccb3be3d-4c55-4eea-8e9c-27314e113860', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8d48ff10bf3043a49e0054fa6edea876/volumes/c66c9db6-417b-4ac8-9b82-5910f5660906'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c66c9db6-417b-4ac8-9b82-5910f5660906 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 f1913010-7997-453f-88ad-a4bfcc8fb6d3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:06,045 80160 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:11:06,045 80160 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:11:06,211 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.163s 2023-04-24 00:11:06,211 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1814203803", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLCP71ilDAgiarKoZWp2VpgncCzSb29zFpexe4Gow4OMeIBbuSeM19Qy9FpbyZ23mx7wcJNC4TUUIImLZa0Jkxw/4VzByhN1LXhR6rqRIHWomLMjZmJ53RbDWMdufdl+oQ=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:06 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-39ed29f4-e04e-4851-9572-cead447de6d3', 'x-compute-request-id': 'req-39ed29f4-e04e-4851-9572-cead447de6d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1814203803", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLCP71ilDAgiarKoZWp2VpgncCzSb29zFpexe4Gow4OMeIBbuSeM19Qy9FpbyZ23mx7wcJNC4TUUIImLZa0Jkxw/4VzByhN1LXhR6rqRIHWomLMjZmJ53RbDWMdufdl+oQ==", "fingerprint": "83:5a:54:bc:df:35:de:70:cf:f1:4f:e6:3d:c5:58:b9", "user_id": "471d341199f0431a95ae54651c4f0780"}}' 2023-04-24 00:11:06,216 80160 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1814203803 created 2023-04-24 00:11:06,951 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.734s 2023-04-24 00:11:06,951 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--865863702", "description": "tempest-description--981861793"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-3ae5453a-135b-43a7-a29c-4db4cda05221', 'date': 'Mon, 24 Apr 2023 00:11:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fcd66747-880f-409f-8e08-6fa8734ee947", "name": "tempest-securitygroup--865863702", "stateful": true, "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "description": "tempest-description--981861793", "shared": false, "security_group_rules": [{"id": "1b34b8e2-8cdd-47ae-976c-39beec7c0edb", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "fcd66747-880f-409f-8e08-6fa8734ee947", "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": 180, "description": null, "tags": [], "created_at": "2023-04-24T00:11:06Z", "updated_at": "2023-04-24T00:11:06Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}, {"id": "e1c7c3d5-540e-41ad-872a-b2f284e2921b", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "fcd66747-880f-409f-8e08-6fa8734ee947", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normal ized_cidr": null, "remote_group_id": null, "standard_attr_id": 182, "description": null, "tags": [], "created_at": "2023-04-24T00:11:06Z", "updated_at": "2023-04-24T00:11:06Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}], "tags": [], "created_at": "2023-04-24T00:11:06Z", "updated_at": "2023-04-24T00:11:06Z", "revision_number": 1, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:11:07,723 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.771s 2023-04-24 00:11:07,723 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd66747-880f-409f-8e08-6fa8734ee947", "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-5d439bc9-57a6-49b3-a8cd-4ba11cc5523f', 'date': 'Mon, 24 Apr 2023 00:11:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "75ded735-69d7-450a-ac23-86a11c4c39d8", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "fcd66747-880f-409f-8e08-6fa8734ee947", "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-24T00:11:07Z", "updated_at": "2023-04-24T00:11:07Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:11:08,331 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.607s 2023-04-24 00:11:08,331 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fcd66747-880f-409f-8e08-6fa8734ee947", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5815ed91-126a-4add-8cd0-c585ba97d085', 'date': 'Mon, 24 Apr 2023 00:11:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fbbd0ce0-f4e3-449e-9786-d5aae82d6e07", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "fcd66747-880f-409f-8e08-6fa8734ee947", "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-24T00:11:07Z", "updated_at": "2023-04-24T00:11:07Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:11:08,331 80160 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--865863702 created 2023-04-24 00:11:13,717 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 5.385s 2023-04-24 00:11:13,717 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-474bdbc1-0ff5-4f8b-bf02-ae4b97e979ba', 'date': 'Mon, 24 Apr 2023 00:11:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2558039f-de27-4720-8eeb-1e61e6065add", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "floating_ip_address": "172.24.4.241", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1d063c2bdc884fb8b826b9fb6fd97405", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:11Z", "updated_at": "2023-04-24T00:11:11Z", "revision_number": 0}}' 2023-04-24 00:11:13,717 80160 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2558039f-de27-4720-8eeb-1e61e6065add', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'floating_ip_address': '172.24.4.241', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:11Z', 'updated_at': '2023-04-24T00:11:11Z', 'revision_number': 0, 'ip': '172.24.4.241'} created 2023-04-24 00:11:13,828 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.105s 2023-04-24 00:11:13,829 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:13 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-9e4357eb-3762-4b97-9388-ad00cf2dd3b9', '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": "471d341199f0431a95ae54651c4f0780", "name": "tempest-AttachVolumeTestJSON-1425553791-project-member", "password_expires_at": null}, "audit_ids": ["U0CCRsKmTHa5vVzZbkWSAw"], "expires_at": "2023-04-24T01:11:13.000000Z", "issued_at": "2023-04-24T00:11:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d063c2bdc884fb8b826b9fb6fd97405", "name": "tempest-AttachVolumeTestJSON-1425553791"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "Region One"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1d063c2bdc884fb8b826b9fb6fd97405", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:13,829 80160 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'c29459b8-bcaa-41ae-94fa-d61344bae22f', 'name': 'tempest-AttachVolumeTestJSON-2015616970-network', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34370, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:13,830 80160 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1814203803', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLCP71ilDAgiarKoZWp2VpgncCzSb29zFpexe4Gow4OMeIBbuSeM19Qy9FpbyZ23mx7wcJNC4TUUIImLZa0Jkxw/4VzByhN1LXhR6rqRIHWomLMjZmJ53RbDWMdufdl+oQ==', 'fingerprint': '83:5a:54:bc:df:35:de:70:cf:f1:4f:e6:3d:c5:58:b9', 'user_id': '471d341199f0431a95ae54651c4f0780', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD8fpy2TqBKA98sLIQn2P/y57Iv4IeF4UYYL0esvV1jQoM32ODWNB5p\nzSAoQvNAdT+gBwYFK4EEACKhZANiAASwj+9YpQwIImqyqGVqdlaYJ3As0m9vcxaX\nsXuBqMODjHiAW7knjNfUMvRaW8mdt5se8HCTQuE1FCCJi2WtCZMcP+FcwcoTdS14\nUeq6kSB1qJizI2Zied0Ww1jHbn3ZfqE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fcd66747-880f-409f-8e08-6fa8734ee947', 'name': 'tempest-securitygroup--865863702', 'stateful': True, 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'description': 'tempest-description--981861793', 'shared': False, 'security_group_rules': [{'id': '1b34b8e2-8cdd-47ae-976c-39beec7c0edb', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'security_group_id': 'fcd66747-880f-409f-8e08-6fa8734ee947', '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': 180, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:06Z', 'updated_at': '2023-04-24T00:11:06Z', 'revision_number': 0, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405'}, {'id': 'e1c7c3d5-540e-41ad-872a-b2f284e2921b', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'security_group_id': 'fcd66747-880f-409f-8e08-6fa8734ee947', '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': 182, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:06Z', 'updated_at': '2023-04-24T00:11:06Z', 'revision_number': 0, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405'}], 'tags': [], 'created_at': '2023-04-24T00:11:06Z ', 'updated_at': '2023-04-24T00:11:06Z', 'revision_number': 1, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405'}, 'floating_ip': {'id': '2558039f-de27-4720-8eeb-1e61e6065add', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'floating_ip_address': '172.24.4.241', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:11Z', 'updated_at': '2023-04-24T00:11:11Z', 'revision_number': 0, 'ip': '172.24.4.241'}} 2023-04-24 00:11:17,012 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 3.181s 2023-04-24 00:11:17,012 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1695303135", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c29459b8-bcaa-41ae-94fa-d61344bae22f"}], "security_groups": [{"name": "tempest-securitygroup--865863702"}], "key_name": "tempest-keypair-1814203803", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b74c7229-9d28-463a-956f-273cb6996b53', 'x-compute-request-id': 'req-b74c7229-9d28-463a-956f-273cb6996b53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "212a2ad6-77ab-4615-b6ca-f426a3e76ab5", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--865863702"}], "adminPass": "password"}}' 2023-04-24 00:11:17,233 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5 0.217s 2023-04-24 00:11:17,233 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11: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-73e326ac-6650-48c0-8a3d-40b09374c9f6', 'x-compute-request-id': 'req-73e326ac-6650-48c0-8a3d-40b09374c9f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5'} Body: b'{"server": {"id": "212a2ad6-77ab-4615-b6ca-f426a3e76ab5", "name": "tempest-AttachVolumeTestJSON-server-1695303135", "status": "BUILD", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "user_id": "471d341199f0431a95ae54651c4f0780", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:17Z", "updated": "2023-04-24T00:11:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1814203803", "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-24 00:12:08,045 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5 0.751s 2023-04-24 00:12:08,045 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74da1294-be7d-4f5b-b361-e2b54e87fbaa', 'x-compute-request-id': 'req-74da1294-be7d-4f5b-b361-e2b54e87fbaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5'} Body: b'{"server": {"id": "212a2ad6-77ab-4615-b6ca-f426a3e76ab5", "name": "tempest-AttachVolumeTestJSON-server-1695303135", "status": "ACTIVE", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "user_id": "471d341199f0431a95ae54651c4f0780", "metadata": {}, "hostId": "8923544150293e27e2c706c0f14312b9ba2d0241eb0b684aff23f4b8", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:16Z", "updated": "2023-04-24T00:11:32Z", "addresses": {"tempest-AttachVolumeTestJSON-2015616970-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:fe:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1814203803", "OS-SRV-USG:launched_at": "2023-04-24T00:11:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--865863702"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:12:08,058 80160 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:13:08,288 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5/os-interface 0.171s 2023-04-24 00:13:08,289 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:08 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-5c7984ca-fb3a-4d20-8f5d-d7b98f09800b', 'x-compute-request-id': 'req-5c7984ca-fb3a-4d20-8f5d-d7b98f09800b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c29459b8-bcaa-41ae-94fa-d61344bae22f", "port_id": "81bcd0fd-3b1f-4890-b1fb-3086a1ac8a54", "mac_addr": "fa:16:3e:32:fe:fb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c0e40460-5266-4d22-a93e-14a5dc662fe1", "ip_address": "10.0.0.5"}]}]}' 2023-04-24 00:13:09,554 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/2558039f-de27-4720-8eeb-1e61e6065add 1.261s 2023-04-24 00:13:09,554 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "81bcd0fd-3b1f-4890-b1fb-3086a1ac8a54"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-7994f80c-f492-41b9-a200-7ac8a0d89a2e', 'date': 'Mon, 24 Apr 2023 00:13:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2558039f-de27-4720-8eeb-1e61e6065add'} Body: b'{"floatingip": {"id": "2558039f-de27-4720-8eeb-1e61e6065add", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "floating_ip_address": "172.24.4.241", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "2a8bff38-2458-461f-939a-53d4754ee28f", "port_id": "81bcd0fd-3b1f-4890-b1fb-3086a1ac8a54", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c29459b8-bcaa-41ae-94fa-d61344bae22f", "mac_address": "fa:16:3e:32:fe:fb", "admin_state_up": true, "status": "ACTIVE", "device_id": "212a2ad6-77ab-4615-b6ca-f426a3e76ab5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:11Z", "updated_at": "2023-04-24T00:13:08Z", "revision_number": 1, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:13:09,557 80160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.241:22' as 'cirros' with public key authentication 2023-04-24 00:13:09,605 80160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:13:09,630 80160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:13:09,631 80160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.241 successfully created 2023-04-24 00:13:09,709 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5/ips 0.077s 2023-04-24 00:13:09,709 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13: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-1980cf8c-cde9-48f1-ae3c-ec2a717ba4ef', 'x-compute-request-id': 'req-1980cf8c-cde9-48f1-ae3c-ec2a717ba4ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2015616970-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2023-04-24 00:13:09,713 80160 INFO [tempest.lib.common.ssh] Creating ssh connectio n to '172.24.4.241:22' as 'cirros' with public key authentication 2023-04-24 00:13:09,723 80160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:13:09,739 80160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:13:09,739 80160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.241 successfully created 2023-04-24 00:13:09,740 80160 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-24 00:13:09,740 80160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.241:22' as 'cirros' with public key authentication 2023-04-24 00:13:09,742 80160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:13:09,759 80160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:13:09,759 80160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.241 successfully created 2023-04-24 00:13:10,021 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes 0.239s 2023-04-24 00:13:10,021 80160 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-1181353538"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aea084b-375a-4ad9-a80d-7e43d7d61211', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aea084b-375a-4ad9-a80d-7e43d7d61211', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes'} Body: b'{"volume": {"id": "f1913010-7997-453f-88ad-a4bfcc8fb6d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:09.949267", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1181353538", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3"}], "user_id": "471d341199f0431a95ae54651c4f0780", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:10,084 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3 0.053s 2023-04-24 00:13:10,084 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96356b8d-d352-4647-8f76-46ceacae5ccd', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96356b8d-d352-4647-8f76-46ceacae5ccd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3'} Body: b'{"volume": {"id": "f1913010-7997-453f-88ad-a4bfcc8fb6d3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:10.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1181353538", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3"}], "user_id": "471d341199f0431a95ae54651c4f0780", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:13:11,138 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3 0.042s 2023-04-24 00:13:11,139 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-567184c5-e1ad-47d5-a5db-20cbca4136ef', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-567184c5-e1ad-47d5-a5db-20cbca4136ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3'} Body: b'{"volume": {"id": "f1913010-7997-453f-88ad-a4bfcc8fb6d3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:10.000000", "updated_at": "2023-04-24T00:13:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-1181353538", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d063c2bdc884fb8b826b9fb6fd97405/volumes/f1913010-7997-453f-88ad-a4bfcc8fb6d3"}], "user_id": "471d341199f0431a95ae54651c4f0780", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:13:11,539 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5 0.389s 2023-04-24 00:13:11,540 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13: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-b05f9b0c-b584-43c3-a485-fd3a450d227d', 'x-compute-request-id': 'req-b05f9b0c-b584-43c3-a485-fd3a450d227d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5'} Body: b'' 2023-04-24 00:13:12,253 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5 0.713s 2023-04-24 00:13:12,253 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:11 G MT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c650bae-fb65-4abb-a7e9-822256a3692a', 'x-compute-request-id': 'req-8c650bae-fb65-4abb-a7e9-822256a3692a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5'} Body: b'{"server": {"id": "212a2ad6-77ab-4615-b6ca-f426a3e76ab5", "name": "tempest-AttachVolumeTestJSON-server-1695303135", "status": "ACTIVE", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "user_id": "471d341199f0431a95ae54651c4f0780", "metadata": {}, "hostId": "8923544150293e27e2c706c0f14312b9ba2d0241eb0b684aff23f4b8", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:16Z", "updated": "2023-04-24T00:13:11Z", "addresses": {"tempest-AttachVolumeTestJSON-2015616970-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:fe:fb"}, {"version": 4, "addr": "172.24.4.241", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:fe:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1814203803", "OS-SRV-USG:launched_at": "2023-04-24T00:11:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--865863702"}], "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-24 00:14:02,358 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5 0.040s 2023-04-24 00:14:02,358 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:02 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-b2cdde38-7b0e-42a0-8663-72690cdf6ea7', 'x-compute-request-id': 'req-b2cdde38-7b0e-42a0-8663-72690cdf6ea7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/212a2ad6-77ab-4615-b6ca-f426a3e76ab5'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 212a2ad6-77ab-4615-b6ca-f426a3e76ab5 could not be found."}}' 2023-04-24 00:14:02,398 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1814203803 0.039s 2023-04-24 00:14:02,398 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:02 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-9d833088-3 75c-4804-855b-89e6e14cb29c', 'x-compute-request-id': 'req-9d833088-375c-4804-855b-89e6e14cb29c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1814203803'} Body: b'' 2023-04-24 00:14:02,613 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fcd66747-880f-409f-8e08-6fa8734ee947 0.214s 2023-04-24 00:14:02,614 80160 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-74d507b6-68d5-48cf-8989-4da40bdbfae5', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:14:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fcd66747-880f-409f-8e08-6fa8734ee947'} Body: b'' 2023-04-24 00:14:02,637 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/fcd66747-880f-409f-8e08-6fa8734ee947 0.023s 2023-04-24 00:14:02,637 80160 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-d9d9925d-0aa5-4c6a-b023-7f9c60041e3c', 'date': 'Mon, 24 Apr 2023 00:14:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fcd66747-880f-409f-8e08-6fa8734ee947'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fcd66747-880f-409f-8e08-6fa8734ee947 does not exist", "detail": ""}}' 2023-04-24 00:14:03,183 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2558039f-de27-4720-8eeb-1e61e6065add 0.545s 2023-04-24 00:14:03,184 80160 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-17d8382b-a29a-4e8c-8afb-3972188d5cbc', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:14:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2558039f-de27-4720-8eeb-1e61e6065add'} Body: b'' 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 175fc940-6367-4b7c-962f-33f93b7a2783 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:04,621 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.170s 2023-04-24 00:14:04,622 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-828dcec8-9e04-4f3d-9b6d-1b8de7037892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:14:05,039 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes 0.416s 2023-04-24 00:14:05,039 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1829192579"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a260e4e1-d3ec-4b2b-a2a3-a0e7996cf51d', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a260e4e1-d3ec-4b2b-a2a3-a0e7996cf51d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes'} Body: b'{"volume": {"id": "175fc940-6367-4b7c-962f-33f93b7a2783", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:04.971155", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1829192579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:14:05,094 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783 0.045s 2023-04-24 00:14:05,095 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f94a6474-825b-402e-8c47-a0f42d428b13', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f94a6474-825b-402e-8c47-a0f42d428b13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783'} Body: b'{"volume": {"id": "175fc940-6367-4b7c-962f-33f93b7a2783", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:05.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1829192579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ba2ae0ef69442efaa233dd7369a497b"}}' 2023-04-24 00:14:06,174 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783 0.068s 2023-04-24 00:14:06,175 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb50e0d8-8e1f-4c32-93ca-2d32e786e198', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb50e0d8-8e1f-4c32-93ca-2d32e786e198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783'} Body: b'{"volume": {"id": "175fc940-6367-4b7c-962f-33f93b7a2783", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:05.000000", "updated_at": "2023-04-24T00:14:05.000000", "name": "tempest-VolumesCloneTest-Volume-1829192579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ba2ae0ef69442efaa233dd7369a497b"}}' 2023-04-24 00:14:06,228 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783 0.042s 2023-04-24 00:14:06,228 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc28afec-97d2-4624-a08a-7f62c7fbb672', 'content-length': '903', 'openstack-api-version' : 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc28afec-97d2-4624-a08a-7f62c7fbb672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783'} Body: b'{"volume": {"id": "175fc940-6367-4b7c-962f-33f93b7a2783", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:05.000000", "updated_at": "2023-04-24T00:14:05.000000", "name": "tempest-VolumesCloneTest-Volume-1829192579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ba2ae0ef69442efaa233dd7369a497b"}}' 2023-04-24 00:14:06,351 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783 0.112s 2023-04-24 00:14:06,351 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-466a6f5d-ce40-43cd-b888-79064b256b6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783'} Body: b'' 2023-04-24 00:14:06,375 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783 0.023s 2023-04-24 00:14:06,376 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-3714a353-1e42-478f-acf9-f271c38a4c50', 'x-openstack-request-id': 'req-3714a353-1e42-478f-acf9-f271c38a4c50', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/175fc940-6367-4b7c-962f-33f93b7a2783'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 175fc940-6367-4b7c-962f-33f93b7a2783 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 de34d6ae-487b-4c8e-9f96-b197751c0f28 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:06,601 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes 0.223s 2023-04-24 00:14:06,602 80142 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-1144741731"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3314f07e-0af9-4599-9cb7-6fe8d9301fb3', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3314f07e-0af9-4599-9cb7-6fe8d9301fb3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes'} Body: b'{"volume": {"id": "de34d6ae-487b-4c8e-9f96-b197751c0f28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:06.543778", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1144741731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:14:06,651 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28 0.040s 2023-04-24 00:14:06,651 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49ed3d62-4752-40a2-8e90-a53713339624', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49ed3d62-4752-40a2-8e90-a53713339624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28'} Body: b'{"volume": {"id": "de34d6ae-487b-4c8e-9f96-b197751c0f28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:07.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1144741731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ba2ae0ef69442efaa233dd7369a497b"}}' 2023-04-24 00:14:07,714 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28 0.051s 2023-04-24 00:14:07,714 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87023e0d-486d-473b-8354-125daa423bcb', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87023e0d-486d-473b-8354-125daa423bcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28'} Body: b'{"volume": {"id": "de34d6ae-487b-4c8e-9f96-b197751c0f28", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:07.000000", "updated_at": "2023-04-24T00:14:07.000000", "name": "tempest-VolumesCloneTest-Volume-1144741731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ba2ae0ef69442efaa233dd7369a497b"}}' 2023-04-24 00:14:07,769 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28 0.044s 2023-04-24 00:14:07,770 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34731376-3a7e-47da-8a90-1eae53b2e0d0', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34731376-3a7e-47da-8a90-1eae53b2e0d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28'} Body: b'{"volume": {"id": "de34d6ae-487b-4c8e-9f96-b197751c0f28", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:07.000000", "updated_at": "2023-04-24T00:14:07.000000", "name": "tempest-VolumesCloneTest-Volume-1144741731", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28"}], "user_id": "51ee598425124faf8b4d11df607685d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ba2ae0ef69442efaa233dd7369a497b"}}' 2023-04-24 00:14:07,886 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28 0.105s 2023-04-24 00:14:07,886 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'var y': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bfee07a-b9b8-4fa3-b69d-75b7257aab97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28'} Body: b'' 2023-04-24 00:14:07,925 80142 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28 0.038s 2023-04-24 00:14:07,926 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-179ebc21-0a7a-4bf9-a02a-706212ec89ce', 'x-openstack-request-id': 'req-179ebc21-0a7a-4bf9-a02a-706212ec89ce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6ba2ae0ef69442efaa233dd7369a497b/volumes/de34d6ae-487b-4c8e-9f96-b197751c0f28'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume de34d6ae-487b-4c8e-9f96-b197751c0f28 could not be found."}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4ded9157-e2d1-4cd6-82ba-0b104cc4adb1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:17,348 80138 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:11:17,348 80138 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:11:17,757 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.407s 2023-04-24 00:11:17,758 80138 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-573827894", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/KzlzjtqauDBrnzunF6cUjlci7dQJPS3JVA4rtGDgOFyp/2HY51uowvViM2HhE4lJZuUeHsvbKt1HzFUPo9qtzdZ2uB0Xr7EHNKxzFBZkrBwvigyr3VT3tKQN0UGAShA=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:17 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-1e5a107e-4af2-4c07-8ff5-afef5b96fda6', 'x-compute-request-id': 'req-1e5a107e-4af2-4c07-8ff5-afef5b96fda6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-573827894", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/KzlzjtqauDBrnzunF6cUjlci7dQJPS3JVA4rtGDgOFyp/2HY51uowvViM2HhE4lJZuUeHsvbKt1HzFUPo9qtzdZ2uB0Xr7EHNKxzFBZkrBwvigyr3VT3tKQN0UGAShA==", "fingerprint": "fd:64:6f:05:bd:42:77:82:96:4e:5a:76:e1:e3:c6:a1", "user_id": "539997e65f4f4ef7998a4386d19a5e9f"}}' 2023-04-24 00:11:17,763 80138 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-573827894 created 2023-04-24 00:11:18,554 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.790s 2023-04-24 00:11:18,554 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1867096128", "description": "tempest-description--632403535"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-bf394093-efb1-44aa-8827-0d89ce2f057f', 'date': 'Mon, 24 Apr 2023 00:11:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d42df3fb-c857-4d28-aab9-406631dda7af", "name": "tempest-securitygroup--1867096128", "stateful": true, "tenant_id": "e2bf3154181247f8963be8cd31399851", "description": "tempest-description--632403535", "shared": false, "security_group_rules": [{"id": "0c935470-c05c-4a6a-ae54-e3c9c18a67bb", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "d42df3fb-c857-4d28-aab9-406631dda7af", "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": 241, "description": null, "tags": [], "created_at": "2023-04-24T00:11:18Z", "updated_at": "2023-04-24T00:11:18Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}, {"id": "57da27cf-4772-496f-8c62-510cc5aeaf41", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "d42df3fb-c857-4d28-aab9-406631dda7af", "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": 244, "description": null, "tags": [], "created_at": "2023-04-24T00:11:18Z", "updated_at": "2023-04-24T00:11:18Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}], "tags": [], "created_at": "2023-04-24T00:11:17Z", "updated_at": "2023-04-24T00:11:18Z", "revision_number": 1, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:11:19,404 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.849s 2023-04-24 00:11:19,404 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d42df3fb-c857-4d28-aab9-406631dda7af", "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-c1f7fbcb-9bbf-4908-8bef-bebb8549bbb9', 'date': 'Mon, 24 Apr 2023 00:11:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "adf6a42f-caea-4230-a260-9b753964d3ea", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "d42df3fb-c857-4d28-aab9-406631dda7af", "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-24T00:11:18Z", "updated_at": "2023-04-24T00:11:18Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:11:20,523 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.118s 2023-04-24 00:11:20,523 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d42df3fb-c857-4d28-aab9-406631dda7af", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c45d4262-e76f-4704-85bc-c585189838a4', 'date': 'Mon, 24 Apr 2023 00:11:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0be88f38-43d1-4cbf-9d4c-870d2b76135b", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "d42df3fb-c857-4d28-aab9-406631dda7af", "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-24T00:11:19Z", "updated_at": "2023-04-24T00:11:19Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:11:20,523 80138 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1867096128 created 2023-04-24 00:11:22,429 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.905s 2023-04-24 00:11:22,430 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content -type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-1d625a4e-9ea1-430f-9518-3c3e84336fee', 'date': 'Mon, 24 Apr 2023 00:11:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ada64304-f1a2-464b-9444-26ed60b45ab1", "tenant_id": "e2bf3154181247f8963be8cd31399851", "floating_ip_address": "172.24.4.236", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e2bf3154181247f8963be8cd31399851", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:21Z", "updated_at": "2023-04-24T00:11:21Z", "revision_number": 0}}' 2023-04-24 00:11:22,430 80138 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ada64304-f1a2-464b-9444-26ed60b45ab1', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'floating_ip_address': '172.24.4.236', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e2bf3154181247f8963be8cd31399851', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:21Z', 'updated_at': '2023-04-24T00:11:21Z', 'revision_number': 0, 'ip': '172.24.4.236'} created 2023-04-24 00:11:22,557 80138 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.120s 2023-04-24 00:11:22,557 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-68a251a6-f8d3-403b-9401-4e8341651ef7', '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": "539997e65f4f4ef7998a4386d19a5e9f", "name": "tempest-AttachVolumeShelveTestJSON-1947115496-project-member", "password_expires_at": null}, "audit_ids": ["TTRGBptZQQql110yapZHeQ"], "expires_at": "2023-04-24T01:11:22.000000Z", "issued_at": "2023-04-24T00:11:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2bf3154181247f8963be8cd31399851", "name": "tempest-AttachVolumeShelveTestJSON-1947115496"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e2bf3154181247f8963be8cd31399851", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:22,558 80138 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'e09e353d-220c-429c-9767-a11a59bbf99a', 'name': 'tempest-AttachVolumeShelveTestJSON-2107564613-network', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e2bf3154181247f8963be8cd31399851', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 398, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:22,558 80138 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-573827894', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/KzlzjtqauDBrnzunF6cUjlci7dQJPS3JVA4rtGDgOFyp/2HY51uowvViM2HhE4lJZuUeHsvbKt1HzFUPo9qtzdZ2uB0Xr7EHNKxzFBZkrBwvigyr3VT3tKQN0UGAShA==', 'fingerprint': 'fd:64:6f:05:bd:42:77:82:96:4e:5a:76:e1:e3:c6:a1', 'user_id': '539997e65f4f4ef7998a4386d19a5e9f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAnZsFczQMQvv9veSjVQ06uPEAsyq+lHulxopCRKXNgJB9dn8g0++H4\nDcHQ+/EE4CigBwYFK4EEACKhZANiAAR/ys5c47amrgwa587pxenFI5XIu3UCT0ty\nVQOK7Rg4Dhcqf9h2OdbqML1YjNh4ROJSWblHh7L2yrdR8xVD6Parc3WdrgdF6+xB\nzSscxQWZKwcL4oMq91U97SkDdFBgEoQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd42df3fb-c857-4d28-aab9-406631dda7af', 'name': 'tempest-securitygroup--1867096128', 'stateful': True, 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'description': 'tempest-description--632403535', 'shared': False, 'security_group_rules': [{'id': '0c935470-c05c-4a6a-ae54-e3c9c18a67bb', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'security_group_id': 'd42df3fb-c857-4d28-aab9-406631dda7af', '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': 241, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:18Z', 'updated_at': '2023-04-24T00:11:18Z', 'revision_number': 0, 'project_id': 'e2bf3154181247f8963be8cd31399851'}, {'id': '57da27cf-4772-496f-8c62-510cc5aeaf41', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'security_group_id': 'd42df3fb-c857-4d28-aab9-406631dda7af', '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': 244, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:18Z', 'updated_at': '2023-0 4-24T00:11:18Z', 'revision_number': 0, 'project_id': 'e2bf3154181247f8963be8cd31399851'}], 'tags': [], 'created_at': '2023-04-24T00:11:17Z', 'updated_at': '2023-04-24T00:11:18Z', 'revision_number': 1, 'project_id': 'e2bf3154181247f8963be8cd31399851'}, 'floating_ip': {'id': 'ada64304-f1a2-464b-9444-26ed60b45ab1', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'floating_ip_address': '172.24.4.236', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e2bf3154181247f8963be8cd31399851', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:21Z', 'updated_at': '2023-04-24T00:11:21Z', 'revision_number': 0, 'ip': '172.24.4.236'}} 2023-04-24 00:11:24,240 80138 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.681s 2023-04-24 00:11:24,241 80138 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-952005257", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e09e353d-220c-429c-9767-a11a59bbf99a"}], "security_groups": [{"name": "tempest-securitygroup--1867096128"}], "key_name": "tempest-keypair-573827894", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887', '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-3b98375f-a1ac-48a9-9068-b667063f2734', 'x-compute-request-id': 'req-3b98375f-a1ac-48a9-9068-b667063f2734', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e762c863-43e1-4f26-ab6b-c8ea40f08887", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1867096128"}], "adminPass": "password"}}' 2023-04-24 00:11:24,383 80138 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/e762c863-43e1-4f26-ab6b-c8ea40f08887 0.139s 2023-04-24 00:11:24,384 80138 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, 24 Apr 2023 00:11: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-3aea356e-ff21-4a80-a4e6-b3d5a06aed1d', 'x-compute-request-id': 'req-3aea356e-ff21-4a80-a4e6-b3d5a06aed1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887'} Body: b'{"server": {"id": "e762c863-43e1-4f26-ab6b-c8ea40f08887", "name": "tempest-AttachVolumeShelveTestJSON-server-952005257", "status": "BUILD", "tenant_id": "e2bf3154181247f8963be8cd31399851", "user_id": "5399 97e65f4f4ef7998a4386d19a5e9f", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:24Z", "updated": "2023-04-24T00:11:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-573827894", "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-24 00:12:14,720 80138 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/e762c863-43e1-4f26-ab6b-c8ea40f08887 0.271s 2023-04-24 00:12:14,720 80138 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, 24 Apr 2023 00:12:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1586', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13550076-bdb4-4862-8597-6503a3fbd034', 'x-compute-request-id': 'req-13550076-bdb4-4862-8597-6503a3fbd034', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887'} Body: b'{"server": {"id": "e762c863-43e1-4f26-ab6b-c8ea40f08887", "name": "tempest-AttachVolumeShelveTestJSON-server-952005257", "status": "ACTIVE", "tenant_id": "e2bf3154181247f8963be8cd31399851", "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "metadata": {}, "hostId": "7437ff9dd8094cdab89e10094248ce5b2122d00e85e38d3b58136325", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:24Z", "updated": "2023-04-24T00:11:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2107564613-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:f9:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-573827894", "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867096128"}], "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-24 00:12:14,734 80138 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:13:14,979 80138 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/e762 c863-43e1-4f26-ab6b-c8ea40f08887/os-interface 0.186s 2023-04-24 00:13:14,979 80138 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, 24 Apr 2023 00:13:14 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-4e5da989-4d5e-4416-aacb-0c1707b255a4', 'x-compute-request-id': 'req-4e5da989-4d5e-4416-aacb-0c1707b255a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e09e353d-220c-429c-9767-a11a59bbf99a", "port_id": "d90cab57-5c57-410a-a61e-ab316454a676", "mac_addr": "fa:16:3e:07:f9:7b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "53b661ca-3e96-4281-afa7-85eb88031ce8", "ip_address": "10.0.0.6"}]}]}' 2023-04-24 00:13:16,040 80138 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/ada64304-f1a2-464b-9444-26ed60b45ab1 1.056s 2023-04-24 00:13:16,040 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d90cab57-5c57-410a-a61e-ab316454a676"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-97692472-29b9-402b-b67d-73fa913aeb71', 'date': 'Mon, 24 Apr 2023 00:13:16 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ada64304-f1a2-464b-9444-26ed60b45ab1'} Body: b'{"floatingip": {"id": "ada64304-f1a2-464b-9444-26ed60b45ab1", "tenant_id": "e2bf3154181247f8963be8cd31399851", "floating_ip_address": "172.24.4.236", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "d1825591-681d-4f8b-a4a7-ba167d314a3c", "port_id": "d90cab57-5c57-410a-a61e-ab316454a676", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e09e353d-220c-429c-9767-a11a59bbf99a", "mac_address": "fa:16:3e:07:f9:7b", "admin_state_up": true, "status": "ACTIVE", "device_id": "e762c863-43e1-4f26-ab6b-c8ea40f08887", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:21Z", "updated_at": "2023-04-24T00:13:15Z", "revision_number": 1, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:13:16,042 80138 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.236:22' as 'cirros' with public key authentication 2023-04-24 00:13:16,073 80138 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:13:16,094 80138 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:13:16,095 80138 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.236 successfully created 2023-04-24 00:13:16,153 80138 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/e762c863-43e1-4f26-ab6b-c8ea40f08887/ips 0.057s 2023-04-24 00:13:16,154 80138 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, 24 Apr 2023 00:13:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.2 0', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71e9ce0f-94d4-423b-a432-e826f8164740', 'x-compute-request-id': 'req-71e9ce0f-94d4-423b-a432-e826f8164740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-2107564613-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-04-24 00:13:16,398 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes 0.241s 2023-04-24 00:13:16,398 80138 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-889915139"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e66dda-cb2d-4491-8a38-587c1ecd61e4', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0e66dda-cb2d-4491-8a38-587c1ecd61e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes'} Body: b'{"volume": {"id": "4ded9157-e2d1-4cd6-82ba-0b104cc4adb1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:16.338322", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-889915139", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1"}], "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:16,461 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1 0.052s 2023-04-24 00:13:16,461 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aec84efb-f23b-4965-823b-0498af2defe3', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aec84efb-f23b-4965-823b-0498af2defe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1'} Body: b'{"volume": {"id": "4ded9157-e2d1-4cd6-82ba-0b104cc4adb1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:16.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-889915139", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1"}], "user_id": "539997e65f 4f4ef7998a4386d19a5e9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:13:17,514 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1 0.041s 2023-04-24 00:13:17,515 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b111cd25-1320-49bf-94be-b18ccc20a587', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b111cd25-1320-49bf-94be-b18ccc20a587', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1'} Body: b'{"volume": {"id": "4ded9157-e2d1-4cd6-82ba-0b104cc4adb1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:16.000000", "updated_at": "2023-04-24T00:13:16.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-889915139", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2bf3154181247f8963be8cd31399851/volumes/4ded9157-e2d1-4cd6-82ba-0b104cc4adb1"}], "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:13:17,663 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887 0.136s 2023-04-24 00:13:17,664 80138 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, 24 Apr 2023 00:13: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-db748f70-29ef-4bf2-9d83-549f8e74e627', 'x-compute-request-id': 'req-db748f70-29ef-4bf2-9d83-549f8e74e627', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887'} Body: b'' 2023-04-24 00:13:17,958 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887 0.294s 2023-04-24 00:13:17,959 80138 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, 24 Apr 2023 00:13:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1711', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e58c06e3-7239-4d42-8574-6880549c97d6', 'x-compute-request-id': 'req-e 58c06e3-7239-4d42-8574-6880549c97d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887'} Body: b'{"server": {"id": "e762c863-43e1-4f26-ab6b-c8ea40f08887", "name": "tempest-AttachVolumeShelveTestJSON-server-952005257", "status": "ACTIVE", "tenant_id": "e2bf3154181247f8963be8cd31399851", "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "metadata": {}, "hostId": "7437ff9dd8094cdab89e10094248ce5b2122d00e85e38d3b58136325", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:24Z", "updated": "2023-04-24T00:13:18Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2107564613-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:f9:7b"}, {"version": 4, "addr": "172.24.4.236", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:f9:7b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-573827894", "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867096128"}], "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-24 00:14:08,059 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887 0.038s 2023-04-24 00:14:08,059 80138 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, 24 Apr 2023 00:14: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-b14d55b0-6fec-4c74-b218-bdd0345addce', 'x-compute-request-id': 'req-b14d55b0-6fec-4c74-b218-bdd0345addce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e762c863-43e1-4f26-ab6b-c8ea40f08887'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e762c863-43e1-4f26-ab6b-c8ea40f08887 could not be found."}}' 2023-04-24 00:14:08,097 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-573827894 0.036s 2023-04-24 00:14:08,097 80138 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, 24 Apr 2023 00:14: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-9793814f-c273-42fb-83a2-dc0768e1785c', 'x-compute-request-id': 'req-9793814f-c273-42fb-83a2-dc0768e1785c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-573827 894'} Body: b'' 2023-04-24 00:14:08,285 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/d42df3fb-c857-4d28-aab9-406631dda7af 0.186s 2023-04-24 00:14:08,285 80138 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-04488d2d-7ed8-4b42-9b4f-e5c27b3677f6', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:14:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d42df3fb-c857-4d28-aab9-406631dda7af'} Body: b'' 2023-04-24 00:14:08,303 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/d42df3fb-c857-4d28-aab9-406631dda7af 0.017s 2023-04-24 00:14:08,303 80138 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-f6fcb4fb-b399-4f07-b69f-28c64c0b32cc', 'date': 'Mon, 24 Apr 2023 00:14:08 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d42df3fb-c857-4d28-aab9-406631dda7af'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d42df3fb-c857-4d28-aab9-406631dda7af does not exist", "detail": ""}}' 2023-04-24 00:14:09,346 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ada64304-f1a2-464b-9444-26ed60b45ab1 1.042s 2023-04-24 00:14:09,347 80138 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-8f4554bd-b12b-42c9-b1f1-f603a07d5acf', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:14:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ada64304-f1a2-464b-9444-26ed60b45ab1'} Body: b'' 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 5ec011c6-dd87-45b0-985f-c68831ced4ec failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:20,063 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes 0.534s 2023-04-24 00:14:20,063 80142 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-2002814399", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45294f97-a5ba-44c8-b7e3-dfda71f658d1', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45294f97-a5ba-44c8-b7e3-dfda71f658d1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes'} Body: b'{"volume": {"id": "5ec011c6-dd87-45b0-985f-c68831ced4ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:19.975772", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-2002814399", "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/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:14:20,136 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec 0.063s 2023-04-24 00:14:20,136 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f86b1e47-6443-4702-ad4c-9937a66db290', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f86b1e47-6443-4702-ad4c-9937a66db290', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec'} Body: b'{"volume": {"id": "5ec011c6-dd87-45b0-985f-c68831ced4ec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:20.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-2002814399", "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/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:21,198 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec 0.049s 2023-04-24 00:14:21,198 80142 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28dd16d1-d331-46bb-883d-52c60d925ade', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28dd16d1-d331-46bb-883d-52c60d925ade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec'} Body: b'{"volume": {"id": "5ec011c6-dd87-45b0-985f-c68831ced4ec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:20.000000", "updated_at": "2023-04-24T00:14:20.000000", "name": "tempest-VolumesGetTest-Volume-2002814399", "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/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:21,331 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec 0.122s 2023-04-24 00:14:21,331 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02685280-80d7-4e80-81b7-90d9130e1c1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec'} Body: b'' 2023-04-24 00:14:21,353 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec 0.021s 2023-04-24 00:14:21,353 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-b933d2f8-e6a5-4ca9-8c0e-8605279b0f56', 'x-openstack-request-id': 'req-b933d2f8-e6a5-4ca9-8c0e-8605279b0f56', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/5ec011c6-dd87-45b0-985f-c68831ced4ec'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5ec011c6-dd87-45b0-985f-c68831ced4ec 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 dad8b24d-16a3-457a-a498-6f07bfdb7f89 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:21,614 80142 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/b8bd3012a91c4472a265e763302e7385/volumes 0.258s 2023-04-24 00:14:21,615 80142 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-1497068287"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07dc4f96-15f6-4343-a71e-8d31ad9ae508', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07dc4f96-15f6-4343-a71e-8d31ad9ae508', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes'} Body: b'{"volume": {"id": "dad8b24d-16a3-457a-a498-6f07bfdb7f89", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:21.519780", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1497068287", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:14:21,664 80142 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/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89 0.038s 2023-04-24 00:14:21,664 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a315011d-6cd0-4905-8631-96c89421a399', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a315011d-6cd0-4905-8631-96c89421a399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89'} Body: b'{"volume": {"id": "dad8b24d-16a3-457a-a498-6f07bfdb7f89", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:22.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1497068287", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:22,716 80142 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/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89 0.041s 2023-04-24 00:14:22,716 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55b503e1-fa2b-4564-a85c-514850d075dd', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55b503e1-fa2b-4564-a85c-514850d075dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89'} Body: b'{"volume": {"id": "dad8b24d-16a3-457a-a498-6f07bfdb7f89", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:22.000000", "updated_at": "2023-04-24T00:14:22.000000", "name": "tempest-VolumesGetTest-Volume-1497068287", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:22,770 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89 0.042s 2023-04-24 00:14:22,770 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15053a95-0b94-49c2-b60b-6c242edc19dd', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15053a95-0b94-49c2-b60b-6c242edc19dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89'} Body: b'{"volume": {"id": "dad8b24d-16a3-457a-a498-6f07bfdb7f89", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:22.000000", "updated_at": "2023-04-24T00:14:22.000000", "name": "tempest-VolumesGetTest-Volume-1497068287", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:22,893 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89 0.111s 2023-04-24 00:14:22,893 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-8d2a76e4-858e-46c1-b710-985ff246190a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89'} Body: b'' 2023-04-24 00:14:22,919 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89 0.025s 2023-04-24 00:14:22,919 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-182d725c-05d7-4f1e-b566-8c425674f263', 'x-openstack-request-id': 'req-182d725c-05d7-4f1e-b566-8c425674f263', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/dad8b24d-16a3-457a-a498-6f07bfdb7f89'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dad8b24d-16a3-457a-a498-6f07bfdb7f89 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 f94fab9c-068b-48f0-a1eb-b21423e8f5c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:22,952 80142 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/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.027s 2023-04-24 00:14:22,953 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-17de8cd5-ead9-45a7-bcfb-12769ddc4c05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:14:23,460 80142 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/b8bd3012a91c4472a265e763302e7385/volumes 0.507s 2023-04-24 00:14:23,461 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-VolumesGetTest-Volume-394922145", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f85ee931-32ea-4614-88dd-2d1df0978fb0', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f85ee931-32ea-4614-88dd-2d1df0978fb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes'} Body: b'{"volume": {"id": "f94fab9c-068b-48f0-a1eb-b21423e8f5c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:23.388863", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-394922145", "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/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:14:23,566 80142 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/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0 0.094s 2023-04-24 00:14:23,567 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141cfe40-b9e5-4dc2-9886-8b0ffb6ac5d7', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141cfe40-b9e5-4dc2-9886-8b0ffb6ac5d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0'} Body: b'{"volume": {"id": "f94fab9c-068b-48f0-a1eb-b21423e8f5c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:23.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-394922145", "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/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:24,621 80142 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/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0 0.042s 2023-04-24 00:14:24,622 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f2b26d1-ab30-4880-8c22-87c39ff2b64f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f2b26d1-ab30-4880-8c22-87c39ff2b64f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0'} Body: b'{"volume": {"id": "f94fab9c-068b-48f0-a1eb-b21423e8f5c0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:23.000000", "updated_at": "2023-04-24T00:14:24.000000", "name": "tempest-VolumesGetTest-Volume-394922145", "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/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0"}], "user_id": "39868c6076674d5d8218f0b3261c2898", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8bd3012a91c4472a265e763302e7385"}}' 2023-04-24 00:14:24,748 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0 0.115s 2023-04-24 00:14:24,748 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-b2864c0f-e279-400c-8b43-9b8a75fb20f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0'} Body: b'' 2023-04-24 00:14:24,774 80142 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0 0.025s 2023-04-24 00:14:24,775 80142 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-cfec4107-96b4-4a4c-9a00-897690c98690', 'x-openstack-request-id': 'req-cfec4107-96b4-4a4c-9a00-897690c98690', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b8bd3012a91c4472a265e763302e7385/volumes/f94fab9c-068b-48f0-a1eb-b21423e8f5c0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f94fab9c-068b-48f0-a1eb-b21423e8f5c0 could not be found."}}' 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 88a7a76a-24ad-4900-98a3-32f4c04e6979 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:24,438 80152 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes 0.674s 2023-04-24 00:14:24,439 80152 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-77670442", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dc3fc6b-51e1-4765-b8a0-d6d580c55656', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dc3fc6b-51e1-4765-b8a0-d6d580c55656', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes'} Body: b'{"volume": {"id": "88a7a76a-24ad-4900-98a3-32f4c04e6979", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:24.359526", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-77670442", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979"}], "user_id": "edaadc038dae4afc87c237eaf4d508a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:14:24,505 80152 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979 0.053s 2023-04-24 00:14:24,505 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88f039d7-a58b-444f-a145-d8b1684f82a9', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88f039d7-a58b-444f-a145-d8b1684f82a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979'} Body: b'{"volume": {"id": "88a7a76a-24ad-4900-98a3-32f4c04e6979", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:24.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-77670442", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979"}], "user_id": "edaadc038dae4afc87c237eaf4d508a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "141a2852b1904cf996178a5f8b88f5fa"}}' 2023-04-24 00:14:25,567 80152 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979 0.049s 2023-04-24 00:14:25,568 80152 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, 24 Apr 2023 00:14:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dfb5380-3336-4d83-ac89-8d4824a75314', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dfb5380-3336-4d83-ac89-8d4824a75314', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979'} Body: b'{"volume": {"id": "88a7a76a-24ad-4900-98a3-32f4c04e6979", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:14:24.000000", "updated_at": "2023-04-24T00:14:25.000000", "name": "tempest-TaggedBootDevicesTest-volume-77670442", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/141a2852b1904cf996178a5f8b88f5fa/volumes/88a7a76a-24ad-4900-98a3-32f4c04e6979"}], "user_id": "edaadc038dae4afc87c237eaf4d508a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "141a2852b1904cf996178a5f8b88f5fa"}}' 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 e4be8cac-1e85-4323-89a9-46794a480eb5 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 9816c313-abde-4c45-b8f7-74056fafe505 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:41,950 80148 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/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.418s 2023-04-24 00:11:41,950 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1def87be-2c9a-4e7e-b6ab-37d38d3d00e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:11:43,251 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 1.255s 2023-04-24 00:11:43,252 80148 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, 24 Apr 2023 00:11:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-0b2f7e2e-6f78-4fa4-bd42-ed3d5be9d6fb', '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": "26ca23f4ae694d6eb392b4149eac642e", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "6d0fc2e0-41f4-457d-aa83-7dd6fd114687", "created_at": "2023-04-24T00:11:43Z", "updated_at": "2023-04-24T00:11:43Z", "tags": [], "self": "/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687", "file": "/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:11:46,203 80148 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-24 00:11:46,203 80148 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/6d0fc2e0-41f4-457d-aa83-7dd6fd114687/file 2.951s 2023-04-24 00:11:46,204 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b75ef1ae-e47d-40c0-9127-84926a72e783', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687/file'} Body: b'' 2023-04-24 00:11:46,204 80148 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:11:46,205 80148 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:11:46,463 80148 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.256s 2023-04-24 00:11:46,464 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1524659291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP/vhtnDrSUbhDcnzbj2hTMPnSPvEi9MH767Q1zBuBu7Q388dTCb4/K/XteUMBOM3VV8UZ23HJ9k+WdLhWp/wu0OUK0FLVdByp/HDgDXNkveo1WfqdtyNUzgJX99Y7XXPw=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5e55237-818e-4077-aaa2-3770fa281497', 'x-compute-request-id': 'req-a5e55237-818e-4077-aaa2-3770fa281497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1524659291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP/vhtnDrSUbhDcnzbj2hTMPnSPvEi9MH767Q1zBuBu7Q388dTCb4/K/XteUMBOM3VV8UZ23HJ9k+WdLhWp/wu0OUK0FLVdByp/HDgDXNkveo1WfqdtyNUzgJX99Y7XXPw==", "fingerprint": "0c:b9:26:7f:41:bf:07:eb:fc:68:ea:a9:35:d4:9c:6b", "user_id": "04625ea29ba641fc8342441f61274d4f"}}' 2023-04-24 00:11:46,472 80148 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1524659291 created 2023-04-24 00:11:46,998 80148 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.526s 2023-04-24 00:11:46,999 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1285617159", "description": "tempest-description--1813201579"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-77be2628-a1ed-4a8c-aa3a-7e93920fc05d', 'date': 'Mon, 24 Apr 2023 00:11:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "name": "tempest-securitygroup--1285617159", "stateful": true, "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "description": "tempest-description--1813201579", "shared": false, "security_group_rules": [{"id": "044acd94-3a8d-445f-923f-66816dd056d2", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "security_group_id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "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": 300, "description": null, "tags": [], "create d_at": "2023-04-24T00:11:46Z", "updated_at": "2023-04-24T00:11:46Z", "revision_number": 0, "project_id": "6e163039cafd4b2880a41ded2e2f7d00"}, {"id": "478c6b76-bef3-4d20-8cc9-0e3f80c84562", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "security_group_id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "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": 301, "description": null, "tags": [], "created_at": "2023-04-24T00:11:46Z", "updated_at": "2023-04-24T00:11:46Z", "revision_number": 0, "project_id": "6e163039cafd4b2880a41ded2e2f7d00"}], "tags": [], "created_at": "2023-04-24T00:11:46Z", "updated_at": "2023-04-24T00:11:46Z", "revision_number": 1, "project_id": "6e163039cafd4b2880a41ded2e2f7d00"}}' 2023-04-24 00:11:47,664 80148 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.665s 2023-04-24 00:11:47,665 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "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-c7e03c5e-7c62-4901-86b3-6569f4be9c86', 'date': 'Mon, 24 Apr 2023 00:11:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c1959fa9-34d6-468f-aa5c-0daa99745d10", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "security_group_id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "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-24T00:11:47Z", "updated_at": "2023-04-24T00:11:47Z", "revision_number": 0, "project_id": "6e163039cafd4b2880a41ded2e2f7d00"}}' 2023-04-24 00:11:48,051 80148 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.386s 2023-04-24 00:11:48,052 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3bab69dc-9b44-4fc4-a07c-f00773b7762a', 'date': 'Mon, 24 Apr 2023 00:11: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": "446863e7-ff5e-486d-9b4f-1e873df40edd", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "security_group_id": "182c70b5-6ea3-4db9-b229-b34d8835ea6a", "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-24T00:11:47Z", "updated_at": "2023-04-24T00:11:47Z", "revision_number": 0, "project_id": "6e163039cafd4b2880a41ded2e2f7d00"}}' 2023-04-24 00:11:48,052 80148 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1285617159 created 2023-04-24 00:11:50,339 80148 INFO [tempest.lib.common.rest_client] Reques t (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.286s 2023-04-24 00:11:50,339 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-d3e6a4d3-d3aa-4daf-b0d9-d85f7f734a2d', 'date': 'Mon, 24 Apr 2023 00:11:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "65d59dff-b54b-40ca-bf83-e6eac06b944d", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "floating_ip_address": "172.24.4.190", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "6e163039cafd4b2880a41ded2e2f7d00", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:49Z", "updated_at": "2023-04-24T00:11:49Z", "revision_number": 0}}' 2023-04-24 00:11:50,339 80148 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '65d59dff-b54b-40ca-bf83-e6eac06b944d', 'tenant_id': '6e163039cafd4b2880a41ded2e2f7d00', 'floating_ip_address': '172.24.4.190', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e163039cafd4b2880a41ded2e2f7d00', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:49Z', 'updated_at': '2023-04-24T00:11:49Z', 'revision_number': 0, 'ip': '172.24.4.190'} created 2023-04-24 00:11:50,502 80148 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.157s 2023-04-24 00:11:50,502 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:50 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-3b35a453-97a4-42f1-90bd-56341dd4fb40', '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": "04625ea29ba641fc8342441f61274d4f", "name": "tempest-AttachSCSIVolumeTestJSON-1166211293-project-member", "password_expires_at": null}, "audit_ids": ["3A3FmyAqQKGnJhmMOpIa1g"], "expires_at": "2023-04-24T01:11:50.000000Z", "issued_at": "2023-04-24T00:11:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6e163039cafd4b2880a41ded2e2f7d00", "name": "tempest-AttachSCSIVolumeTestJSON-1166211293"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "Re gionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6e163039cafd4b2880a41ded2e2f7d00", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:50,503 80148 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '60f29626-4198-42e4-835f-2d0d9cfabf8d', 'name': 'tempest-AttachSCSIVolumeTestJSON-973896992-network', 'tenant_id': '6e163039cafd4b2880a41ded2e2f7d00', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6e163039cafd4b2880a41ded2e2f7d00', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28999, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:50,503 80148 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1524659291', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP/vhtnDrSUbhDcnzbj2hTMPnSPvEi9MH767Q1zBuBu7Q388dTCb4/K/XteUMBOM3VV8UZ23HJ9k+WdLhWp/wu0OUK0FLVdByp/HDgDXNkveo1WfqdtyNUzgJX99Y7XXPw==', 'fingerprint': '0c:b9:26:7f:41:bf:07:eb:fc:68:ea:a9:35:d4:9c:6b', 'user_id': '04625ea29ba641fc8342441f61274d4f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBPlw05Yr9ZSCz7g9X+3Au4sJwyppQd5SVXR3V3OpzEY+YC0h2ZiuDS\nhijki0+IbVCgBwYFK4EEACKhZANiAAT/74bZw60lG4Q3J8249oUzD50j7xIvTB++\nu0Ncwbgbu0N/PHUwm+Pyv17XlDATjN1VfFGdtxyfZPlnS4Vqf8LtDlCtBS1XQcqf\nxw4A1zZL3qNVn6nbcjVM4CV/fWO11z8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '182c70b5-6ea3-4db9-b229-b34d8835ea6a', 'name': 'tempest-securitygroup--1285617159', 'stateful': True, 'tenant_id': '6e163039cafd4b2880a41ded2e2f7d00', 'description': 'tempest-description--1813201579', 'shared': False, 'security_group_rules': [{'id': '044acd94-3a8d-445f-923f-66816dd056d2', 'tenant_id': '6e163039cafd4b2880a41ded2e2f7d00', 'security_group_id': '182c70b5-6ea3-4db9-b229-b34d8835ea6a', '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': 300, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:46Z', 'updated_at': '2023-04-24T00:11:46Z', 'revision_number': 0, 'project_id': '6e163039cafd4b2880a41ded2e2f7d00'}, {'id': '478c6b76-bef3-4d20-8cc9-0e3f80c84562', 'tenant_id': '6e163039cafd4b2880a41ded2e2f7d00', 'security_ group_id': '182c70b5-6ea3-4db9-b229-b34d8835ea6a', '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': 301, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:11:46Z', 'updated_at': '2023-04-24T00:11:46Z', 'revision_number': 0, 'project_id': '6e163039cafd4b2880a41ded2e2f7d00'}], 'tags': [], 'created_at': '2023-04-24T00:11:46Z', 'updated_at': '2023-04-24T00:11:46Z', 'revision_number': 1, 'project_id': '6e163039cafd4b2880a41ded2e2f7d00'}, 'floating_ip': {'id': '65d59dff-b54b-40ca-bf83-e6eac06b944d', 'tenant_id': '6e163039cafd4b2880a41ded2e2f7d00', 'floating_ip_address': '172.24.4.190', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '6e163039cafd4b2880a41ded2e2f7d00', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:11:49Z', 'updated_at': '2023-04-24T00:11:49Z', 'revision_number': 0, 'ip': '172.24.4.190'}} 2023-04-24 00:11:52,047 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/compute/v2.1/servers 1.542s 2023-04-24 00:11:52,047 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1292260913", "imageRef": "6d0fc2e0-41f4-457d-aa83-7dd6fd114687", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "60f29626-4198-42e4-835f-2d0d9cfabf8d"}], "security_groups": [{"name": "tempest-securitygroup--1285617159"}], "key_name": "tempest-keypair-1524659291", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a03ce46-d61a-42ad-9986-c4931699b3df', 'x-compute-request-id': 'req-5a03ce46-d61a-42ad-9986-c4931699b3df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5e7bfc8d-7d4a-42f7-9657-cc65e1364b87", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1285617159"}], "adminPass": "Ky9BEr7PoiCE"}}' 2023-04-24 00:11:52,175 80148 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/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87 0.125s 2023-04-24 00:11:52,176 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:52 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-2b33c603-37b1-4ae3-9083-2001de2866a1', 'x-compute-request-id': 'req-2b33c603-37b1-4ae3-9083-2001de2866a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10 .0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87'} Body: b'{"server": {"id": "5e7bfc8d-7d4a-42f7-9657-cc65e1364b87", "name": "tempest-AttachSCSIVolumeTestJSON-server-1292260913", "status": "BUILD", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "user_id": "04625ea29ba641fc8342441f61274d4f", "metadata": {}, "hostId": "", "image": {"id": "6d0fc2e0-41f4-457d-aa83-7dd6fd114687", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:52Z", "updated": "2023-04-24T00:11:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1524659291", "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-24 00:12:42,674 80148 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/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87 0.438s 2023-04-24 00:12:42,675 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:12:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13f63d3c-2843-45b0-9127-fd28bd53915d', 'x-compute-request-id': 'req-13f63d3c-2843-45b0-9127-fd28bd53915d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87'} Body: b'{"server": {"id": "5e7bfc8d-7d4a-42f7-9657-cc65e1364b87", "name": "tempest-AttachSCSIVolumeTestJSON-server-1292260913", "status": "ACTIVE", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "user_id": "04625ea29ba641fc8342441f61274d4f", "metadata": {}, "hostId": "044bc38a09d462d81b52925d4903670beec44a35d05c40c7d52a2d56", "image": {"id": "6d0fc2e0-41f4-457d-aa83-7dd6fd114687", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:52Z", "updated": "2023-04-24T00:12:01Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-973896992-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:34"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1524659291", "OS-SRV-USG:launched_at": "2023-04-24T00:12:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1285617159"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:12:42,687 80148 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:13:42,905 80148 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/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87/os-interface 0.174s 2023-04-24 00:13:42,906 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:42 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-a23f8c0e-c428-425e-81a3-0a4f1d0dfc51', 'x-compute-request-id': 'req-a23f8c0e-c428-425e-81a3-0a4f1d0dfc51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "60f29626-4198-42e4-835f-2d0d9cfabf8d", "port_id": "5a56c96a-0083-47e5-819c-1d802bbcd6ea", "mac_addr": "fa:16:3e:04:8c:34", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e86edaf8-ea66-4a91-8b4c-32dc76b692f0", "ip_address": "10.0.0.8"}]}]}' 2023-04-24 00:13:43,754 80148 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/65d59dff-b54b-40ca-bf83-e6eac06b944d 0.844s 2023-04-24 00:13:43,754 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5a56c96a-0083-47e5-819c-1d802bbcd6ea"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ed7f5381-33b5-4c31-a749-c9112f9dd7c1', 'date': 'Mon, 24 Apr 2023 00:13:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/65d59dff-b54b-40ca-bf83-e6eac06b944d'} Body: b'{"floatingip": {"id": "65d59dff-b54b-40ca-bf83-e6eac06b944d", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "floating_ip_address": "172.24.4.190", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "28f77ff1-779b-4bce-b3d6-e1dfc3d2a8f9", "port_id": "5a56c96a-0083-47e5-819c-1d802bbcd6ea", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "60f29626-4198-42e4-835f-2d0d9cfabf8d", "mac_address": "fa:16:3e:04:8c:34", "admin_state_up": true, "status": "ACTIVE", "device_id": "5e7bfc8d-7d4a-42f7-9657-cc65e1364b87", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:11:49Z", "updated_at": "2023-04-24T00:13:43Z", "revision_number": 1, "project_id": "6e163039cafd4b2880a41ded2e2f7d00"}}' 2023-04-24 00:13:43,756 80148 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.190:22' as 'cirros' with public key authentication 2023-04-24 00:13:43,793 80148 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:13:43,814 80148 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:13:43,815 80148 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.190 successfully created 2023-04-24 00:13:44,053 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes 0.238s 2023-04-24 00:13:44,054 80148 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-930250025"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:1 3:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d240fa6-3931-4560-a126-974a65eb1c99', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d240fa6-3931-4560-a126-974a65eb1c99', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes'} Body: b'{"volume": {"id": "9816c313-abde-4c45-b8f7-74056fafe505", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:43.996529", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-930250025", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505"}], "user_id": "04625ea29ba641fc8342441f61274d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:13:44,103 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505 0.037s 2023-04-24 00:13:44,103 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7464aaaf-7b33-4ce5-b307-e00654685260', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7464aaaf-7b33-4ce5-b307-e00654685260', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505'} Body: b'{"volume": {"id": "9816c313-abde-4c45-b8f7-74056fafe505", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:44.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-930250025", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505"}], "user_id": "04625ea29ba641fc8342441f61274d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6e163039cafd4b2880a41ded2e2f7d00"}}' 2023-04-24 00:13:45,154 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505 0.040s 2023-04-24 00:13:45,154 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf76324e-6223-4b2b-b2a3-51b218aeb66a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf76324e-6223-4b2b-b2a3-51b218aeb66a', 'connection': 'close', 'status': '2 00', 'content-location': 'http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505'} Body: b'{"volume": {"id": "9816c313-abde-4c45-b8f7-74056fafe505", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:13:44.000000", "updated_at": "2023-04-24T00:13:44.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-930250025", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6e163039cafd4b2880a41ded2e2f7d00/volumes/9816c313-abde-4c45-b8f7-74056fafe505"}], "user_id": "04625ea29ba641fc8342441f61274d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6e163039cafd4b2880a41ded2e2f7d00"}}' 2023-04-24 00:13:45,284 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87 0.117s 2023-04-24 00:13:45,284 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:45 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-368298a1-d90b-4019-8e42-332edd486850', 'x-compute-request-id': 'req-368298a1-d90b-4019-8e42-332edd486850', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87'} Body: b'' 2023-04-24 00:13:45,464 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87 0.179s 2023-04-24 00:13:45,464 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:45 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-6de75419-2496-4ce5-83c5-0b717d62e50c', 'x-compute-request-id': 'req-6de75419-2496-4ce5-83c5-0b717d62e50c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87'} Body: b'{"server": {"id": "5e7bfc8d-7d4a-42f7-9657-cc65e1364b87", "name": "tempest-AttachSCSIVolumeTestJSON-server-1292260913", "status": "ACTIVE", "tenant_id": "6e163039cafd4b2880a41ded2e2f7d00", "user_id": "04625ea29ba641fc8342441f61274d4f", "metadata": {}, "hostId": "044bc38a09d462d81b52925d4903670beec44a35d05c40c7d52a2d56", "image": {"id": "6d0fc2e0-41f4-457d-aa83-7dd6fd114687", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:52Z", "updated": "2023-04-24T00:13:45Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-973896992-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:34"}, {"version": 4, "addr": "172.24.4.190", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:8c:34"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1524659291", "OS-SRV-USG:launched_at": "2023-04-24T00:12:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1285617159"}], "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-24 00:14:35,567 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87 0.041s 2023-04-24 00:14:35,568 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-74d3680e-9853-475e-b96f-c845f4d027a9', 'x-compute-request-id': 'req-74d3680e-9853-475e-b96f-c845f4d027a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5e7bfc8d-7d4a-42f7-9657-cc65e1364b87'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5e7bfc8d-7d4a-42f7-9657-cc65e1364b87 could not be found."}}' 2023-04-24 00:14:35,602 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1524659291 0.033s 2023-04-24 00:14:35,602 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14: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-b58b1201-fef4-41ae-8f5e-ae7d46b0fbfe', 'x-compute-request-id': 'req-b58b1201-fef4-41ae-8f5e-ae7d46b0fbfe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1524659291'} Body: b'' 2023-04-24 00:14:35,752 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/182c70b5-6ea3-4db9-b229-b34d8835ea6a 0.149s 2023-04-24 00:14:35,752 80148 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-96e294fa-8ab5-4af2-b722-6907b5eabd2a', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:14:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/182c70b5-6ea3-4db9-b229-b34d8835ea6a'} Body: b'' 2023-04-24 00:14:35,790 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/182c70b5-6ea3-4db9-b229-b34d8835ea6a 0.037s 2023-04-24 00:14:35,790 80148 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-fa889d73-4f77-4240-bb57-124a2bd9fe17', 'date': 'Mon, 24 Apr 2023 00:14:35 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/182c70b5-6ea3-4db9-b229-b34d8835ea6a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 182c70b5-6ea3-4db9-b229-b34d8835ea6a does not exist", "detail": ""}}' 2023-04-24 00:14:36,309 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/65d59dff-b54b-40ca-bf83-e6eac06b944d 0.518s 2023-04-24 00:14:36,310 80148 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-680154ad-cd3e-4c35-98ca-9448744f3303', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:14:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/65d59dff-b54b-40ca-bf83-e6eac06b944d'} Body: b'' 2023-04-24 00:14:36,418 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687 0.108s 2023-04-24 00:14:36,418 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-3a7ade5d-0f33-4a6b-8b7b-79eda90e9e92', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687'} Body: b'' 2023-04-24 00:14:36,436 80148 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687 0.017s 2023-04-24 00:14:36,436 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-54291158-976e-427b-acaf-81dff53f81fe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/6d0fc2e0-41f4-457d-aa83-7dd6fd114687'} Body: b'{"message": "No image found with ID 6d0fc2e0-41f4-457d-aa83-7dd6fd114687

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' 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 f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-24T00:14:30Z', 'message': 'Build of instance f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e aborted: Volume 74021ac9-27f1-4bb6-8e5d-ee21d295af7f did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-d365e8a8-c346-49f7-a8b4-5230eceea4f0. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:11:24,554 80140 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.036s 2023-04-24 00:11:24,555 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:24 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-8b25ebd6-95ec-42ff-8d20-de39c0ea8d25', '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": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443-project-member", "password_expires_at": null}, "audit_ids": ["0TacW3phRoOcHIN4ip47Jg"], "expires_at": "2023-04-24T01:11:24.000000Z", "issued_at": "2023-04-24T00:11:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d26ba1ed4b9241f9a084db1a14a945bb", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:11:24,555 80140 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-348197869-network', 'tenant_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28985, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:11:26,709 80140 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 2.152s 2023-04-24 00:11:26,709 80140 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-1137356929", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:11:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b', '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-27c2118c-033b-4842-b090-af2c77b3c2fb', 'x-compute-request-id': 'req-27c2118c-033b-4842-b090-af2c77b3c2fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "3rvy7QyMcuQE"}}' 2023-04-24 00:11:26,982 80140 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/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b 0.266s 2023-04-24 00:11:26,982 80140 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, 24 Apr 2023 00:11:26 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-01d93101-94e9-4462-a4ab-45b927e88ca8', 'x-compute-request-id': 'req-01d93101-94e9-4462-a4ab-45b927e88ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b'} Body: b'{"server": {"id": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1137356929", "status": "BUILD", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:11:27Z", "updated": "2023-04-24T00:11:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4e d916c-8dc9-4fbd-a18f-ca7428e80f5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}], "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-24 00:12:17,517 80140 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/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b 0.469s 2023-04-24 00:12:17,517 80140 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, 24 Apr 2023 00:12:17 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-0907e8c8-e6d2-4411-8616-4cbc2a5268a8', 'x-compute-request-id': 'req-0907e8c8-e6d2-4411-8616-4cbc2a5268a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b'} Body: b'{"server": {"id": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1137356929", "status": "ACTIVE", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "9024da7ff1b29c5c9e8c53cf0488d9c565dfb563307d464f49033520", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:11:26Z", "updated": "2023-04-24T00:11:43Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-348197869-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:2a:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-24 00:12:17,533 80140 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:13:18,682 80140 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/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b/action 1.090s 2023-04-24 00:13:18,683 80140 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-ServerBootFromVolumeSta bleRescueTest-image-339196851"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:17 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-66214f98-5ae2-4a17-870b-ecf3c18cfc93', 'x-compute-request-id': 'req-66214f98-5ae2-4a17-870b-ecf3c18cfc93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b/action'} Body: b'{"image_id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de"}' 2023-04-24 00:13:18,712 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.027s 2023-04-24 00:13:18,712 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-75a99f9e-43c4-4d1f-a2c4-a0d5c83d09de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:19Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:19,738 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.024s 2023-04-24 00:13:19,738 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b3b55570-251c-4c70-b3e4-d354fc031439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:19Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:20,763 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.023s 2023-04-24 00:13:20,764 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-37bc548f-934e-432d-9a37-6184a8bb4b97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:19Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:21,788 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.022s 2023-04-24 00:13:21,789 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2c84c77e-ccc7-430a-92c9-b1ef5bc8d293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "b oot_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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:22Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:22,817 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.026s 2023-04-24 00:13:22,818 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3303575a-13a9-4bbe-beff-627785c89876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:22Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:23,851 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.031s 2023-04-24 00:13:23,851 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json ', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b934f67d-51f4-48e4-a63e-fa134db8e7c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "afb22dcdb1bd6f83795ec5aec68a77d9", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4abcff23fabc32f8c76d822e673cbce38a80944182c069db9aac27b6410d95db98cf4108dae77533d051e958f5312e6f48da93fa8f0ed02476829bcd23ec621f", "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:24Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:23,875 80140 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/3ca564a8-80a0-48ad-b826-0a9d5e55c6de 0.023s 2023-04-24 00:13:23,876 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a84be17f-2674-4438-b475-6c866c283fb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-339196851", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "afb22dcdb1bd6f83795ec5aec68a77d9", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d26ba1ed4b9241f9a084db1a14a 945bb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4abcff23fabc32f8c76d822e673cbce38a80944182c069db9aac27b6410d95db98cf4108dae77533d051e958f5312e6f48da93fa8f0ed02476829bcd23ec621f", "id": "3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "created_at": "2023-04-24T00:13:19Z", "updated_at": "2023-04-24T00:13:24Z", "tags": [], "self": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de", "file": "/v2/images/3ca564a8-80a0-48ad-b826-0a9d5e55c6de/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:13:24,160 80140 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/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b 0.283s 2023-04-24 00:13:24,160 80140 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, 24 Apr 2023 00:13:23 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-70b8d142-7653-4368-84c5-e29d8d19cc3a', 'x-compute-request-id': 'req-70b8d142-7653-4368-84c5-e29d8d19cc3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b'} Body: b'{"server": {"id": "c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1137356929", "status": "ACTIVE", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "9024da7ff1b29c5c9e8c53cf0488d9c565dfb563307d464f49033520", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:11:26Z", "updated": "2023-04-24T00:13:24Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-348197869-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:06:2a:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c4ed916c-8dc9-4fbd-a18f-ca7428e80f5b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-24 00:14:24,327 80140 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.092s 2023-04-24 00:14:24,327 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:24 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-6a662383-dde5-42f9-8f14-54c2c312468d', '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": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443-project-member", "password_expires_at": null}, "audit_ids": ["L2dNiU3wRmmTr8k6Ra4DTw"], "expires_at": "2023-04-24T01:14:24.000000Z", "issued_at": "2023-04-24T00:14:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d26ba1ed4b9241f9a084db1a14a945bb", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:14:24,328 80140 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-348197869-network', 'tenant_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28985, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:14:25,059 80140 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.730s 2023-04-24 00:14:25,060 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Typ e': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-238075653", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e', '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-d365e8a8-c346-49f7-a8b4-5230eceea4f0', 'x-compute-request-id': 'req-d365e8a8-c346-49f7-a8b4-5230eceea4f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "o9vAZ7ZmWJFm"}}' 2023-04-24 00:14:25,150 80140 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/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e 0.082s 2023-04-24 00:14:25,150 80140 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, 24 Apr 2023 00:14:25 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-7bbd4fac-c1ea-4c9c-9862-4905844a0da9', 'x-compute-request-id': 'req-7bbd4fac-c1ea-4c9c-9862-4905844a0da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e'} Body: b'{"server": {"id": "f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-238075653", "status": "BUILD", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:14:25Z", "updated": "2023-04-24T00:14:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e"}], "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-24 00:15:15,345 80140 INFO [tempest.lib.common.rest_client] Request (Server BootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e 0.166s 2023-04-24 00:15:15,345 80140 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, 24 Apr 2023 00:15:15 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-25a8d975-93e8-425a-843c-53936928be83', 'x-compute-request-id': 'req-25a8d975-93e8-425a-843c-53936928be83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e'} Body: b'{"server": {"id": "f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-238075653", "status": "ERROR", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:14:25Z", "updated": "2023-04-24T00:14:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-24T00:14:30Z", "message": "Build of instance f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e aborted: Volume 74021ac9-27f1-4bb6-8e5d-ee21d295af7f did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-24 00:15:15,361 80140 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-24 00:15:15,947 80140 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/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e 0.585s 2023-04-24 00:15:15,947 80140 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, 24 Apr 2023 00:15:15 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-7c880651-e368-42b2-a57b-56dd911f7f24', 'x-compute-request-id': 'req-7c880651-e368-42b2-a57b-56dd911f7f24', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e'} Body: b'' 2023-04-24 00:15:15,986 80140 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/f2eb4 cbc-772c-4e6b-b0a1-4ab8378e841e 0.038s 2023-04-24 00:15:15,986 80140 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, 24 Apr 2023 00:15:15 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-f70f376c-bf4f-409c-a710-ce1c20c4bf01', 'x-compute-request-id': 'req-f70f376c-bf4f-409c-a710-ce1c20c4bf01', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f2eb4cbc-772c-4e6b-b0a1-4ab8378e841e could not be found."}}' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume da78c6ec-ecc2-4835-8f15-1c474c8a57ac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:13:39,911 80156 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.085s 2023-04-24 00:13:39,912 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:39 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-71a2d053-24d7-431b-8ad4-b1f3682209d1', '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": "640ec20e46a2422a8aabcc152e522e02", "name": "tempest-VolumesAdminNegativeTest-821594302-project-member", "password_expires_at": null}, "audit_ids": ["OlQazVPlQGS8vgi_h6m_nA"], "expires_at": "2023-04-24T01:13:39.000000Z", "issued_at": "2023-04-24T00:13:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "df0187dbb10d42da941645107df203f6", "name": "tempest-VolumesAdminNegativeTest-821594302"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/df0187dbb10d42da941645107df203f6", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:13:39,912 80156 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': 'fc4a840b-9c4f-4c52-8a4e-411d66ac14e1', 'name': 'tempest-VolumesAdminNegativeTest-2047577326-network', 'tenant_id': 'df0187dbb10d42da941645107df203f6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'df0187dbb10d42da9416 45107df203f6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 22695, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:13:40,375 80156 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.462s 2023-04-24 00:13:40,376 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-228310302", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "fc4a840b-9c4f-4c52-8a4e-411d66ac14e1"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2424c7f-7f0e-4e99-a47b-c0a178ef366f', 'x-compute-request-id': 'req-c2424c7f-7f0e-4e99-a47b-c0a178ef366f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f2a3766c-0a08-4eb5-a833-e39eb73d3426", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "iBuamPb9ik3R"}}' 2023-04-24 00:13:40,448 80156 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/f2a3766c-0a08-4eb5-a833-e39eb73d3426 0.069s 2023-04-24 00:13:40,449 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:13:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1211', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-765d416d-e550-4bc8-b3f6-6b974c6d1a52', 'x-compute-request-id': 'req-765d416d-e550-4bc8-b3f6-6b974c6d1a52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426'} Body: b'{"server": {"id": "f2a3766c-0a08-4eb5-a833-e39eb73d3426", "name": "tempest-VolumesAdminNegativeTest-server-228310302", "status": "BUILD", "tenant_id": "df0187dbb10d42da941645107df203f6", "user_id": "640ec20e46a2422a8aabcc152e522e02", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:13:40Z", "updated": "2023-04-24T00:13:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426"}], "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-24 00:14:30,742 80156 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/f2a3766c-0a08-4eb5-a833-e39eb73d3426 0.232s 2023-04-24 00:14:30,742 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ab22df8-7c1a-4044-85f6-94e64843f517', 'x-compute-request-id': 'req-5ab22df8-7c1a-4044-85f6-94e64843f517', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426'} Body: b'{"server": {"id": "f2a3766c-0a08-4eb5-a833-e39eb73d3426", "name": "tempest-VolumesAdminNegativeTest-server-228310302", "status": "ACTIVE", "tenant_id": "df0187dbb10d42da941645107df203f6", "user_id": "640ec20e46a2422a8aabcc152e522e02", "metadata": {}, "hostId": "e15e37781f2140058bf6de4b467fdcb26ff7c9ebce731ee904f3efec", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:13:40Z", "updated": "2023-04-24T00:13:47Z", "addresses": {"tempest-VolumesAdminNegativeTest-2047577326-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:2d:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f2a3766c-0a08-4eb5-a833-e39eb73d3426"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:13:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:14:30,754 80156 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:15:31,023 80156 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/df0187dbb10d42da941645107df203f6/volumes 0.209s 2023-04-24 00:15:31,024 80156 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-921075651"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-158b0e2f-a101-4b30-b9b1-65659de8b78e', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-158b0e2f-a101-4b30-b9b1-65659de8b78e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes'} Body: b'{"volume": {"id": "da78c6ec- ecc2-4835-8f15-1c474c8a57ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:15:30.954134", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-921075651", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac"}], "user_id": "640ec20e46a2422a8aabcc152e522e02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:15:31,070 80156 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/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac 0.037s 2023-04-24 00:15:31,071 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b60a00a-70a8-4123-b2ea-9380c45beec4', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b60a00a-70a8-4123-b2ea-9380c45beec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac'} Body: b'{"volume": {"id": "da78c6ec-ecc2-4835-8f15-1c474c8a57ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:15:31.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-921075651", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac"}], "user_id": "640ec20e46a2422a8aabcc152e522e02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0187dbb10d42da941645107df203f6"}}' 2023-04-24 00:15:32,142 80156 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/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac 0.060s 2023-04-24 00:15:32,143 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae8afadf-ffa2-4dc6-aa3f-9937301c4281', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae8afadf-ffa2-4dc6-aa3f-9937301c4281', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac'} Body: b'{"volume": {"id": "da78c6ec-ecc2-4835-8f15-1c474c8a57ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:15:31.000000", "updated_at": "2023-04-24T00:15:31.000000", "name": "tempest-VolumesAdminNegativeTest-volume-921075651", "description": null, "volume_type": "jov iandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df0187dbb10d42da941645107df203f6/volumes/da78c6ec-ecc2-4835-8f15-1c474c8a57ac"}], "user_id": "640ec20e46a2422a8aabcc152e522e02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0187dbb10d42da941645107df203f6"}}' 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 c173b6f3-0cd3-4be8-9c32-0e42b336036c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:03,188 80160 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:14:03,188 80160 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:14:03,269 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.077s 2023-04-24 00:14:03,269 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-670582452", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKcfTjP5WJcryNzsqlkun8gR9wahBjjV98bivT/lgH0hNMo4q0VTdNxQslRxtaeP2me2yW9f66D9TwOftMRDgzVFqTefGAIW0hAhjgdNDN4d4jy/uJaM5+9CQHsIpBa8tQ=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:03 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-1cf2a35b-3394-4cbc-86fc-9d73824cf71c', 'x-compute-request-id': 'req-1cf2a35b-3394-4cbc-86fc-9d73824cf71c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-670582452", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKcfTjP5WJcryNzsqlkun8gR9wahBjjV98bivT/lgH0hNMo4q0VTdNxQslRxtaeP2me2yW9f66D9TwOftMRDgzVFqTefGAIW0hAhjgdNDN4d4jy/uJaM5+9CQHsIpBa8tQ==", "fingerprint": "88:a4:bf:6b:24:f0:6f:b3:f7:a4:ab:52:fe:fa:8f:84", "user_id": "471d341199f0431a95ae54651c4f0780"}}' 2023-04-24 00:14:03,272 80160 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-670582452 created 2023-04-24 00:14:03,420 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.147s 2023-04-24 00:14:03,420 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--37849048", "description": "tempest-description--1908651912"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-8530b356-cc78-46dc-9f07-372ef8735c35', 'date': 'Mon, 24 Apr 2023 00:14:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "name": "tempest-securitygroup--37849048", "stateful": true, "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "description": "tempest-description--1908651912", "shared": false, "security_group_rules": [{"id": "8d306e81-0738-4618-836b-c0dc71da2507", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "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": 421, "description": null, "tags": [], "created_at": "2023-04-24T00:14:03Z", "updated_at": "2023-04-24T00:14:03Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}, {"id": "ea8b1535-4b08-4723-b3ff-adc062a783e6", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalize d_cidr": null, "remote_group_id": null, "standard_attr_id": 420, "description": null, "tags": [], "created_at": "2023-04-24T00:14:03Z", "updated_at": "2023-04-24T00:14:03Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}], "tags": [], "created_at": "2023-04-24T00:14:03Z", "updated_at": "2023-04-24T00:14:03Z", "revision_number": 1, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:14:03,680 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.259s 2023-04-24 00:14:03,680 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "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-5091932e-4acd-463f-9217-78a6a8aee7cb', 'date': 'Mon, 24 Apr 2023 00:14: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": "a7458c1f-39be-4391-8a77-eaf2446d4f9c", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "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-24T00:14:03Z", "updated_at": "2023-04-24T00:14:03Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:14:03,892 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.211s 2023-04-24 00:14:03,892 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-47ec0bf7-233b-4558-aed9-239775c701aa', 'date': 'Mon, 24 Apr 2023 00:14: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": "1db12182-8949-45c8-93ed-4e0069c408a9", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "security_group_id": "918bf7d2-bcd8-444e-afb0-6d1cef238b67", "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-24T00:14:03Z", "updated_at": "2023-04-24T00:14:03Z", "revision_number": 0, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:14:03,892 80160 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--37849048 created 2023-04-24 00:14:04,719 80160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.826s 2023-04-24 00:14:04,719 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-opens tack-request-id': 'req-fadaa9a0-3dec-45c6-b50b-82ea4976ce1a', 'date': 'Mon, 24 Apr 2023 00:14:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "45141784-d686-4eee-9925-b51448339e99", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "floating_ip_address": "172.24.4.109", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1d063c2bdc884fb8b826b9fb6fd97405", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:14:04Z", "updated_at": "2023-04-24T00:14:04Z", "revision_number": 0}}' 2023-04-24 00:14:04,720 80160 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '45141784-d686-4eee-9925-b51448339e99', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'floating_ip_address': '172.24.4.109', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:04Z', 'updated_at': '2023-04-24T00:14:04Z', 'revision_number': 0, 'ip': '172.24.4.109'} created 2023-04-24 00:14:04,845 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.116s 2023-04-24 00:14:04,845 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:04 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-7b188d6f-fa7f-4cfc-82db-7fb529616901', '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": "471d341199f0431a95ae54651c4f0780", "name": "tempest-AttachVolumeTestJSON-1425553791-project-member", "password_expires_at": null}, "audit_ids": ["fGb6MzHMTEegej6SYu9PNw"], "expires_at": "2023-04-24T01:14:04.000000Z", "issued_at": "2023-04-24T00:14:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d063c2bdc884fb8b826b9fb6fd97405", "name": "tempest-AttachVolumeTestJSON-1425553791"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "Reg ionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1d063c2bdc884fb8b826b9fb6fd97405", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:14:04,846 80160 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'c29459b8-bcaa-41ae-94fa-d61344bae22f', 'name': 'tempest-AttachVolumeTestJSON-2015616970-network', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34370, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:14:04,846 80160 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-670582452', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKcfTjP5WJcryNzsqlkun8gR9wahBjjV98bivT/lgH0hNMo4q0VTdNxQslRxtaeP2me2yW9f66D9TwOftMRDgzVFqTefGAIW0hAhjgdNDN4d4jy/uJaM5+9CQHsIpBa8tQ==', 'fingerprint': '88:a4:bf:6b:24:f0:6f:b3:f7:a4:ab:52:fe:fa:8f:84', 'user_id': '471d341199f0431a95ae54651c4f0780', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBP+Q0P+przitYkhsPe/lXxcB+xWuOyhiYSj/I6L4KRxzRkjRbIeRkA\npJAifRxtk4GgBwYFK4EEACKhZANiAASnH04z+ViXK8jc7KpZLp/IEfcGoQY41ffG\n4r0/5YB9ITTKOKtFU3TcULJUcbWnj9pntslvX+ug/U8Dn7TEQ4M1Rak3nxgCFtIQ\nIY4HTQzeHeI8v7iWjOfvQkB7CKQWvLU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '918bf7d2-bcd8-444e-afb0-6d1cef238b67', 'name': 'tempest-securitygroup--37849048', 'stateful': True, 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'description': 'tempest-description--1908651912', 'shared': False, 'security_group_rules': [{'id': '8d306e81-0738-4618-836b-c0dc71da2507', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'security_group_id': '918bf7d2-bcd8-444e-afb0-6d1cef238b67', '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': 421, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:14:03Z', 'updated_at': '2023-04-24T00:14:03Z', 'revision_number': 0, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405'}, {'id': 'ea8b1535-4b08-4723-b3ff-adc062a783e6', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'security_group_id': '918bf7d2-bcd8-444e-afb0-6d1cef238b67', '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': 420, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:14:03Z', 'updated_at': '2023-04-24T00:14:03Z', 'revision_number': 0, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405'}], 'tags': [], 'created_at': '2023-04-24T 00:14:03Z', 'updated_at': '2023-04-24T00:14:03Z', 'revision_number': 1, 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405'}, 'floating_ip': {'id': '45141784-d686-4eee-9925-b51448339e99', 'tenant_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'floating_ip_address': '172.24.4.109', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1d063c2bdc884fb8b826b9fb6fd97405', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:04Z', 'updated_at': '2023-04-24T00:14:04Z', 'revision_number': 0, 'ip': '172.24.4.109'}} 2023-04-24 00:14:05,617 80160 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.770s 2023-04-24 00:14:05,618 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1191061004", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c29459b8-bcaa-41ae-94fa-d61344bae22f"}], "security_groups": [{"name": "tempest-securitygroup--37849048"}], "key_name": "tempest-keypair-670582452", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '398', 'location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fd52e5f-5407-478b-8735-204e7d33e9a0', 'x-compute-request-id': 'req-6fd52e5f-5407-478b-8735-204e7d33e9a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "38c59ffc-494a-4d2b-a199-226a6e7cc683", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--37849048"}], "adminPass": "password"}}' 2023-04-24 00:14:05,694 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683 0.072s 2023-04-24 00:14:05,694 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:05 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-6281fee3-6bcf-48a0-91b0-55aec2d7fe66', 'x-compute-request-id': 'req-6281fee3-6bcf-48a0-91b0-55aec2d7fe66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683'} Body: b'{"server": {"id": "38c59ffc-494a-4d2b-a199-226a6e7cc683", "name": "tempest-AttachVolumeTestJSON-server-1191061004", "status": "BUILD", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "user_id": "471d341199f0431a95ae54651c4f0780", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:06Z", "updated": "2023-04-24T00:14:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-670582452", "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-24 00:14:55,979 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683 0.256s 2023-04-24 00:14:55,979 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:55 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-a5febe90-9668-4a51-a185-cc178f419803', 'x-compute-request-id': 'req-a5febe90-9668-4a51-a185-cc178f419803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683'} Body: b'{"server": {"id": "38c59ffc-494a-4d2b-a199-226a6e7cc683", "name": "tempest-AttachVolumeTestJSON-server-1191061004", "status": "ACTIVE", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "user_id": "471d341199f0431a95ae54651c4f0780", "metadata": {}, "hostId": "8923544150293e27e2c706c0f14312b9ba2d0241eb0b684aff23f4b8", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:05Z", "updated": "2023-04-24T00:14:13Z", "addresses": {"tempest-AttachVolumeTestJSON-2015616970-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:d7:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-670582452", "OS-SRV-USG:launched_at": "2023-04-24T00:14:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--37849048"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:14:55,990 80160 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:15:56,196 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683/os-interface 0.174s 2023-04-24 00:15:56,196 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'opensta ck-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d0ddf37-e81d-4bb8-b887-c28bf05bcdc9', 'x-compute-request-id': 'req-5d0ddf37-e81d-4bb8-b887-c28bf05bcdc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c29459b8-bcaa-41ae-94fa-d61344bae22f", "port_id": "e9b64819-4e5d-4a42-aa9c-d460bb336094", "mac_addr": "fa:16:3e:66:d7:60", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c0e40460-5266-4d22-a93e-14a5dc662fe1", "ip_address": "10.0.0.9"}]}]}' 2023-04-24 00:15:56,863 80160 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/45141784-d686-4eee-9925-b51448339e99 0.663s 2023-04-24 00:15:56,864 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e9b64819-4e5d-4a42-aa9c-d460bb336094"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-9b93c700-6e2a-46af-9f12-802df6f7eff3', 'date': 'Mon, 24 Apr 2023 00:15:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/45141784-d686-4eee-9925-b51448339e99'} Body: b'{"floatingip": {"id": "45141784-d686-4eee-9925-b51448339e99", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "floating_ip_address": "172.24.4.109", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "2a8bff38-2458-461f-939a-53d4754ee28f", "port_id": "e9b64819-4e5d-4a42-aa9c-d460bb336094", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c29459b8-bcaa-41ae-94fa-d61344bae22f", "mac_address": "fa:16:3e:66:d7:60", "admin_state_up": true, "status": "ACTIVE", "device_id": "38c59ffc-494a-4d2b-a199-226a6e7cc683", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:14:04Z", "updated_at": "2023-04-24T00:15:56Z", "revision_number": 1, "project_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:15:56,865 80160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.109:22' as 'cirros' with public key authentication 2023-04-24 00:15:56,897 80160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:15:56,920 80160 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:15:56,921 80160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.109 successfully created 2023-04-24 00:15:56,963 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683/ips 0.041s 2023-04-24 00:15:56,963 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:56 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-36840552-4cd4-455e-b075-ad7ca2d82dfe', 'x-compute-request-id': 'req-36840552-4cd4-455e-b075-ad7ca2d82dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-2015616970-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2023-04-24 00:15:57,157 80160 INFO [t empest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes 0.190s 2023-04-24 00:15:57,157 80160 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-1642644021"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34e4377d-a36e-4a46-88da-fd0dd5203257', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34e4377d-a36e-4a46-88da-fd0dd5203257', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes'} Body: b'{"volume": {"id": "c173b6f3-0cd3-4be8-9c32-0e42b336036c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:15:57.092383", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1642644021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c"}], "user_id": "471d341199f0431a95ae54651c4f0780", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:15:57,209 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c 0.041s 2023-04-24 00:15:57,210 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd3c4028-28e4-4164-977d-656d155b8c10', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd3c4028-28e4-4164-977d-656d155b8c10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c'} Body: b'{"volume": {"id": "c173b6f3-0cd3-4be8-9c32-0e42b336036c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:15:57.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1642644021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c"}], "user_id": "471d341199f0431a95ae54651c4f0780", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:15:58,272 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c 0.043s 2023-04-24 00:15:58,272 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applic ation/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e69eed21-fe56-4111-9e60-32b509f11fb2', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e69eed21-fe56-4111-9e60-32b509f11fb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c'} Body: b'{"volume": {"id": "c173b6f3-0cd3-4be8-9c32-0e42b336036c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:15:57.000000", "updated_at": "2023-04-24T00:15:57.000000", "name": "tempest-AttachVolumeTestJSON-volume-1642644021", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1d063c2bdc884fb8b826b9fb6fd97405/volumes/c173b6f3-0cd3-4be8-9c32-0e42b336036c"}], "user_id": "471d341199f0431a95ae54651c4f0780", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405"}}' 2023-04-24 00:15:58,414 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683 0.131s 2023-04-24 00:15:58,414 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15: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-f0e58108-e8d9-4fc4-8398-2071216bcbff', 'x-compute-request-id': 'req-f0e58108-e8d9-4fc4-8398-2071216bcbff', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683'} Body: b'' 2023-04-24 00:15:58,763 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683 0.348s 2023-04-24 00:15:58,764 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dc3bfee-ff8c-45ba-b0fc-d989038103fa', 'x-compute-request-id': 'req-4dc3bfee-ff8c-45ba-b0fc-d989038103fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683'} Body: b'{"server": {"id": "38c59ffc-494a-4d2b-a199-226a6e7cc683", "name": "tempest-AttachVolumeTestJSON-server-1191061004", "status": "ACTIVE", "tenant_id": "1d063c2bdc884fb8b826b9fb6fd97405", "user_id": "471d341199f0431a95ae54651c4f0780", "metadata": {}, "hostId": "8923544150293e27e2c706c0f14312b9ba2d0241eb0b684aff23f4b8", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "boo kmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:05Z", "updated": "2023-04-24T00:15:58Z", "addresses": {"tempest-AttachVolumeTestJSON-2015616970-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:d7:60"}, {"version": 4, "addr": "172.24.4.109", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:d7:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-670582452", "OS-SRV-USG:launched_at": "2023-04-24T00:14:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--37849048"}], "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-24 00:16:48,963 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683 0.137s 2023-04-24 00:16:48,963 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16: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-8d6fa536-964a-43c2-a4f5-00250864b28e', 'x-compute-request-id': 'req-8d6fa536-964a-43c2-a4f5-00250864b28e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38c59ffc-494a-4d2b-a199-226a6e7cc683'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 38c59ffc-494a-4d2b-a199-226a6e7cc683 could not be found."}}' 2023-04-24 00:16:48,990 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-670582452 0.026s 2023-04-24 00:16:48,990 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16: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-118c1954-0f5b-4c26-a5a4-58220153d78b', 'x-compute-request-id': 'req-118c1954-0f5b-4c26-a5a4-58220153d78b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-670582452'} Body: b'' 2023-04-24 00:16:49,139 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/918bf7d2-bcd8-444e-afb0-6d1cef238b67 0.148s 2023-04-24 00:16:49,139 80160 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-2aac891e-2879-482c-b4bd-ab146cbe6eaf', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:16:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/918bf7d2-bcd8-444e-afb0-6d1cef238b67'} Body: b'' 2023-04-24 00:16:49,176 80160 INFO [tempest.lib.common.r est_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/918bf7d2-bcd8-444e-afb0-6d1cef238b67 0.036s 2023-04-24 00:16:49,176 80160 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-dc915ae4-436c-44c1-abaf-8cefd3984c2d', 'date': 'Mon, 24 Apr 2023 00:16:49 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/918bf7d2-bcd8-444e-afb0-6d1cef238b67'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 918bf7d2-bcd8-444e-afb0-6d1cef238b67 does not exist", "detail": ""}}' 2023-04-24 00:16:49,713 80160 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/45141784-d686-4eee-9925-b51448339e99 0.536s 2023-04-24 00:16:49,713 80160 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-3b4e4c19-91ae-4156-9420-2c384b62184e', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:16:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/45141784-d686-4eee-9925-b51448339e99'} 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 3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:16:53,471 80150 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes 0.276s 2023-04-24 00:16:53,471 80150 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-788056026"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5162fce-5560-422d-9c5f-24de4ab8b018', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5162fce-5560-422d-9c5f-24de4ab8b018', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes'} Body: b'{"volume": {"id": "3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:53.393747", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-788056026", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf"}], "user_id": "514ecffec8034d60ae3c00ecd1ef5c8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:16:53,526 80150 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf 0.045s 2023-04-24 00:16:53,526 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-355bb3ab-0ae4-427e-b05c-d98a51faae43', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-355bb3ab-0ae4-427e-b05c-d98a51faae43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf'} Body: b'{"volume": {"id": "3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:53.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-788056026", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf"}], "user_id": "514ecffec8034d60ae3c00ecd1ef5c8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cff0cbf3a5c4a4aadb3399a31adff0d"}}' 2023-04-24 00:16:54,600 80150 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf 0.061s 2023-04-24 00:16:54,601 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b8a4bf2-8b88-403b-bd35-3e7ee29d70f3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b8a4bf2-8b88-403b-bd35-3e7ee29d70f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf'} Body: b'{"volume": {"id": "3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:53.000000", "updated_at": "2023-04-24T00:16:54.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-788056026", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/3fd3ac58-edcc-4fa4-8fd4-5e4465a34bbf"}], "user_id": "514ecffec8034d60ae3c00ecd1ef5c8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cff0cbf3a5c4a4aadb3399a31adff0d"}}' 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 c8a1a369-f7be-494f-9d34-4d3547967f27 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:16:54,813 80150 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes 0.198s 2023-04-24 00:16:54,813 80150 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-1901309644"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a995814f-c6dc-4737-8d50-2d7d26b1d52b', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a995814f-c6dc-4737-8d50-2d7d26b1d52b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes'} Body: b'{"volume": {"id": "c8a1a369-f7be-494f-9d34-4d3547967f27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:54.750916", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1901309644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27"}], "user_id": "514ecffec8034d60ae3c00ecd1ef5c8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:16:54,863 80150 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27 0.040s 2023-04-24 00:16:54,863 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17fffdf5-06f2-435c-b5a0-8582115e4933', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17fffdf5-06f2-435c-b5a0-8582115e4933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27'} Body: b'{"volume": {"id": "c8a1a369-f7be-494f-9d34-4d3547967f27", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:55.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1901309644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27"}], "user_id": "514ecffec8034d60ae3c00ecd1ef5c8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cff0cbf3a5c4a4aadb3399a31adff0d"}}' 2023-04-24 00:16:55,924 80150 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27 0.040s 2023-04-24 00:16:55,924 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9526da69-44c2-4b58-8f79-7549691dcaf4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9526da69-44c2-4b58-8f79-7549691dcaf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27'} Body: b'{"volume": {"id": "c8a1a369-f7be-494f-9d34-4d3547967f27", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:55.000000", "updated_at": "2023-04-24T00:16:55.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1901309644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cff0cbf3a5c4a4aadb3399a31adff0d/volumes/c8a1a369-f7be-494f-9d34-4d3547967f27"}], "user_id": "514ecffec8034d60ae3c00ecd1ef5c8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cff0cbf3a5c4a4aadb3399a31adff0d"}}' 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 04fd1866-47ba-4363-9967-84c59146260d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:09,352 80138 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:14:09,352 80138 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:14:09,404 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2023-04-24 00:14:09,404 80138 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-1058824653", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH3GEjjTKC06op3WsPivqO+l4BSt54OlT00thV38HKoIy/ZNPvfWSo0jJrcHAlGb/+rJGJfe0UfKW92qrg1FUtDiP9SzVcY4eMX4ApUmWqGlNNLLT473cBCHXS8s2TWXxg=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51f177e1-8a08-4763-920d-916422f556fe', 'x-compute-request-id': 'req-51f177e1-8a08-4763-920d-916422f556fe', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1058824653", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH3GEjjTKC06op3WsPivqO+l4BSt54OlT00thV38HKoIy/ZNPvfWSo0jJrcHAlGb/+rJGJfe0UfKW92qrg1FUtDiP9SzVcY4eMX4ApUmWqGlNNLLT473cBCHXS8s2TWXxg==", "fingerprint": "c6:48:13:26:f4:0f:ee:4f:ee:c8:47:56:03:ed:73:e6", "user_id": "539997e65f4f4ef7998a4386d19a5e9f"}}' 2023-04-24 00:14:09,407 80138 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1058824653 created 2023-04-24 00:14:09,594 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.186s 2023-04-24 00:14:09,595 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--880137050", "description": "tempest-description--853921285"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-de8010e7-a6c6-4579-9eac-bfd043be3896', 'date': 'Mon, 24 Apr 2023 00:14:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "name": "tempest-securitygroup--880137050", "stateful": true, "tenant_id": "e2bf3154181247f8963be8cd31399851", "description": "tempest-description--853921285", "shared": false, "security_group_rules": [{"id": "0afb2b68-743a-4f2a-8c5a-7efbfa8f2403", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 443, "description": null, "tags": [], "created_at": "2023-04-24T00:14:09Z", "updated_at": "2023-04-24T00:14:09Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}, {"id": "139867b8-1510-4019-bb1a-d6e8a51c5207", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_i p_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 442, "description": null, "tags": [], "created_at": "2023-04-24T00:14:09Z", "updated_at": "2023-04-24T00:14:09Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}], "tags": [], "created_at": "2023-04-24T00:14:09Z", "updated_at": "2023-04-24T00:14:09Z", "revision_number": 1, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:14:09,772 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-24 00:14:09,772 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "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-cb8912d5-cbe0-4dca-99a6-3a20248c05ff', 'date': 'Mon, 24 Apr 2023 00:14: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": "0b3ee78e-3a41-4878-a1ce-63fd7674a20c", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "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-24T00:14:09Z", "updated_at": "2023-04-24T00:14:09Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:14:09,980 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.207s 2023-04-24 00:14:09,981 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9c4031b7-959d-4cb1-8482-37e624a2a11a', 'date': 'Mon, 24 Apr 2023 00:14: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": "53d1b86b-998e-4e74-971b-399bccaf42f2", "tenant_id": "e2bf3154181247f8963be8cd31399851", "security_group_id": "7911ff7a-d382-45b8-96a3-49efff3d1169", "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-24T00:14:09Z", "updated_at": "2023-04-24T00:14:09Z", "revision_number": 0, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:14:09,981 80138 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--880137050 created 2023-04-24 00:14:11,134 80138 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.152s 2023-04-24 00:14:11,134 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content -type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-3eef629f-9487-448a-b1fd-1d1ad6a3d74a', 'date': 'Mon, 24 Apr 2023 00:14:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ce89911c-d3fa-41e2-b5e6-7addb20fabcc", "tenant_id": "e2bf3154181247f8963be8cd31399851", "floating_ip_address": "172.24.4.225", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e2bf3154181247f8963be8cd31399851", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:14:10Z", "updated_at": "2023-04-24T00:14:10Z", "revision_number": 0}}' 2023-04-24 00:14:11,135 80138 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ce89911c-d3fa-41e2-b5e6-7addb20fabcc', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'floating_ip_address': '172.24.4.225', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e2bf3154181247f8963be8cd31399851', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:10Z', 'updated_at': '2023-04-24T00:14:10Z', 'revision_number': 0, 'ip': '172.24.4.225'} created 2023-04-24 00:14:11,303 80138 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.161s 2023-04-24 00:14:11,304 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7aab7fa7-b04d-45de-bc40-86ffbc9b6e6c', '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": "539997e65f4f4ef7998a4386d19a5e9f", "name": "tempest-AttachVolumeShelveTestJSON-1947115496-project-member", "password_expires_at": null}, "audit_ids": ["X9alIKmjQiOPPXsWUG3Cuw"], "expires_at": "2023-04-24T01:14:11.000000Z", "issued_at": "2023-04-24T00:14:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2bf3154181247f8963be8cd31399851", "name": "tempest-AttachVolumeShelveTestJSON-1947115496"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e2bf3154181247f8963be8cd31399851", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:14:11,304 80138 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'e09e353d-220c-429c-9767-a11a59bbf99a', 'name': 'tempest-AttachVolumeShelveTestJSON-2107564613-network', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e2bf3154181247f8963be8cd31399851', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 398, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:14:11,305 80138 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1058824653', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH3GEjjTKC06op3WsPivqO+l4BSt54OlT00thV38HKoIy/ZNPvfWSo0jJrcHAlGb/+rJGJfe0UfKW92qrg1FUtDiP9SzVcY4eMX4ApUmWqGlNNLLT473cBCHXS8s2TWXxg==', 'fingerprint': 'c6:48:13:26:f4:0f:ee:4f:ee:c8:47:56:03:ed:73:e6', 'user_id': '539997e65f4f4ef7998a4386d19a5e9f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAVqUu5KS2IPvRD1lMC7QFWd7X1zf/NZxx/K8pYRJBtsWgkNVywYtZL\n6Jdql8/B2nagBwYFK4EEACKhZANiAAR9xhI40ygtOqKd1rD4r6jvpeAUreeDpU9N\nLYVd/ByqCMv2TT731kqNIya3BwJRm//qyRiX3tFHylvdqq4NRVLQ4j/Us1XGOHjF\n+AKVJlqhpTTSy0+O93AQh10vLNk1l8Y=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7911ff7a-d382-45b8-96a3-49efff3d1169', 'name': 'tempest-securitygroup--880137050', 'stateful': True, 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'description': 'tempest-description--853921285', 'shared': False, 'security_group_rules': [{'id': '0afb2b68-743a-4f2a-8c5a-7efbfa8f2403', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'security_group_id': '7911ff7a-d382-45b8-96a3-49efff3d1169', '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': 443, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:14:09Z', 'updated_at': '2023-04-24T00:14:09Z', 'revision_number': 0, 'project_id': 'e2bf3154181247f8963be8cd31399851'}, {'id': '139867b8-1510-4019-bb1a-d6e8a51c5207', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'security_group_id': '7911ff7a-d382-45b8-96a3-49efff3d1169', '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': 442, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:14:09Z', 'updated_at': '2023-0 4-24T00:14:09Z', 'revision_number': 0, 'project_id': 'e2bf3154181247f8963be8cd31399851'}], 'tags': [], 'created_at': '2023-04-24T00:14:09Z', 'updated_at': '2023-04-24T00:14:09Z', 'revision_number': 1, 'project_id': 'e2bf3154181247f8963be8cd31399851'}, 'floating_ip': {'id': 'ce89911c-d3fa-41e2-b5e6-7addb20fabcc', 'tenant_id': 'e2bf3154181247f8963be8cd31399851', 'floating_ip_address': '172.24.4.225', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e2bf3154181247f8963be8cd31399851', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:10Z', 'updated_at': '2023-04-24T00:14:10Z', 'revision_number': 0, 'ip': '172.24.4.225'}} 2023-04-24 00:14:12,640 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.334s 2023-04-24 00:14:12,641 80138 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-593649378", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e09e353d-220c-429c-9767-a11a59bbf99a"}], "security_groups": [{"name": "tempest-securitygroup--880137050"}], "key_name": "tempest-keypair-1058824653", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a', '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-87757731-43de-443d-bf1a-5df699e24203', 'x-compute-request-id': 'req-87757731-43de-443d-bf1a-5df699e24203', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "eb48c285-06f8-4d48-a550-c3fb3c05e93a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--880137050"}], "adminPass": "password"}}' 2023-04-24 00:14:12,751 80138 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/eb48c285-06f8-4d48-a550-c3fb3c05e93a 0.106s 2023-04-24 00:14:12,751 80138 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, 24 Apr 2023 00:14:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71ea094c-4d94-44df-a476-531e8759e460', 'x-compute-request-id': 'req-71ea094c-4d94-44df-a476-531e8759e460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a'} Body: b'{"server": {"id": "eb48c285-06f8-4d48-a550-c3fb3c05e93a", "name": "tempest-AttachVolumeShelveTestJSON-server-593649378", "status": "BUILD", "tenant_id": "e2bf3154181247f8963be8cd31399851", "user_id": "53999 7e65f4f4ef7998a4386d19a5e9f", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:13Z", "updated": "2023-04-24T00:14:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1058824653", "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-24 00:15:03,038 80138 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/eb48c285-06f8-4d48-a550-c3fb3c05e93a 0.244s 2023-04-24 00:15:03,039 80138 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, 24 Apr 2023 00:15:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1587', '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-2c9f9630-87a7-48d9-b19c-a32131e0b65b', 'x-compute-request-id': 'req-2c9f9630-87a7-48d9-b19c-a32131e0b65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a'} Body: b'{"server": {"id": "eb48c285-06f8-4d48-a550-c3fb3c05e93a", "name": "tempest-AttachVolumeShelveTestJSON-server-593649378", "status": "ACTIVE", "tenant_id": "e2bf3154181247f8963be8cd31399851", "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "metadata": {}, "hostId": "7437ff9dd8094cdab89e10094248ce5b2122d00e85e38d3b58136325", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:12Z", "updated": "2023-04-24T00:14:22Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2107564613-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:01:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1058824653", "OS-SRV-USG:launched_at": "2023-04-24T00:14:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--880137050"}], "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-24 00:15:03,053 80138 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:16:03,280 80138 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/eb4 8c285-06f8-4d48-a550-c3fb3c05e93a/os-interface 0.166s 2023-04-24 00:16:03,281 80138 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, 24 Apr 2023 00:16:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4682345b-1927-4fe1-8570-369ca47c823b', 'x-compute-request-id': 'req-4682345b-1927-4fe1-8570-369ca47c823b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e09e353d-220c-429c-9767-a11a59bbf99a", "port_id": "44f2910d-d36a-479f-8fa0-f16f9a406765", "mac_addr": "fa:16:3e:ed:01:64", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "53b661ca-3e96-4281-afa7-85eb88031ce8", "ip_address": "10.0.0.11"}]}]}' 2023-04-24 00:16:04,105 80138 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/ce89911c-d3fa-41e2-b5e6-7addb20fabcc 0.818s 2023-04-24 00:16:04,106 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "44f2910d-d36a-479f-8fa0-f16f9a406765"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-74f77858-0bbe-48ae-92de-90e2f5a36741', 'date': 'Mon, 24 Apr 2023 00:16:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ce89911c-d3fa-41e2-b5e6-7addb20fabcc'} Body: b'{"floatingip": {"id": "ce89911c-d3fa-41e2-b5e6-7addb20fabcc", "tenant_id": "e2bf3154181247f8963be8cd31399851", "floating_ip_address": "172.24.4.225", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "d1825591-681d-4f8b-a4a7-ba167d314a3c", "port_id": "44f2910d-d36a-479f-8fa0-f16f9a406765", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e09e353d-220c-429c-9767-a11a59bbf99a", "mac_address": "fa:16:3e:ed:01:64", "admin_state_up": true, "status": "ACTIVE", "device_id": "eb48c285-06f8-4d48-a550-c3fb3c05e93a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:14:10Z", "updated_at": "2023-04-24T00:16:03Z", "revision_number": 1, "project_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:16:04,107 80138 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.225:22' as 'cirros' with public key authentication 2023-04-24 00:16:04,138 80138 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:16:04,161 80138 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:16:04,161 80138 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.225 successfully created 2023-04-24 00:16:04,204 80138 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/eb48c285-06f8-4d48-a550-c3fb3c05e93a/ips 0.042s 2023-04-24 00:16:04,204 80138 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, 24 Apr 2023 00:16:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1eef4d27-fe66-4dbe-bfe3-6103a32281dc', 'x-compute-request-id': 'req-1eef4d27-fe66-4dbe-bfe3-6103a32281dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-2107564613-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-24 00:16:04,387 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes 0.179s 2023-04-24 00:16:04,387 80138 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-1267952897"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0851e35d-9fd4-4f25-90b2-903fb686fb5d', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0851e35d-9fd4-4f25-90b2-903fb686fb5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes'} Body: b'{"volume": {"id": "04fd1866-47ba-4363-9967-84c59146260d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:04.329507", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1267952897", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d"}], "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:16:04,437 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d 0.039s 2023-04-24 00:16:04,437 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b6c682-4414-4505-ab44-32e26f0fcde4', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b6c682-4414-4505-ab44-32e26f0fcde4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d'} Body: b'{"volume": {"id": "04fd1866-47ba-4363-9967-84c59146260d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:04.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1267952897", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d"}], "user_id": "539 997e65f4f4ef7998a4386d19a5e9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:16:05,488 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d 0.039s 2023-04-24 00:16:05,489 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b383f8e-f11f-4263-9529-9c66d01b28e9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b383f8e-f11f-4263-9529-9c66d01b28e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d'} Body: b'{"volume": {"id": "04fd1866-47ba-4363-9967-84c59146260d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:04.000000", "updated_at": "2023-04-24T00:16:04.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1267952897", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2bf3154181247f8963be8cd31399851/volumes/04fd1866-47ba-4363-9967-84c59146260d"}], "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2bf3154181247f8963be8cd31399851"}}' 2023-04-24 00:16:05,619 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a 0.119s 2023-04-24 00:16:05,620 80138 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, 24 Apr 2023 00:16:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f24bf9cd-99b5-4ff2-b836-5148b31fc362', 'x-compute-request-id': 'req-f24bf9cd-99b5-4ff2-b836-5148b31fc362', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a'} Body: b'' 2023-04-24 00:16:06,009 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a 0.388s 2023-04-24 00:16:06,009 80138 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, 24 Apr 2023 00:16:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1712', '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-01d6c01b-f53c-4833-8d18-58a2baf8b0b1', 'x-compute-request-id' : 'req-01d6c01b-f53c-4833-8d18-58a2baf8b0b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a'} Body: b'{"server": {"id": "eb48c285-06f8-4d48-a550-c3fb3c05e93a", "name": "tempest-AttachVolumeShelveTestJSON-server-593649378", "status": "ACTIVE", "tenant_id": "e2bf3154181247f8963be8cd31399851", "user_id": "539997e65f4f4ef7998a4386d19a5e9f", "metadata": {}, "hostId": "7437ff9dd8094cdab89e10094248ce5b2122d00e85e38d3b58136325", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:12Z", "updated": "2023-04-24T00:16:06Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-2107564613-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:01:64"}, {"version": 4, "addr": "172.24.4.225", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:01:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1058824653", "OS-SRV-USG:launched_at": "2023-04-24T00:14:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--880137050"}], "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-24 00:16:56,278 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a 0.203s 2023-04-24 00:16:56,278 80138 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, 24 Apr 2023 00:16:56 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-a0faaf73-f923-40e8-94f9-41f963c6033e', 'x-compute-request-id': 'req-a0faaf73-f923-40e8-94f9-41f963c6033e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb48c285-06f8-4d48-a550-c3fb3c05e93a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance eb48c285-06f8-4d48-a550-c3fb3c05e93a could not be found."}}' 2023-04-24 00:16:56,312 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1058824653 0.032s 2023-04-24 00:16:56,312 80138 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, 24 Apr 2023 00:16:56 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-32b40034-5b6a-466d-a233-05ea67010e99', 'x-compute-request-id': 'req-32b40034-5b6a-466d-a233-05ea67010e99', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keyp air-1058824653'} Body: b'' 2023-04-24 00:16:56,694 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7911ff7a-d382-45b8-96a3-49efff3d1169 0.381s 2023-04-24 00:16:56,695 80138 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-462bf4a7-b3c2-48af-8128-68d242223197', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:16:56 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7911ff7a-d382-45b8-96a3-49efff3d1169'} Body: b'' 2023-04-24 00:16:56,716 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/7911ff7a-d382-45b8-96a3-49efff3d1169 0.021s 2023-04-24 00:16:56,717 80138 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-d8956c0e-6863-43ee-a169-b5fcc286ed14', 'date': 'Mon, 24 Apr 2023 00:16:56 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7911ff7a-d382-45b8-96a3-49efff3d1169'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7911ff7a-d382-45b8-96a3-49efff3d1169 does not exist", "detail": ""}}' 2023-04-24 00:16:57,440 80138 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ce89911c-d3fa-41e2-b5e6-7addb20fabcc 0.721s 2023-04-24 00:16:57,440 80138 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-cf143b6c-78fc-4e76-9006-c066776d1304', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:16:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ce89911c-d3fa-41e2-b5e6-7addb20fabcc'} Body: b'' setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) -------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 73903655-d0bd-4732-9516-4a2b7672a817 failed to build and is in ERROR status tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range tempest.api.volume.admin.test_volume_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 ca82092c-aee6-4051-8d87-71e1b53a78ac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:02,977 80160 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes 0.379s 2023-04-24 00:17:02,977 80160 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-75306888"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6524f71-82a5-4934-a89b-25c87f9aab27', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6524f71-82a5-4934-a89b-25c87f9aab27', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes'} Body: b'{"volume": {"id": "ca82092c-aee6-4051-8d87-71e1b53a78ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:02.899820", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-75306888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}], "user_id": "f6b289400bc247dfadb60d72f6ada07e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:03,040 80160 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac 0.053s 2023-04-24 00:17:03,041 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e6f75b7-41a8-451a-891c-32fde4a5ad54', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e6f75b7-41a8-451a-891c-32fde4a5ad54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac'} Body: b'{"volume": {"id": "ca82092c-aee6-4051-8d87-71e1b53a78ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:03.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-75306888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}], "user_id": "f6b289400bc247dfadb60d72f6ada07e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db07308800ad46b1ac42bf6875e69128"}}' 2023-04-24 00:17:04,093 80160 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac 0.041s 2023-04-24 00:17:04,093 80160 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6231f588-3cb3-49a3-a322-304a4189f4c7', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6231f588-3cb3-49a3-a322-304a4189f4c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac'} Body: b'{"volume": {"id": "ca82092c-aee6-4051-8d87-71e1b53a78ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:03.000000", "updated_at": "2023-04-24T00:17:03.000000", "name": "tempest-VolumesServicesTestJSON-Volume-75306888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}], "user_id": "f6b289400bc247dfadb60d72f6ada07e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db07308800ad46b1ac42bf6875e69128"}}' 2023-04-24 00:17:04,148 80160 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac 0.043s 2023-04-24 00:17:04,148 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63ab62ed-1cf5-4f1b-b52a-6cd0ee5d54c2', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63ab62ed-1cf5-4f1b-b52a-6cd0ee5d54c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac'} Body: b'{"volume": {"id": "ca82092c-aee6-4051-8d87-71e1b53a78ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:03.000000", "updated_at": "2023-04-24T00:17:03.000000", "name": "tempest-VolumesServicesTestJSON-Volume-75306888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac"}], "user_id": "f6b289400bc247dfadb60d72f6ada07e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "db07308800ad46b1ac42bf6875e69128"}}' 2023-04-24 00:17:04,261 80160 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac 0.102s 2023-04-24 00:17:04,261 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-le ngth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acb8cdff-62dc-4ac5-b8a8-26251fb47b0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac'} Body: b'' 2023-04-24 00:17:04,284 80160 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac 0.021s 2023-04-24 00:17:04,284 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17: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-eae79ed4-b895-4d03-b6a9-2bdf6ec19d72', 'x-openstack-request-id': 'req-eae79ed4-b895-4d03-b6a9-2bdf6ec19d72', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/db07308800ad46b1ac42bf6875e69128/volumes/ca82092c-aee6-4051-8d87-71e1b53a78ac'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ca82092c-aee6-4051-8d87-71e1b53a78ac could not be found."}}' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 104, in test_create_from_image_multiple self._wait_for_multiple_resources( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 218, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b9db900c-6427-445c-a3e6-f74b2ffe364a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:08,832 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes 0.317s 2023-04-24 00:17:08,832 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1458810682"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5154176-d24f-48a3-a511-64e438b13c7b', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5154176-d24f-48a3-a511-64e438b13c7b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes'} Body: b'{"volume": {"id": "b9db900c-6427-445c-a3e6-f74b2ffe364a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:08.775122", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1458810682", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:09,107 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes 0.264s 2023-04-24 00:17:09,107 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-620905763"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46da7f37-de02-457a-b949-e36379819012', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46da7f37-de02-457a-b949-e36379819012', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes'} Body: b'{"volume": {"id": "2f8a8811-4676-4107-b9a8-2cf956d664e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:08.987043", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-620905763", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/2f8a8811-4676-4107-b9a8-2cf956d664e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/2f8a8811-4676-4107-b9a8-2cf956d664e8"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:09,421 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes 0.304s 2023-04-24 00:17:09,421 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-102583467"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-208ad93a-0652-42ab-b647-dc611e056e1c', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-208ad93a-0652-42ab-b647-dc611e056e1c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes'} Body: b'{"volume": {"id": "ccb32797-774a-4f0c-bb50-cc1b2f6f4f90", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:09.336327", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-102583467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/ccb32797-774a-4f0c-bb50-cc1b2f6f4f90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/ccb32797-774a-4f0c-bb50-cc1b2f6f4f90"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:09,673 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes 0.243s 2023-04-24 00:17:09,674 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-155084922"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9beadec-5b92-4acb-a912-81a542376435', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9beadec-5b92-4acb-a912-81a542376435', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes'} Body: b'{"volume": {"id": "be546088-0d84-4ce9-8285-b688075686c1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:09.604829", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-155084922", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/be546088-0d84-4ce9-8285-b688075686c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/be546088-0d84-4ce9-8285-b688075686c1"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:09,889 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes 0.207s 2023-04-24 00:17:09,890 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1, "name": "tempest-CreateVolumes FromImageTest-Volume-1663397427"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8143625-4301-4561-81b0-9eaa5e7147c0', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8143625-4301-4561-81b0-9eaa5e7147c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes'} Body: b'{"volume": {"id": "c7f5804b-ec5c-4de7-9030-0fbefe861116", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:09.829385", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1663397427", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/c7f5804b-ec5c-4de7-9030-0fbefe861116"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/c7f5804b-ec5c-4de7-9030-0fbefe861116"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:09,936 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a 0.037s 2023-04-24 00:17:09,937 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8978f19b-62d7-432e-a94b-70716552b9e6', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8978f19b-62d7-432e-a94b-70716552b9e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a'} Body: b'{"volume": {"id": "b9db900c-6427-445c-a3e6-f74b2ffe364a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:09.000000", "updated_at": "2023-04-24T00:17:09.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1458810682", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca7a64b7f1e644b8a493ee17bc39b18c"}}' 2023-04-24 00:17:10,988 80160 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a 0.040s 2023-04-24 00:17:10,989 80160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c4f1e76-15f1-4ed3-a7f3-36dee7018de5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c4f1e76-15f1-4ed3-a7f3-36dee7018de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a'} Body: b'{"volume": {"id": "b9db900c-6427-445c-a3e6-f74b2ffe364a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:09.000000", "updated_at": "2023-04-24T00:17:09.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1458810682", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ca7a64b7f1e644b8a493ee17bc39b18c/volumes/b9db900c-6427-445c-a3e6-f74b2ffe364a"}], "user_id": "2dda6b7986aa4d62a3cc94a3feba7828", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ca7a64b7f1e644b8a493ee17bc39b18c"}}' 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 4580981b-4c8d-428d-888c-c17666cd5ab7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:09,796 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types 0.198s 2023-04-24 00:17:09,797 80138 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-1732611781"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1826678a-d78a-4d66-a009-1834bedf92c8', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1826678a-d78a-4d66-a009-1834bedf92c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types'} Body: b'{"volume_type": {"id": "e3711563-8492-4cb2-93a6-45513a99959f", "name": "tempest-GroupsTest-volume-type-1732611781", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:17:09,838 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types 0.037s 2023-04-24 00:17:09,838 80138 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-536660314"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-008ed540-f7e5-452f-9131-bc006f4b183c', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-008ed540-f7e5-452f-9131-bc006f4b183c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types'} Body: b'{"group_type": {"id": "a4619e47-af16-424e-8cf1-8334ef4c0d4f", "name": "tempest-GroupsTest-group-type-536660314", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:17:10,048 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups 0.206s 2023-04-24 00:17:10,048 80138 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": "a4619e47-af16-424e-8cf1-8334ef4c0d4f", "volume_types": ["e3711563-8492-4cb2-93a6-45513a99959f"], "name": "tempest-Group1-445514061"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-094f625b-e27f-4211-8f38-b852357ffc93', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-094f625b-e27f-4211-8f38-b852357ffc93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups'} Body: b'{"group": {"id": "4580981b-4c8d-428d-888c-c17666cd5ab7", "name": "tempest-Group1-445514061"}}' 2023-04-24 00:17:10,106 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7 0.056s 2023-04-24 00:17:10,106 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-A pi-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce19b1e5-dc54-4132-8851-ae95ef425f57', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce19b1e5-dc54-4132-8851-ae95ef425f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7'} Body: b'{"group": {"id": "4580981b-4c8d-428d-888c-c17666cd5ab7", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-24T00:17:10.000000", "name": "tempest-Group1-445514061", "description": null, "group_type": "a4619e47-af16-424e-8cf1-8334ef4c0d4f", "volume_types": ["e3711563-8492-4cb2-93a6-45513a99959f"]}}' 2023-04-24 00:17:11,141 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7 0.030s 2023-04-24 00:17:11,142 80138 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, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-356afdc7-bc0e-4075-8771-1f06644c6dfe', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-356afdc7-bc0e-4075-8771-1f06644c6dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7'} Body: b'{"group": {"id": "4580981b-4c8d-428d-888c-c17666cd5ab7", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:17:10.000000", "name": "tempest-Group1-445514061", "description": null, "group_type": "a4619e47-af16-424e-8cf1-8334ef4c0d4f", "volume_types": ["e3711563-8492-4cb2-93a6-45513a99959f"]}}' 2023-04-24 00:17:11,221 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/volumes/detail 0.074s 2023-04-24 00:17:11,222 80138 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, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9316b37b-a794-4304-b3b6-30c684ce7196', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9316b37b-a794-4304-b3b6-30c684ce7196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:17:11,306 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7/action 0.066s 2023-04-24 00:17:11,306 80138 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, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request -id': 'req-49c31606-7fc5-4563-adf5-dc3baff5f187', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7/action'} Body: b'' 2023-04-24 00:17:11,324 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7 0.017s 2023-04-24 00:17:11,324 80138 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, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-de818dd6-5cee-4b1c-9404-bd0c77817ceb', 'x-openstack-request-id': 'req-de818dd6-5cee-4b1c-9404-bd0c77817ceb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/4580981b-4c8d-428d-888c-c17666cd5ab7'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4580981b-4c8d-428d-888c-c17666cd5ab7 could not be found."}}' 2023-04-24 00:17:11,356 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types/a4619e47-af16-424e-8cf1-8334ef4c0d4f 0.031s 2023-04-24 00:17:11,356 80138 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, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5968e64-f889-4bcf-94a8-60c122386f55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types/a4619e47-af16-424e-8cf1-8334ef4c0d4f'} Body: b'' 2023-04-24 00:17:11,414 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/e3711563-8492-4cb2-93a6-45513a99959f 0.057s 2023-04-24 00:17:11,415 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a0768ea-4fee-44e3-b672-632caff94640', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/e3711563-8492-4cb2-93a6-45513a99959f'} Body: b'' 2023-04-24 00:17:11,432 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/e3711563-8492-4cb2-93a6-45513a99959f 0.017s 2023-04-24 00:17:11,433 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-63721faf-bd01-46c7-9ef2-8a4813e51053', 'x-openstack-request-id': 'req-63721faf-bd01-46c7-9ef2-8a4 813e51053', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/e3711563-8492-4cb2-93a6-45513a99959f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e3711563-8492-4cb2-93a6-45513a99959f 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 81947b84-e57e-4616-857f-5c3618dde3a3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:11,471 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types 0.036s 2023-04-24 00:17:11,472 80138 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-423546694"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7e15565-bdf4-4265-97e7-37169dd3bad3', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7e15565-bdf4-4265-97e7-37169dd3bad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types'} Body: b'{"volume_type": {"id": "188d2984-dac3-46eb-a8a0-ced4e3b1d9f3", "name": "tempest-GroupsTest-volume-type-423546694", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:17:11,505 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types 0.030s 2023-04-24 00:17:11,505 80138 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-1389512088"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77a98265-06e2-477c-965f-9c102a74426c', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77a98265-06e2-477c-965f-9c102a74426c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types'} Body: b'{"group_type": {"id": "128db7ba-e317-47a3-b953-287fdb79bb95", "name": "tempest-GroupsTest-group-type-1389512088", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:17:11,604 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups 0.096s 2023-04-24 00:17:11,604 80138 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": "128db7ba-e317-47a3-b953-287fdb79bb95", "volume_types": ["188d2984-dac3-46eb-a8a0-ced4e3b1d9f3"], "name": "tempest-GroupsTest-Group-492523229"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b4df71d-5eeb-4d74-9947-c0be9f53b3ad', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b4df71d-5eeb-4d74-9947-c0be9f53b3ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups'} Body: b'{"group": {"id": "81947b84-e57e-4616-857f-5c3618dde3a3", "name": "tempest-GroupsTest-Group-492523229"}}' 2023-04-24 00:17:11,639 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3 0.033s 2023-04-24 00:17:11,640 80138 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, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55cef334-cec7-428e-b2e6-371c04a29879', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55cef334-cec7-428e-b2e6-371c04a29879', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3'} Body: b'{"group": {"id": "81947b84-e57e-4616-857f-5c3618dde3a3", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-24T00:17:12.000000", "name": "tempest-GroupsTest-Group-492523229", "description": null, "group_type": "128db7ba-e317-47a3-b953-287fdb79bb95", "volume_types": ["188d2984-dac3-46eb-a8a0-ced4e3b1d9f3"]}}' 2023-04-24 00:17:12,675 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3 0.030s 2023-04-24 00:17:12,675 80138 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, 24 Apr 2023 00:17:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0eeadb7f-32bc-4360-a23e-a55089c35869', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0eeadb7f-32bc-4360-a23e-a55089c35869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3'} Body: b'{"group": {"id": "81947b84-e57e-4616-857f-5c3618dde3a3", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:17:12.000000", "name": "tempest-GroupsTest-Group-492523229", "description": null, "group_type": "128db7ba-e317-47a3-b953-287fdb79bb95", "volume_types": ["188d2984-dac3-46eb-a8a0-ced4e3b1d9f3"]}}' 2023-04-24 00:17:12,744 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/volumes/detail 0.064s 2023-04-24 00:17:12,744 80138 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, 24 Apr 2023 00:17:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45fcc11f-decf-4c7b-9677-4c76ca876a54', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45fcc11f-decf-4c7b-9677-4c76ca876a54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:17:12,824 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3/action 0.069s 2023-04-24 00:17:12,824 80138 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, 24 Apr 2023 00:17:12 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-0bdb2a03-c0cf-4e28-ba14-04f5a8349 fb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3/action'} Body: b'' 2023-04-24 00:17:12,839 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3 0.015s 2023-04-24 00:17:12,840 80138 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, 24 Apr 2023 00:17:12 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-69419301-bf3f-46eb-a60f-b0743c37596f', 'x-openstack-request-id': 'req-69419301-bf3f-46eb-a60f-b0743c37596f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/773174a065e74719be93121ee533f494/groups/81947b84-e57e-4616-857f-5c3618dde3a3'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 81947b84-e57e-4616-857f-5c3618dde3a3 could not be found."}}' 2023-04-24 00:17:12,871 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types/128db7ba-e317-47a3-b953-287fdb79bb95 0.031s 2023-04-24 00:17:12,872 80138 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, 24 Apr 2023 00:17:12 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-af2dde99-faf7-410c-9873-8983644acc3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/group_types/128db7ba-e317-47a3-b953-287fdb79bb95'} Body: b'' 2023-04-24 00:17:12,924 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/188d2984-dac3-46eb-a8a0-ced4e3b1d9f3 0.051s 2023-04-24 00:17:12,924 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17: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-e8bd36b4-5493-4995-bb28-c501097004e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/188d2984-dac3-46eb-a8a0-ced4e3b1d9f3'} Body: b'' 2023-04-24 00:17:12,939 80138 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/188d2984-dac3-46eb-a8a0-ced4e3b1d9f3 0.014s 2023-04-24 00:17:12,939 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17: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-e50c7413-3858-464e-80d2-d234697721bf', 'x-openstack-request-id': 'req-e50c7413-3858-464e-80d2-d234697721bf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/223e8017b15b4aa1a826792ade9d831a/types/188d2984-dac3-46eb-a8a0-ced4e3b1d9f3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 188d2984-dac3-46eb-a8a0-ced4e3b1d9f3 could not be found."}}' setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) ----------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup cls.volume = cls.create_volume_with_args(name=cls.volume_name) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 54, in create_volume_with_args waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ee99ac8d-1f29-4c13-9665-c853c9609e8a failed to build and is in ERROR status tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 203, in test_available_volume_retype src_vol = self.create_volume(volume_type=self.src_vol_type['name']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 16748063-d4c8-4973-9d00-a10e2c7eb97c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:23,957 80156 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes 0.290s 2023-04-24 00:17:23,957 80156 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-2103916376"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c65fddbc-cb83-4a2b-a442-21ed2ef61fd1', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c65fddbc-cb83-4a2b-a442-21ed2ef61fd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes'} Body: b'{"volume": {"id": "16748063-d4c8-4973-9d00-a10e2c7eb97c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:23.902546", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2103916376", "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/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}], "user_id": "3e2bd847429c48bc9077ee219fa71d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:24,012 80156 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c 0.045s 2023-04-24 00:17:24,012 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-460ff93c-22c6-4f7d-a651-a695da47e519', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-460ff93c-22c6-4f7d-a651-a695da47e519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c'} Body: b'{"volume": {"id": "16748063-d4c8-4973-9d00-a10e2c7eb97c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:24.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2103916376", "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/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}], "user_id": "3e2bd847429c48bc9077ee219fa71d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b336a4a1f54475c8d30de36311a7186"}}' 2023-04-24 00:17:25,064 80156 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c 7eb97c 0.041s 2023-04-24 00:17:25,064 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7019c3da-20bf-437a-a7c3-e62cc3bb98de', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7019c3da-20bf-437a-a7c3-e62cc3bb98de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c'} Body: b'{"volume": {"id": "16748063-d4c8-4973-9d00-a10e2c7eb97c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:24.000000", "updated_at": "2023-04-24T00:17:24.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2103916376", "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/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}], "user_id": "3e2bd847429c48bc9077ee219fa71d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b336a4a1f54475c8d30de36311a7186"}}' 2023-04-24 00:17:25,112 80156 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c 0.036s 2023-04-24 00:17:25,112 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ccf2eb8-37c5-47a1-abc5-3cca8812fd18', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ccf2eb8-37c5-47a1-abc5-3cca8812fd18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c'} Body: b'{"volume": {"id": "16748063-d4c8-4973-9d00-a10e2c7eb97c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:24.000000", "updated_at": "2023-04-24T00:17:24.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-2103916376", "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/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c"}], "user_id": "3e2bd847429c48bc9077ee219fa71d4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b336a4a1f54475c8d30de36311a7186"}}' 2023-04-24 00:17:25,217 80156 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c 0.095s 2023-04-24 00:17:25,218 80156 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, 24 Apr 2023 00:17: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-aa73682d-6266-4c3a-9137-ad7149e2be62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c'} Body: b'' 2023-04-24 00:17:25,239 80156 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c 0.021s 2023-04-24 00:17:25,240 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17: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-11ff7300-1c74-4d13-835b-47d69c73db73', 'x-openstack-request-id': 'req-11ff7300-1c74-4d13-835b-47d69c73db73', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7b336a4a1f54475c8d30de36311a7186/volumes/16748063-d4c8-4973-9d00-a10e2c7eb97c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 16748063-d4c8-4973-9d00-a10e2c7eb97c 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 849cfe45-56df-49a8-ad13-85ea89b64226 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:24,750 80138 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes 0.341s 2023-04-24 00:17:24,751 80138 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-889772117"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54e0ef2a-f523-409d-9317-aec5b2a535f2', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54e0ef2a-f523-409d-9317-aec5b2a535f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes'} Body: b'{"volume": {"id": "849cfe45-56df-49a8-ad13-85ea89b64226", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:24.693764", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-889772117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226"}], "user_id": "2b71e78123b34cf8843cf8f91375cc20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:24,799 80138 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226 0.039s 2023-04-24 00:17:24,799 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6c0f204-40e2-49bf-a800-fc2aaf532735', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6c0f204-40e2-49bf-a800-fc2aaf532735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226'} Body: b'{"volume": {"id": "849cfe45-56df-49a8-ad13-85ea89b64226", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:25.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-889772117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226"}], "user_id": "2b71e78123b34cf8843cf8f91375cc20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2098515d8be447cfa360182dabedbe0d"}}' 2023-04-24 00:17:25,854 80138 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226 0.043s 2023 -04-24 00:17:25,854 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7b7c2e0-af8a-4cf8-aa71-9e45a16e9342', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7b7c2e0-af8a-4cf8-aa71-9e45a16e9342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226'} Body: b'{"volume": {"id": "849cfe45-56df-49a8-ad13-85ea89b64226", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:25.000000", "updated_at": "2023-04-24T00:17:25.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-889772117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2098515d8be447cfa360182dabedbe0d/volumes/849cfe45-56df-49a8-ad13-85ea89b64226"}], "user_id": "2b71e78123b34cf8843cf8f91375cc20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2098515d8be447cfa360182dabedbe0d"}}' 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 391932b9-3e02-42c3-bf81-5eb09a11f2ae failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:14:40,554 80152 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:14:40,554 80152 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:14:40,735 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.178s 2023-04-24 00:14:40,736 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1687889936", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFZwHgbIk6e428TAmz7l4fwQyTPgmH1ghkhtoPbQ0yUpoo/9gV6SJaSCP7G0NDgEplyQD28R6/mr35tsYyIgUkJf2JTlCo+FavLRnp0EzEd9fZ37x1cfd9aCy0pyr8ntuw=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:40 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-d1022dae-2e28-4c44-82d4-00a7ea182021', 'x-compute-request-id': 'req-d1022dae-2e28-4c44-82d4-00a7ea182021', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1687889936", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFZwHgbIk6e428TAmz7l4fwQyTPgmH1ghkhtoPbQ0yUpoo/9gV6SJaSCP7G0NDgEplyQD28R6/mr35tsYyIgUkJf2JTlCo+FavLRnp0EzEd9fZ37x1cfd9aCy0pyr8ntuw==", "fingerprint": "ad:d2:8c:be:5f:3d:0d:6c:ae:e0:6b:64:51:48:f7:51", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a"}}' 2023-04-24 00:14:40,738 80152 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1687889936 created 2023-04-24 00:14:41,001 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.262s 2023-04-24 00:14:41,002 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--444526388", "description": "tempest-description--781922292"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-ee1c9d57-05b8-477e-9ee0-8fff20c06143', 'date': 'Mon, 24 Apr 2023 00:14:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5474c61d-74e8-4509-a916-9c6829b83f43", "name": "tempest-securitygroup--444526388", "stateful": true, "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "description": "tempest-description--781922292", "shared": false, "security_group_rules": [{"id": "486cbb74-4482-4b3c-849e-9a0297fcce41", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "5474c61d-74e8-4509-a916-9c6829b83f43", "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": 506, "description": null, "tags": [], "created_at": "2023-04-24T00:14:40Z", "updated_at": "2023-04-24T00:14:40Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}, {"id": "cac431af-2a0a-4ff0-b970-329d16d39074", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "5474c61d-74e8-4509-a916-9c6829b83f43", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normal ized_cidr": null, "remote_group_id": null, "standard_attr_id": 507, "description": null, "tags": [], "created_at": "2023-04-24T00:14:40Z", "updated_at": "2023-04-24T00:14:40Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}], "tags": [], "created_at": "2023-04-24T00:14:40Z", "updated_at": "2023-04-24T00:14:40Z", "revision_number": 1, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:14:41,158 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.155s 2023-04-24 00:14:41,158 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5474c61d-74e8-4509-a916-9c6829b83f43", "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-e10d26e3-991f-4364-b1aa-6db0bc397f68', 'date': 'Mon, 24 Apr 2023 00:14:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "98adb4d5-e508-454d-8d34-8026f4cd5155", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "5474c61d-74e8-4509-a916-9c6829b83f43", "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-24T00:14:41Z", "updated_at": "2023-04-24T00:14:41Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:14:41,325 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.166s 2023-04-24 00:14:41,325 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5474c61d-74e8-4509-a916-9c6829b83f43", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7e41987f-052b-4fa1-9832-0ff2a1cd87c8', 'date': 'Mon, 24 Apr 2023 00:14:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "30bf3970-34b8-4cb7-bd1b-a6bd6d703220", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "5474c61d-74e8-4509-a916-9c6829b83f43", "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-24T00:14:41Z", "updated_at": "2023-04-24T00:14:41Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:14:41,325 80152 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--444526388 created 2023-04-24 00:14:42,099 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.773s 2023-04-24 00:14:42,099 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-o penstack-request-id': 'req-945006ac-6121-4b7f-bf35-55d684384f90', 'date': 'Mon, 24 Apr 2023 00:14:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "floating_ip_address": "172.24.4.129", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "97d1e8a757a746329ea363af81a3c6b4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:14:41Z", "updated_at": "2023-04-24T00:14:41Z", "revision_number": 0}}' 2023-04-24 00:14:42,100 80152 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'floating_ip_address': '172.24.4.129', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:41Z', 'updated_at': '2023-04-24T00:14:41Z', 'revision_number': 0, 'ip': '172.24.4.129'} created 2023-04-24 00:14:42,136 80152 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.031s 2023-04-24 00:14:42,136 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:42 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-a7fb96f0-105c-4322-a195-19aed7d6eec4', '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": "35edcadbe77c4f4fa8304216e7f61d4a", "name": "tempest-AttachVolumeNegativeTest-272859998-project-member", "password_expires_at": null}, "audit_ids": ["7T2xre7vT7y_zYRSbAv8HA"], "expires_at": "2023-04-24T01:14:42.000000Z", "issued_at": "2023-04-24T00:14:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97d1e8a757a746329ea363af81a3c6b4", "name": "tempest-AttachVolumeNegativeTest-272859998"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/ compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:14:42,137 80152 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '1a83eb44-caaf-46ff-8823-be4580052b3f', 'name': 'tempest-AttachVolumeNegativeTest-883629256-network', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34124, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:14:34Z', 'updated_at': '2023-04-24T00:14:34Z', 'revision_number': 1} available for tenant 2023-04-24 00:14:42,137 80152 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1687889936', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFZwHgbIk6e428TAmz7l4fwQyTPgmH1ghkhtoPbQ0yUpoo/9gV6SJaSCP7G0NDgEplyQD28R6/mr35tsYyIgUkJf2JTlCo+FavLRnp0EzEd9fZ37x1cfd9aCy0pyr8ntuw==', 'fingerprint': 'ad:d2:8c:be:5f:3d:0d:6c:ae:e0:6b:64:51:48:f7:51', 'user_id': '35edcadbe77c4f4fa8304216e7f61d4a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDwnJboHSLWEcpi3tpGh2xluDyrTS1A52ZJutp+cyzTfCMjqgE4Al0O\n2i8Vl1UFV6ygBwYFK4EEACKhZANiAARWcB4GyJOnuNvEwJs+5eH8EMkz4Jh9YIZI\nbaD20NMlKaKP/YFekiWkgj+xtDQ4BKZckA9vEev5q9+bbGMiIFJCX9iU5QqPhWry\n0Z6dBMxHfX2d+8dXH3fWgstKcq/J7bs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5474c61d-74e8-4509-a916-9c6829b83f43', 'name': 'tempest-securitygroup--444526388', 'stateful': True, 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': 'tempest-description--781922292', 'shared': False, 'security_group_rules': [{'id': '486cbb74-4482-4b3c-849e-9a0297fcce41', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'security_group_id': '5474c61d-74e8-4509-a916-9c6829b83f43', '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': 506, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:14:40Z', 'updated_at': '2023-04-24T00:14:40Z', 'revision_number': 0, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}, {'id': 'cac431af-2a0a-4ff0-b970-329d16d39074', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'security_group_id': '5474c61d-74e8-4509-a916-9c6829b83f43', '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': 507, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:14:40Z', 'updated_at': '2023-04-24T00:14:40Z', 'revision_number': 0, 'project_id': '97d1e8a757a746329ea363a f81a3c6b4'}], 'tags': [], 'created_at': '2023-04-24T00:14:40Z', 'updated_at': '2023-04-24T00:14:40Z', 'revision_number': 1, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}, 'floating_ip': {'id': '7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'floating_ip_address': '172.24.4.129', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:41Z', 'updated_at': '2023-04-24T00:14:41Z', 'revision_number': 0, 'ip': '172.24.4.129'}} 2023-04-24 00:14:43,031 80152 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.893s 2023-04-24 00:14:43,032 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-482287756", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "1a83eb44-caaf-46ff-8823-be4580052b3f"}], "security_groups": [{"name": "tempest-securitygroup--444526388"}], "key_name": "tempest-keypair-1687889936", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22dfeae1-076b-416d-960a-70f97ac41ae2', 'x-compute-request-id': 'req-22dfeae1-076b-416d-960a-70f97ac41ae2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "43f004f3-9b3f-4388-88a8-8eb663ba36a3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--444526388"}], "adminPass": "password"}}' 2023-04-24 00:14:43,141 80152 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/43f004f3-9b3f-4388-88a8-8eb663ba36a3 0.106s 2023-04-24 00:14:43,141 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:14:43 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-765fa434-ffa4-4802-8b64-f47d4fe4f2a5', 'x-compute-request-id': 'req-765fa434-ffa4-4802-8b64-f47d4fe4f2a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3'} Body: b'{"server": {"id": "43f004f3-9b3f-4388-88a8-8eb663ba36a3", "name": "tempest-AttachVolumeNegativeTest-server-482287756", "status": "BUILD", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://1 0.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:43Z", "updated": "2023-04-24T00:14:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1687889936", "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-24 00:15:33,612 80152 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/43f004f3-9b3f-4388-88a8-8eb663ba36a3 0.451s 2023-04-24 00:15:33,612 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebc8c0d6-0413-44ef-8d4f-e4de06ec6bfb', 'x-compute-request-id': 'req-ebc8c0d6-0413-44ef-8d4f-e4de06ec6bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3'} Body: b'{"server": {"id": "43f004f3-9b3f-4388-88a8-8eb663ba36a3", "name": "tempest-AttachVolumeNegativeTest-server-482287756", "status": "ACTIVE", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "5d6e38c99144857265fe1b601394b9b0ba52c3e3d3caa4a5de87c601", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:42Z", "updated": "2023-04-24T00:14:50Z", "addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:21:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1687889936", "OS-SRV-USG:launched_at": "2023-04-24T00:14:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--444526388"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:15:33,623 80152 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:16:33,847 80152 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/43f004f3-9b3f-4388-88a8-8eb663ba36a3/os-interface 0.163s 2023-04-24 00:16:33,848 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: { 'date': 'Mon, 24 Apr 2023 00:16:33 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-3ded9e85-f145-4822-abe4-e8736ffd6bac', 'x-compute-request-id': 'req-3ded9e85-f145-4822-abe4-e8736ffd6bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1a83eb44-caaf-46ff-8823-be4580052b3f", "port_id": "389e432f-0336-45fe-b2ff-4ba1ac63e0f3", "mac_addr": "fa:16:3e:52:21:72", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "437fd07e-8d5b-4281-b8f9-a4b7d1d66a3a", "ip_address": "10.0.0.7"}]}]}' 2023-04-24 00:16:34,796 80152 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/7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602 0.944s 2023-04-24 00:16:34,796 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "389e432f-0336-45fe-b2ff-4ba1ac63e0f3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0f1a6b66-dab2-4202-a372-08fc0791bd6c', 'date': 'Mon, 24 Apr 2023 00:16:34 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602'} Body: b'{"floatingip": {"id": "7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "floating_ip_address": "172.24.4.129", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "a070c003-01c9-46f1-85d8-874aa0f7676b", "port_id": "389e432f-0336-45fe-b2ff-4ba1ac63e0f3", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1a83eb44-caaf-46ff-8823-be4580052b3f", "mac_address": "fa:16:3e:52:21:72", "admin_state_up": true, "status": "ACTIVE", "device_id": "43f004f3-9b3f-4388-88a8-8eb663ba36a3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:14:41Z", "updated_at": "2023-04-24T00:16:34Z", "revision_number": 1, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:16:34,798 80152 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.129:22' as 'cirros' with public key authentication 2023-04-24 00:16:34,837 80152 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:16:34,859 80152 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:16:34,860 80152 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.129 successfully created 2023-04-24 00:16:34,906 80152 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/43f004f3-9b3f-4388-88a8-8eb663ba36a3/ips 0.046s 2023-04-24 00:16:34,907 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22af0b87-6b28-4220-b175-4570d0f98817', 'x-compute-request-id': 'req-22af0b87-6b28-4220-b175-4570d0f98817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a 8-8eb663ba36a3/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-24 00:16:35,154 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes 0.243s 2023-04-24 00:16:35,154 80152 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-828280832"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d85057ba-a5d5-4739-9d85-e92d7e225b32', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d85057ba-a5d5-4739-9d85-e92d7e225b32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes'} Body: b'{"volume": {"id": "391932b9-3e02-42c3-bf81-5eb09a11f2ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:35.086222", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-828280832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:16:35,206 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae 0.043s 2023-04-24 00:16:35,207 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-905c2d90-ecca-4a04-8cc5-76b6230f7eed', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-905c2d90-ecca-4a04-8cc5-76b6230f7eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae'} Body: b'{"volume": {"id": "391932b9-3e02-42c3-bf81-5eb09a11f2ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:35.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-828280832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:16:36,259 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_di fferent_server): 200 GET http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae 0.041s 2023-04-24 00:16:36,259 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c98c8b94-fd33-4834-a3eb-7e174b2669fe', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c98c8b94-fd33-4834-a3eb-7e174b2669fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae'} Body: b'{"volume": {"id": "391932b9-3e02-42c3-bf81-5eb09a11f2ae", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:35.000000", "updated_at": "2023-04-24T00:16:35.000000", "name": "tempest-AttachVolumeNegativeTest-volume-828280832", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/391932b9-3e02-42c3-bf81-5eb09a11f2ae"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:16:36,384 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3 0.113s 2023-04-24 00:16:36,384 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d46dbbe-67fc-4c29-b661-fff97be797f2', 'x-compute-request-id': 'req-0d46dbbe-67fc-4c29-b661-fff97be797f2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3'} Body: b'' 2023-04-24 00:16:36,650 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3 0.265s 2023-04-24 00:16:36,650 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d89899b-acf8-499c-854c-20347e529510', 'x-compute-request-id': 'req-1d89899b-acf8-499c-854c-20347e529510', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3'} Body: b'{"server": {"id": "43f004f3-9b3f-4388-88a8-8eb663ba36a3", "name": "tempest-AttachVolumeNegativeTest-server-482287756", "status": "ACTIVE", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "5d6e38c 99144857265fe1b601394b9b0ba52c3e3d3caa4a5de87c601", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:42Z", "updated": "2023-04-24T00:16:36Z", "addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:21:72"}, {"version": 4, "addr": "172.24.4.129", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:52:21:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1687889936", "OS-SRV-USG:launched_at": "2023-04-24T00:14:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--444526388"}], "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-24 00:17:26,754 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3 0.041s 2023-04-24 00:17:26,754 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-ef199d0f-ff89-4189-a1f9-8a496c8651cb', 'x-compute-request-id': 'req-ef199d0f-ff89-4189-a1f9-8a496c8651cb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/43f004f3-9b3f-4388-88a8-8eb663ba36a3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 43f004f3-9b3f-4388-88a8-8eb663ba36a3 could not be found."}}' 2023-04-24 00:17:26,787 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1687889936 0.032s 2023-04-24 00:17:26,788 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17: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-3e67fdc5-bc61-4795-95f1-6238c90011a1', 'x-compute-request-id': 'req-3e67fdc5-bc61-4795-95f1-6238c90011a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1687889936'} Body: b'' 2023-04-24 00:17:27,055 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5474c61d-74e8-4509-a916-9c6829b83f43 0.266s 2023-04-24 00:17:27,055 80152 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-f7382220-86fa-44aa-bb97-e1b7fe35108b', 'content-le ngth': '0', 'date': 'Mon, 24 Apr 2023 00:17:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5474c61d-74e8-4509-a916-9c6829b83f43'} Body: b'' 2023-04-24 00:17:27,075 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5474c61d-74e8-4509-a916-9c6829b83f43 0.020s 2023-04-24 00:17:27,075 80152 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-cfa0e984-e87d-4702-b554-d68bf161ef46', 'date': 'Mon, 24 Apr 2023 00:17:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5474c61d-74e8-4509-a916-9c6829b83f43'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5474c61d-74e8-4509-a916-9c6829b83f43 does not exist", "detail": ""}}' 2023-04-24 00:17:27,568 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602 0.492s 2023-04-24 00:17:27,568 80152 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-fcaf3798-c497-41bb-8fa3-53f1cea8cb0d', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:17:27 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7b75fbb4-f52d-4ef5-b836-eb5ddd0ea602'} Body: b'' tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 54, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 985743e2-6d02-4644-bbf9-aee62f4d155f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:28,674 80156 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/06a44c089193437dae51019272c549a1/types 0.189s 2023-04-24 00:17:28,675 80156 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-542430357", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db3a232d-78cd-4c2f-88fe-af20717b868b', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db3a232d-78cd-4c2f-88fe-af20717b868b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types'} Body: b'{"volume_type": {"id": "665b3689-b300-4789-a725-ff0ce7670351", "name": "tempest-VolumeTypesTest-volume-type-542430357", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:17:28,713 80156 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/06a44c089193437dae51019272c549a1/types 0.035s 2023-04-24 00:17:28,713 80156 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-1360126046", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-951ff73f-5150-4047-bbf2-be89acce005d', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-951ff73f-5150-4047-bbf2-be89acce005d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types'} Body: b'{"volume_type": {"id": "422ad706-3b07-478e-a9de-926cfa313880", "name": "tempest-VolumeTypesTest-volume-type-1360126046", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:17:29,125 80156 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/39a61bdc44134e4f994e628658a0edcd/volumes 0.409s 2023-04-24 00:17:29,126 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1319842633", "volume_type": "665b3689-b300-4789-a725-ff0ce7670351", "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21ef149b-64f2-42eb-bb28-d22133607686', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ef149b-64f2-42eb-bb28-d22133607686', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes'} Body: b'{"volume": {"id": "985743e2-6d02-4644-bbf9-aee62f4d155f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:29.024993", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1319842633", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-542430357", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}], "user_id": "f1f87ec86af040468788e3c943457aa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:29,204 80156 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/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f 0.069s 2023-04-24 00:17:29,205 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8d7f9bd-a850-4add-a6db-686b82db7b80', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8d7f9bd-a850-4add-a6db-686b82db7b80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f'} Body: b'{"volume": {"id": "985743e2-6d02-4644-bbf9-aee62f4d155f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:29.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1319842633", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-542430357", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}], "user_id": "f1f87ec86af040468788e3c943457aa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "39a61bdc44134e4f994e628658a0edcd"}}' 2023-04-24 00:17:30,257 80156 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/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f 0.040s 2023-04-24 00:17:30,257 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8209c91-397e-4bcd-a5b5-39925884ae7b', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8209c91-397e-4bcd-a5b5-39925884ae7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f'} Body: b'{"volume": {"id": "985743e2-6d02-4644-bbf9-aee62f4d155f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:29.000000", "updated_at": "2023-04-24T00:17:29.000000", "name": "tempest-VolumeTypesTest-volume-1319842633", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-542430357", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644 -bbf9-aee62f4d155f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}], "user_id": "f1f87ec86af040468788e3c943457aa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "39a61bdc44134e4f994e628658a0edcd"}}' 2023-04-24 00:17:30,320 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f 0.052s 2023-04-24 00:17:30,320 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab0a84b-853c-453f-b58a-e334b1db95f4', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab0a84b-853c-453f-b58a-e334b1db95f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f'} Body: b'{"volume": {"id": "985743e2-6d02-4644-bbf9-aee62f4d155f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:29.000000", "updated_at": "2023-04-24T00:17:29.000000", "name": "tempest-VolumeTypesTest-volume-1319842633", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-542430357", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f"}], "user_id": "f1f87ec86af040468788e3c943457aa2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "39a61bdc44134e4f994e628658a0edcd"}}' 2023-04-24 00:17:30,460 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f 0.128s 2023-04-24 00:17:30,460 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac153e0e-4847-4eb9-bfb7-1207dc436fca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f'} Body: b'' 2023-04-24 00:17:30,482 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f 0.021s 2023-04-24 00:17:30,482 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9714b7d7-8972-48ae-8355-8fb1a3f7da49', 'x-openstack-request-id': 'req-9714b7d7-8972-48ae-8355-8fb1a3f 7da49', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/39a61bdc44134e4f994e628658a0edcd/volumes/985743e2-6d02-4644-bbf9-aee62f4d155f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 985743e2-6d02-4644-bbf9-aee62f4d155f could not be found."}}' 2023-04-24 00:17:30,545 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/422ad706-3b07-478e-a9de-926cfa313880 0.062s 2023-04-24 00:17:30,545 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c58b9d9-53d8-45a5-9e72-7bd753775cc4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/422ad706-3b07-478e-a9de-926cfa313880'} Body: b'' 2023-04-24 00:17:30,561 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/422ad706-3b07-478e-a9de-926cfa313880 0.016s 2023-04-24 00:17:30,562 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9f1f800-0f4f-4316-918a-c9530cf7c399', 'x-openstack-request-id': 'req-b9f1f800-0f4f-4316-918a-c9530cf7c399', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/422ad706-3b07-478e-a9de-926cfa313880'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 422ad706-3b07-478e-a9de-926cfa313880 could not be found."}}' 2023-04-24 00:17:30,611 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/665b3689-b300-4789-a725-ff0ce7670351 0.048s 2023-04-24 00:17:30,611 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fffb148-eb82-441e-8f13-6b38c9c156b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/665b3689-b300-4789-a725-ff0ce7670351'} Body: b'' 2023-04-24 00:17:30,626 80156 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/665b3689-b300-4789-a725-ff0ce7670351 0.015s 2023-04-24 00:17:30,626 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fe48698-9e6b-44d8-9327-b2f4100210a9', 'x-openstack-request-id': 'req-5fe48698-9e6b-44d8-9327-b2f4100210a9 ', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/06a44c089193437dae51019272c549a1/types/665b3689-b300-4789-a725-ff0ce7670351'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 665b3689-b300-4789-a725-ff0ce7670351 could not be found."}}' setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0398f0b9-768a-4375-b3e3-85365b7ef24d failed to build and is in ERROR status tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6d2a0177-a616-45c3-9581-bced628465f9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:38,276 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes 0.479s 2023-04-24 00:17:38,276 80156 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-1018693995"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1d480f8-06a9-44da-a05a-5824a4a1d2b3', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1d480f8-06a9-44da-a05a-5824a4a1d2b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes'} Body: b'{"volume": {"id": "6d2a0177-a616-45c3-9581-bced628465f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:38.219698", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1018693995", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:38,385 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9 0.099s 2023-04-24 00:17:38,385 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd34f78f-6727-4da3-87fc-4330648160f2', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd34f78f-6727-4da3-87fc-4330648160f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9'} Body: b'{"volume": {"id": "6d2a0177-a616-45c3-9581-bced628465f9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:38.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1018693995", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27fe943ebb9b4b3086e6df0b68359361"}}' 2023-04-24 00:17:39,432 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9 0.036s 2023-04-24 00:17:39,433 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-383b3028-965f-450f-8858-7673eec5b876', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-383b3028-965f-450f-8858-7673eec5b876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9'} Body: b'{"volume": {"id": "6d2a0177-a616-45c3-9581-bced628465f9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:38.000000", "updated_at": "2023-04-24T00:17:38.000000", "name": "tempest-VolumesDeleteCascade-Volume-1018693995", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27fe943ebb9b4b3086e6df0b68359361"}}' 2023-04-24 00:17:39,518 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9 0.075s 2023-04-24 00:17:39,519 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20d2540c-6324-451c-bc0d-f300cc9252f8', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20d2540c-6324-451c-bc0d-f300cc9252f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9'} Body: b'{"volume": {"id": "6d2a0177-a616-45c3-9581-bced628465f9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:38.000000", "updated_at": "2023-04-24T00:17:38.000000", "name": "tempest-VolumesDeleteCascade-Volume-1018693995", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27fe943ebb9b4b3086e6df0b68359361"}}' 2023-04-24 00:17:39,674 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9 0.145s 2023-04-24 00:17:39,675 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:39 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-9b681fd3-acc3-413a-a23e-ad98db103ba3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9'} Body: b'' 2023-04-24 00:17:39,696 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9 0.020s 2023-04-24 00:17:39,696 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17: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-ac4ef143-84d7-470a-bca6-80ce41c01cd9', 'x-openstack-request-id': 'req-ac4ef143-84d7-470a-bca6-80ce41c01cd9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/6d2a0177-a616-45c3-9581-bced628465f9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6d2a0177-a616-45c3-9581-bced628465f9 could not be found."}}' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 92, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 41181766-2e4b-4732-a24d-1bed1bed731f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:39,909 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes 0.210s 2023-04-24 00:17:39,910 80156 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-406684791"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee4bd8b-f451-4c78-aaa3-4f2c85f2dd9e', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee4bd8b-f451-4c78-aaa3-4f2c85f2dd9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes'} Body: b'{"volume": {"id": "41181766-2e4b-4732-a24d-1bed1bed731f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:39.837460", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-406684791", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:39,966 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f 0.045s 2023-04-24 00:17:39,967 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebdf2cd6-3313-4a72-96ce-01efdb7c8bea', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebdf2cd6-3313-4a72-96ce-01efdb7c8bea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f'} Body: b'{"volume": {"id": "41181766-2e4b-4732-a24d-1bed1bed731f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:40.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-406684791", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27fe943ebb9b4b3086e6df0b68359361"}}' 2023-04-24 00:17:41,028 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f 0.040s 2023-04-24 00:17:41,029 80156 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, 24 Apr 2023 00:17:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df76d5f-8d35-4c0b-b948-8d3c0e5e78bb', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df76d5f-8d35-4c0b-b948-8d3c0e5e78bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f'} Body: b'{"volume": {"id": "41181766-2e4b-4732-a24d-1bed1bed731f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:40.000000", "updated_at": "2023-04-24T00:17:40.000000", "name": "tempest-VolumesDeleteCascade-Volume-406684791", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27fe943ebb9b4b3086e6df0b68359361"}}' 2023-04-24 00:17:41,085 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f 0.044s 2023-04-24 00:17:41,085 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f1f234a-0686-4e6a-b40a-db6b1b5d6900', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f1f234a-0686-4e6a-b40a-db6b1b5d6900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f'} Body: b'{"volume": {"id": "41181766-2e4b-4732-a24d-1bed1bed731f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:40.000000", "updated_at": "2023-04-24T00:17:40.000000", "name": "tempest-VolumesDeleteCascade-Volume-406684791", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f"}], "user_id": "61c3265936d8492da200e15e8720c29e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27fe943ebb9b4b3086e6df0b68359361"}}' 2023-04-24 00:17:41,223 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f 0.127s 2023-04-24 00:17:41,224 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9c7de9-70f4-41c7-889b-76f245204b32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f'} Body: b'' 2023-04-24 00:17:41,258 80156 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f 0.034s 2023-04-24 00:17:41,259 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce3aa2d3-13b1-4103-9d00-74e9a76980d5', 'x-openstack-request-id': 'req-ce3aa2d3-13b1-4103-9d00-74e9a76980d5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/27fe943ebb9b4b3086e6df0b68359361/volumes/41181766-2e4b-4732-a24d-1bed1bed731f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 41181766-2e4b-4732-a24d-1bed1bed731f could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 622a31bf-22d9-4e77-adcd-423e8a6325f6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:44,692 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes 0.489s 2023-04-24 00:17:44,693 80156 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-2002197265"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-379fdc09-4c2e-4c7e-a761-fe77b268e5b0', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-379fdc09-4c2e-4c7e-a761-fe77b268e5b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes'} Body: b'{"volume": {"id": "622a31bf-22d9-4e77-adcd-423e8a6325f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:44.574039", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-2002197265", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:44,739 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6 0.037s 2023-04-24 00:17:44,740 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fd1d9b8-a36b-4b77-82ed-0f83f0dce90b', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fd1d9b8-a36b-4b77-82ed-0f83f0dce90b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6'} Body: b'{"volume": {"id": "622a31bf-22d9-4e77-adcd-423e8a6325f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:45.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-2002197265", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76cb2796824b44989933a2b6a6288116"}}' 2023-04-24 00:17:45,821 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6 0.070s 2023-04-24 00:17:45,822 80156 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15dab55b-98d6-46a7-a512-84a0686426a8', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15dab55b-98d6-46a7-a512-84a0686426a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6'} Body: b'{"volume": {"id": "622a31bf-22d9-4e77-adcd-423e8a6325f6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:45.000000", "updated_at": "2023-04-24T00:17:45.000000", "name": "tempest-VolumesTransfersTest-Volume-2002197265", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76cb2796824b44989933a2b6a6288116"}}' 2023-04-24 00:17:45,877 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6 0.044s 2023-04-24 00:17:45,877 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09caae89-2836-4e91-8b5e-94d5bd152425', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09caae89-2836-4e91-8b5e-94d5bd152425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6'} Body: b'{"volume": {"id": "622a31bf-22d9-4e77-adcd-423e8a6325f6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:45.000000", "updated_at": "2023-04-24T00:17:45.000000", "name": "tempest-VolumesTransfersTest-Volume-2002197265", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76cb2796824b44989933a2b6a6288116"}}' 2023-04-24 00:17:45,981 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6 0.093s 2023-04-24 00:17:45,981 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:45 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-2cd28cce-45f7-4882-9109-e0f734eb12d4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6'} Body: b'' 2023-04-24 00:17:46,004 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6 0.022s 2023-04-24 00:17:46,005 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-17f188ca-c781-4feb-8c1a-92095c3076e5', 'x-openstack-request-id': 'req-17f188ca-c781-4feb-8c1a-92095c3076e5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/622a31bf-22d9-4e77-adcd-423e8a6325f6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 622a31bf-22d9-4e77-adcd-423e8a6325f6 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 68169276-5529-46d3-9839-4c5aecc318dc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:46,441 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes 0.433s 2023-04-24 00:17:46,441 80156 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-666225295"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4086d9ae-90e6-4620-ad72-05cd5379979d', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4086d9ae-90e6-4620-ad72-05cd5379979d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes'} Body: b'{"volume": {"id": "68169276-5529-46d3-9839-4c5aecc318dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:46.359468", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-666225295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:17:46,511 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc 0.060s 2023-04-24 00:17:46,511 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ada36ad-7e45-443a-a606-5029aba968f1', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ada36ad-7e45-443a-a606-5029aba968f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc'} Body: b'{"volume": {"id": "68169276-5529-46d3-9839-4c5aecc318dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:46.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-666225295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76cb2796824b44989933a2b6a6288116"}}' 2023-04-24 00:17:47,568 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc 0.045s 2023-04-24 00:17:47,569 80156 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75928843-1ab2-4489-8550-09e820a95a38', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75928843-1ab2-4489-8550-09e820a95a38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc'} Body: b'{"volume": {"id": "68169276-5529-46d3-9839-4c5aecc318dc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:46.000000", "updated_at": "2023-04-24T00:17:47.000000", "name": "tempest-VolumesTransfersTest-Volume-666225295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76cb2796824b44989933a2b6a6288116"}}' 2023-04-24 00:17:47,650 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc 0.071s 2023-04-24 00:17:47,651 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f66794-bd03-45f5-9dad-c7c0b578d152', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f66794-bd03-45f5-9dad-c7c0b578d152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc'} Body: b'{"volume": {"id": "68169276-5529-46d3-9839-4c5aecc318dc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:17:46.000000", "updated_at": "2023-04-24T00:17:47.000000", "name": "tempest-VolumesTransfersTest-Volume-666225295", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc"}], "user_id": "fa5f7e7bef6b4b22b57d7c6881b2959f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "76cb2796824b44989933a2b6a6288116"}}' 2023-04-24 00:17:47,840 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc 0.178s 2023-04-24 00:17:47,841 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'con tent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b25182b8-4da3-45c2-9d46-a63b684d81be', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc'} Body: b'' 2023-04-24 00:17:47,873 80156 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc 0.032s 2023-04-24 00:17:47,874 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-82e06824-3f02-4250-b363-7fe6802c65b1', 'x-openstack-request-id': 'req-82e06824-3f02-4250-b363-7fe6802c65b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/76cb2796824b44989933a2b6a6288116/volumes/68169276-5529-46d3-9839-4c5aecc318dc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 68169276-5529-46d3-9839-4c5aecc318dc could not be found."}}' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 550, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 411d5810-0f3c-4728-b04a-5ef2d1208834 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:15:55,959 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86 0.293s 2023-04-24 00:15:55,959 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:55 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-e3ec5110-f41d-4f0f-b68d-e4d18413eeb1', 'x-compute-request-id': 'req-e3ec5110-f41d-4f0f-b68d-e4d18413eeb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86'} Body: b'{"server": {"id": "ce19423d-a6ee-4506-9cd1-ec4803abdd86", "name": "tempest-ServersNegativeTestJSON-server-109140451", "status": "ACTIVE", "tenant_id": "ce75f63fc0904eceb03e8319bddba4d3", "user_id": "abae98323deb44dea0622186485cc7af", "metadata": {}, "hostId": "6c0fed889c2c97616dfcbee0e1169e8b5de8459df46c4b22aee638d6", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:21Z", "updated": "2023-04-24T00:11:38Z", "addresses": {"tempest-ServersNegativeTestJSON-1649565193-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:c7:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:16:56,395 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes 0.362s 2023-04-24 00:16:56,396 80154 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-275115975"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-870c0531-991c-443c-8863-2de031e57148', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-870c0531-991c-443c-8863-2de031e57148', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes'} Body: b'{"volume": {"id": "411d5810-0f3c-4728-b04a-5ef2d1208834", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:56.320741", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-275115975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834"}, {"rel": "bookmark", "href": "http://10.0.0.2 10/volume/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834"}], "user_id": "abae98323deb44dea0622186485cc7af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:16:56,456 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834 0.049s 2023-04-24 00:16:56,456 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4720be9-c716-46f1-a895-9b2fe9c9232b', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4720be9-c716-46f1-a895-9b2fe9c9232b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834'} Body: b'{"volume": {"id": "411d5810-0f3c-4728-b04a-5ef2d1208834", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:56.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-275115975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834"}], "user_id": "abae98323deb44dea0622186485cc7af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce75f63fc0904eceb03e8319bddba4d3"}}' 2023-04-24 00:16:57,518 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834 0.045s 2023-04-24 00:16:57,519 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba92b276-e607-487a-8156-d660d1aa24db', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba92b276-e607-487a-8156-d660d1aa24db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834'} Body: b'{"volume": {"id": "411d5810-0f3c-4728-b04a-5ef2d1208834", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:16:56.000000", "updated_at": "2023-04-24T00:16:56.000000", "name": "tempest-ServersNegativeTestJSON-volume-275115975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce75f63fc0904eceb03e8319bddba4d3/volumes/411d5810-0f3c-4728-b04a-5ef2d1208834"}], "user_id": "abae98323deb44dea0622186485cc7af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenan t-attr:tenant_id": "ce75f63fc0904eceb03e8319bddba4d3"}}' 2023-04-24 00:16:57,889 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86 0.352s 2023-04-24 00:16:57,890 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:57 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-f9dc686f-24c2-4b8e-b7c4-f4e34064bbf1', 'x-compute-request-id': 'req-f9dc686f-24c2-4b8e-b7c4-f4e34064bbf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86'} Body: b'{"server": {"id": "ce19423d-a6ee-4506-9cd1-ec4803abdd86", "name": "tempest-ServersNegativeTestJSON-server-109140451", "status": "ACTIVE", "tenant_id": "ce75f63fc0904eceb03e8319bddba4d3", "user_id": "abae98323deb44dea0622186485cc7af", "metadata": {}, "hostId": "6c0fed889c2c97616dfcbee0e1169e8b5de8459df46c4b22aee638d6", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:21Z", "updated": "2023-04-24T00:11:38Z", "addresses": {"tempest-ServersNegativeTestJSON-1649565193-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:c7:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 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 fdf3d328-0d95-428b-a402-c8a6f3016dbd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:18:03,858 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.264s 2023-04-24 00:18:03,858 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1630980562", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHh2F3+iE9v6j8uAzEGsVE1dGmzzOM319DHl5oQaR9MtB+21/YpblyubON+4hp5Nax/I8gLbx0oYjiIDGGUihE8mMwZoqE70O7sgTcmzUbjW+C997P07Od7BnXlSnR8q1w=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:03 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-3bf909d5-9206-4ae3-a9fe-cfc92865b1d4', 'x-compute-request-id': 'req-3bf909d5-9206-4ae3-a9fe-cfc92865b1d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1630980562", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHh2F3+iE9v6j8uAzEGsVE1dGmzzOM319DHl5oQaR9MtB+21/YpblyubON+4hp5Nax/I8gLbx0oYjiIDGGUihE8mMwZoqE70O7sgTcmzUbjW+C997P07Od7BnXlSnR8q1w==", "fingerprint": "d3:98:c0:05:79:86:d6:8a:f5:e4:73:ef:03:65:2e:88", "user_id": "f80aa3207a5345bcbc52c1c34b665fdb"}}' 2023-04-24 00:18:04,024 80156 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.162s 2023-04-24 00:18:04,024 80156 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-1504748172", "description": "tempest-secgroup-smoke-1504748172 description", "project_id": "9188fe3228ab4b7bb067879867ba1c76"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-d0b6b2de-690d-4daf-b7eb-6a9c3a3eba00', 'date': 'Mon, 24 Apr 2023 00:18:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "name": "tempest-secgroup-smoke-1504748172", "stateful": true, "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "description": "tempest-secgroup-smoke-1504748172 description", "shared": false, "security_group_rules": [{"id": "abad8021-32d7-4667-8284-4ed85aded516", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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": 745, "description": null, "tags": [], "created_at": "2023-04-24T00:18:03Z", "updated_at": "2023-04-24T00:18:03Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}, {"id": "fe27db7a-9121-46fc-ad82-182ddcc7529d", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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": 744, "description": null, "tags": [], "created_at": "2023-04-24T00:18:03Z", "updated_at": "2023-04-24T00:18:03Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}], "tags": [], "created_at": "2023-04-24T00:18:03Z", "updated_at": "2023-04-24T00:18:03Z", "revision_number": 1, "project_ id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:04,204 80156 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.179s 2023-04-24 00:18:04,205 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "project_id": "9188fe3228ab4b7bb067879867ba1c76", "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-c34237f1-aaf0-4f6e-bc33-5723584cde5d', 'date': 'Mon, 24 Apr 2023 00:18:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "75f87dfd-d372-4302-a493-6f97983838c7", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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-24T00:18:04Z", "updated_at": "2023-04-24T00:18:04Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:04,371 80156 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.165s 2023-04-24 00:18:04,371 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "project_id": "9188fe3228ab4b7bb067879867ba1c76", "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-24f81d2c-44a7-468b-bfc8-eb73211afcc6', 'date': 'Mon, 24 Apr 2023 00:18:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9cec971e-855d-4116-8688-f532f6b4089d", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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-24T00:18:04Z", "updated_at": "2023-04-24T00:18:04Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:04,544 80156 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.172s 2023-04-24 00:18:04,544 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "project_id": "9188fe3228ab4b7bb067879867ba1c76", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8ca12a19-6125-4639-9b08-1bfdb884a4dd', 'date': 'Mon, 24 Apr 2023 00:18:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ee138545-5b25-4ad2-bacc-25ca26e41fa7", "tenant_id": "9188fe3228a b4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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-24T00:18:04Z", "updated_at": "2023-04-24T00:18:04Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:04,753 80156 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.208s 2023-04-24 00:18:04,754 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "project_id": "9188fe3228ab4b7bb067879867ba1c76", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-d3a6dd55-a529-4c36-bb51-fcb921ebb44e', 'date': 'Mon, 24 Apr 2023 00:18:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4edacac8-09e1-445a-b337-78f8926c58a2", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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-24T00:18:04Z", "updated_at": "2023-04-24T00:18:04Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:04,919 80156 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.164s 2023-04-24 00:18:04,919 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "project_id": "9188fe3228ab4b7bb067879867ba1c76", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-b75e2248-45f6-484c-9462-29aa0454181b', 'date': 'Mon, 24 Apr 2023 00:18:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b6fc5882-ce41-4b21-9044-c5b950072ae6", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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-24T00:18:04Z", "updated_at": "2023-04-24T00:18:04Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:05,131 80156 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.205s 2023-04-24 00:18:05,135 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "project_id": "9188fe3228ab4b7bb067879867ba1c76", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'con tent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-a5000f1f-77f1-4bb3-adb2-e85cbb4a850b', 'date': 'Mon, 24 Apr 2023 00:18:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "09bc5972-0051-42b1-97f1-4dd9999a4ae9", "tenant_id": "9188fe3228ab4b7bb067879867ba1c76", "security_group_id": "7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17", "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-24T00:18:05Z", "updated_at": "2023-04-24T00:18:05Z", "revision_number": 0, "project_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:05,344 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes 0.202s 2023-04-24 00:18:05,344 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1723677183", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-274d94fd-06f1-4f3b-9123-bbb27753fdd2', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-274d94fd-06f1-4f3b-9123-bbb27753fdd2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes'} Body: b'{"volume": {"id": "fdf3d328-0d95-428b-a402-c8a6f3016dbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:05.287938", "updated_at": null, "name": "tempest-TestStampPattern-volume-1723677183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd"}], "user_id": "f80aa3207a5345bcbc52c1c34b665fdb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:18:05,402 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd 0.041s 2023-04-24 00:18:05,402 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53b5c818-1cee-4a41-a978-a655ac35fa99', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53b5c818-1cee-4a41-a978-a655ac35fa99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd'} Body: b'{"volume": {"id": "fdf3d328-0d95-428b-a402-c8a6f3016dbd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:05.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-1723677183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": nul l, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd"}], "user_id": "f80aa3207a5345bcbc52c1c34b665fdb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:06,455 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd 0.041s 2023-04-24 00:18:06,455 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-755e7b82-53fd-4d27-9f64-10ed88815308', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-755e7b82-53fd-4d27-9f64-10ed88815308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd'} Body: b'{"volume": {"id": "fdf3d328-0d95-428b-a402-c8a6f3016dbd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:05.000000", "updated_at": "2023-04-24T00:18:05.000000", "name": "tempest-TestStampPattern-volume-1723677183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd"}], "user_id": "f80aa3207a5345bcbc52c1c34b665fdb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9188fe3228ab4b7bb067879867ba1c76"}}' 2023-04-24 00:18:06,565 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd 0.096s 2023-04-24 00:18:06,565 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22121474-c2b1-421b-9674-06949c3d6247', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd'} Body: b'' 2023-04-24 00:18:06,586 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd 0.020s 2023-04-24 00:18:06,586 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18: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-req uest-id': 'req-8e09367a-d362-4b37-b51d-50fcfcee30e3', 'x-openstack-request-id': 'req-8e09367a-d362-4b37-b51d-50fcfcee30e3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9188fe3228ab4b7bb067879867ba1c76/volumes/fdf3d328-0d95-428b-a402-c8a6f3016dbd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fdf3d328-0d95-428b-a402-c8a6f3016dbd could not be found."}}' 2023-04-24 00:18:06,743 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17 0.156s 2023-04-24 00:18:06,743 80156 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-da944954-ef1e-46a3-a7c1-06842de52d08', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:18:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7bcf94fb-de1e-4a26-9f49-6e8fc7b02c17'} Body: b'' 2023-04-24 00:18:06,781 80156 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1630980562 0.037s 2023-04-24 00:18:06,781 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:06 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-550a1f23-906f-478d-a5bb-ea7ee984675b', 'x-compute-request-id': 'req-550a1f23-906f-478d-a5bb-ea7ee984675b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1630980562'} Body: b'' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 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 3d4790c7-d842-4af2-a1eb-27173dcfa184 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:18:28,461 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.248s 2023-04-24 00:18:28,461 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cc099521-c3ad-43fd-8019-e8772738cc09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:18:28,843 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes 0.381s 2023-04-24 00:18:28,843 80156 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-985228474", "snapshot_id": null, "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7b3519f-54e6-4761-b3df-3304f7b767bc', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7b3519f-54e6-4761-b3df-3304f7b767bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes'} Body: b'{"volume": {"id": "3d4790c7-d842-4af2-a1eb-27173dcfa184", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:28.771278", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-985228474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:18:28,891 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184 0.038s 2023-04-24 00:18:28,891 80156 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5608ec79-2366-4633-a04e-8f7d40b7a599', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5608ec79-2366-4633-a04e-8f7d40b7a599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184'} Body: b'{"volume": {"id": "3d4790c7-d842-4af2-a1eb-27173dcfa184", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:29.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-985228474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:29,941 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184 0.038s 2023-04-24 00:18:29,941 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1b1f17d-2634-47a2-866b-8dcd45449756', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1b1f17d-2634-47a2-866b-8dcd45449756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184'} Body: b'{"volume": {"id": "3d4790c7-d842-4af2-a1eb-27173dcfa184", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:29.000000", "updated_at": "2023-04-24T00:18:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-985228474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:30,065 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184 0.112s 2023-04-24 00:18:30,065 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:29 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-e6283e67-8952-4cf6-aa47-16da501206b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184'} Body: b'' 2023-04-24 00:18:30,088 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184 0.023s 2023-04-24 00:18:30,089 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a2f3889-95f1-4a5b-816c-728313415ee7', 'x-openstack-request-id': 'req-4a2f3889-95f1-4a5b-816c-728313415ee7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/3d4790c7-d842-4af2-a1eb-27173dcfa184'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3d4790c7-d842-4af2-a1eb-27173dcfa184 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 2ebc3aea-80d8-44cc-9355-d1e0212f7699 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:18:30,113 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.021s 2023-04-24 00:18:30,113 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-817356d9-2d08-48b9-b815-5be08f3a0934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:18:30,446 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes 0.332s 2023-04-24 00:18:30,446 80156 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-1059030531", "snapshot_id": null, "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff2a9674-3a38-424a-a5b7-4bc4246b75b0', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff2a9674-3a38-424a-a5b7-4bc4246b75b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes'} Body: b'{"volume": {"id": "2ebc3aea-80d8-44cc-9355-d1e0212f7699", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:30.381562", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1059030531", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:18:30,495 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699 0.039s 2023-04-24 00:18:30,496 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15e3bc47-3e08-499c-a2c9-12394a29503c', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15e3bc47-3e08-499c-a2c9-12394a29503c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699'} Body: b'{"volume": {"id": "2ebc3aea-80d8-44cc-9355-d1e0212f7699", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:30.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1059030531", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:31,547 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699 0.040s 2023-04-24 00:18:31,547 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-640d2a04-accd-44e5-8096-9d75f4af6365', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-640d2a04-accd-44e5-8096-9d75f4af6365', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699'} Body: b'{"volume": {"id": "2ebc3aea-80d8-44cc-9355-d1e0212f7699", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:30.000000", "updated_at": "2023-04-24T00:18:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1059030531", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:31,654 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699 0.095s 2023-04-24 00:18:31,654 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fb82789-a025-4082-910c-64fc80485f31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699'} Body: b'' 2023-04-24 00:18:31,676 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699 0.021s 2023-04-24 00:18:31,676 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-31156954-b506-4d91-ab29-14b022ac2b34', 'x-openstack-request-id': 'req-31156954-b506-4d91-ab29-14b022ac2b34', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/2ebc3aea-80d8-44cc-9355-d1e0212f7699'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2ebc3aea-80d8-44cc-9355-d1e0212f7699 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 7293fc58-53be-4e3c-94a7-85b01aa51964 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:18:31,678 80156 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-24 00:18:31,740 80156 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.056s 2023-04-24 00:18:31,740 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-905115508", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBUO7+BexjksQT601R5ryyzIlBST0XeLUKwnb6XBZApDyo9pk/NwlQ6zWOH4KcqnAAdPwUNZ6qE8bTWmTsk6Z+ADq/J7un8S8v10JSUa9UHQ34bibBmTF5JCGUfPNpptBg=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:31 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-cad18430-607c-4f47-a984-450dd2c1bf02', 'x-compute-request-id': 'req-cad18430-607c-4f47-a984-450dd2c1bf02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-905115508", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBUO7+BexjksQT601R5ryyzIlBST0XeLUKwnb6XBZApDyo9pk/NwlQ6zWOH4KcqnAAdPwUNZ6qE8bTWmTsk6Z+ADq/J7un8S8v10JSUa9UHQ34bibBmTF5JCGUfPNpptBg==", "fingerprint": "62:5c:bd:3a:ae:19:97:a0:07:ac:6b:4d:bf:d0:60:16", "user_id": "a2bc0a69976144909783464c14e2710e"}}' 2023-04-24 00:18:31,909 80156 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.164s 2023-04-24 00:18:31,910 80156 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-1700113866", "description": "tempest-secgroup-smoke-1700113866 description", "project_id": "49f46c801b224352b0b12f8653fdf122"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-2a897231-764c-46d2-911a-835511659601', 'date': 'Mon, 24 Apr 2023 00:18:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "name": "tempest-secgroup-smoke-1700113866", "stateful": true, "tenant_id": "49f46c801b224352b0b12f8653fdf122", "description": "tempest-secgroup-smoke-1700113866 description", "shared": false, "security_group_rules": [{"id": "6933720b-fb71-47ed-9a6a-f34a33a14dea", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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": 778, "description": null, "tags": [], "created_at": "2023-04-24T00:18:31Z", "updated_at": "2023-04-24T00:18:31Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}, {"id": "e8d1bbe8-52f1-429c-a825-542abaa86f8e", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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": 779, "description": null, "tags": [], "created_at": "2023-04-24T00:18:31Z", "updated_at": "2023-04-24T00:18:31Z", "revision_number": 0, "project_id": "49f46c8 01b224352b0b12f8653fdf122"}], "tags": [], "created_at": "2023-04-24T00:18:31Z", "updated_at": "2023-04-24T00:18:31Z", "revision_number": 1, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:32,092 80156 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.181s 2023-04-24 00:18:32,092 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "project_id": "49f46c801b224352b0b12f8653fdf122", "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-ac5207c7-7913-4cf5-8e54-a084c0c82b6a', 'date': 'Mon, 24 Apr 2023 00:18:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2f171234-a79e-4f75-baf0-d5a4706443ef", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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-24T00:18:31Z", "updated_at": "2023-04-24T00:18:31Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:32,326 80156 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.233s 2023-04-24 00:18:32,326 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "project_id": "49f46c801b224352b0b12f8653fdf122", "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-c3b69054-611f-47ce-806e-e05f46addd66', 'date': 'Mon, 24 Apr 2023 00:18:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "99da7d40-9467-48ec-8a02-740892294681", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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-24T00:18:32Z", "updated_at": "2023-04-24T00:18:32Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:32,497 80156 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.170s 2023-04-24 00:18:32,497 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "project_id": "49f46c801b224352b0b12f8653fdf122", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c785a4f8-afb3-49e4-8b91-5c68fcd614ec', 'date': 'Mon, 24 Apr 2023 00:18:32 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": "20c78f7f-e55f-4aaf-9937-c704436587ea", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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-24T00:18:32Z", "updated_at": "2023-04-24T00:18:32Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:32,677 80156 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.178s 2023-04-24 00:18:32,677 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "project_id": "49f46c801b224352b0b12f8653fdf122", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-5dd1ecaa-4f30-42cb-b2c3-1fde69492298', 'date': 'Mon, 24 Apr 2023 00:18:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e9a7bcf8-ed05-46b2-ad99-e62b7f6f6a3e", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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-24T00:18:32Z", "updated_at": "2023-04-24T00:18:32Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:32,857 80156 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.179s 2023-04-24 00:18:32,857 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "project_id": "49f46c801b224352b0b12f8653fdf122", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-83eb3b42-a981-410a-9044-69a14c14ecb7', 'date': 'Mon, 24 Apr 2023 00:18:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d84ee464-b0f2-4600-a6fe-4a303d7366dd", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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-24T00:18:32Z", "updated_at": "2023-04-24T00:18:32Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:33,199 80156 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.341s 2023-04-24 00:18:33,199 80156 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": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "project_id": "49f46c801b224352b0b12f8653fdf122", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-eab40bc3-08a9-4698-ae12-0def1415f5b3', 'date': 'Mon, 24 Apr 2023 00:18:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5acc3a64-7520-49fd-b892-67df69cbee9c", "tenant_id": "49f46c801b224352b0b12f8653fdf122", "security_group_id": "b4058f02-f8ef-45c6-992e-8fff42c5227f", "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-24T00:18:32Z", "updated_at": "2023-04-24T00:18:32Z", "revision_number": 0, "project_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:33,200 80156 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-24 00:18:33,220 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9 0.019s 2023-04-24 00:18:33,220 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c8788429-fbec-49a4-92ff-0e068bf9f921', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9'} 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": "9619d6bf1eb94713942f61eb4a34f7c4", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "created_at": "2023-04-24T00:07:34Z", "updated_at": "2023-04-24T00:07:36Z", "tags": [], "self": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9", "file": "/v2/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:18:33,518 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes 0.297s 2023-04-24 00:18:33,519 80156 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-839309507", "snapshot_id": null, "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58c09d51-5224-4ae1-8e43-26f22d41c04a', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58c09d51-5224-4ae1-8e43-26f22d41c04a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes '} Body: b'{"volume": {"id": "7293fc58-53be-4e3c-94a7-85b01aa51964", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:33.459689", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-839309507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:18:33,570 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964 0.043s 2023-04-24 00:18:33,571 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d872837-4802-4b73-9eaf-d4168eecc020', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d872837-4802-4b73-9eaf-d4168eecc020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964'} Body: b'{"volume": {"id": "7293fc58-53be-4e3c-94a7-85b01aa51964", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:33.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-839309507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:34,622 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964 0.040s 2023-04-24 00:18:34,622 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc73409d-cbcf-4ecd-99cb-1b53c33e01b8', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc73409d-cbcf-4ecd-99cb-1b53c33e01b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964'} Body: b'{"volume": {"id": "7293fc58-53be-4e3c-94a7-85b01aa51964", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:33.000000", "updated_at": "2023-04-24T00:18:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-839309507", "description": null, "volume_type": "joviandss-2", "sna pshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964"}], "user_id": "a2bc0a69976144909783464c14e2710e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "49f46c801b224352b0b12f8653fdf122"}}' 2023-04-24 00:18:34,730 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964 0.097s 2023-04-24 00:18:34,730 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-973f8e2a-0410-4352-ad49-5be618df7fb6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964'} Body: b'' 2023-04-24 00:18:34,763 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964 0.032s 2023-04-24 00:18:34,764 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6781d2a-7f43-4f78-a6fa-106e1c7ba4a5', 'x-openstack-request-id': 'req-a6781d2a-7f43-4f78-a6fa-106e1c7ba4a5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/49f46c801b224352b0b12f8653fdf122/volumes/7293fc58-53be-4e3c-94a7-85b01aa51964'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7293fc58-53be-4e3c-94a7-85b01aa51964 could not be found."}}' 2023-04-24 00:18:34,925 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b4058f02-f8ef-45c6-992e-8fff42c5227f 0.161s 2023-04-24 00:18:34,926 80156 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-854d0ed2-fe9e-49c5-adc1-e331fa62f8b0', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:18:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b4058f02-f8ef-45c6-992e-8fff42c5227f'} Body: b'' 2023-04-24 00:18:34,961 80156 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-905115508 0.035s 2023-04-24 00:18:34,962 80156 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18: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': 'O penStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6b68580-03e9-4333-9e7f-8dbe224193fb', 'x-compute-request-id': 'req-a6b68580-03e9-4333-9e7f-8dbe224193fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-905115508'} Body: b'' 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-24 00:18:43,314 80150 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/14f94185b7c5406e883de1fa8ab852ad/scheduler-stats/get_pools?detail=True 0.201s 2023-04-24 00:18:43,314 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d443124-4c65-40e2-8095-945f4e17fd27', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d443124-4c65-40e2-8095-945f4e17fd27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f94185b7c5406e883de1fa8ab852ad/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-24 00:18:43,367 80150 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/14f94185b7c5406e883de1fa8ab852ad/scheduler-stats/get_pools 0.036s 2023-04-24 00:18:43,367 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc024f7f-8ef9-4d90-a0cb-a00cd1a4f970', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc024f7f-8ef9-4d90-a0cb-a00cd1a4f970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/14f94185b7c5406e883de1fa8ab852ad/scheduler-stats/get_pools'} Body: b'{"pools": []}' 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 6382341e-c93f-47f3-9910-2a374a371aaa failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) --------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2bd93837-d9b8-456b-a75d-f20b22eb9523 failed to build and is in ERROR status tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-24T00:18:20Z', 'message': 'Build of instance 7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b aborted: Volume 1fc4aff5-cded-4845-bcc1-e512a126098b did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-3eeae232-27ed-4300-b4c6-bd5b3f676e6e. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:15:16,091 80140 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-24 00:15:16,091 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:16 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-a8366701-0aa0-4947-a52c-bf0e211f21ab', '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": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443-project-member", "password_expires_at": null}, "audit_ids": ["AOc11DVpTJO6B_iKmZfKlg"], "expires_at": "2023-04-24T01:15:16.000000Z", "issued_at": "2023-04-24T00:15:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d26ba1ed4b9241f9a084db1a14a945bb", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:15:16,092 80140 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-348197869-network', 'tenant_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'proje ct_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28985, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:15:16,707 80140 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.615s 2023-04-24 00:15:16,708 80140 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-515303589", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:15:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d', '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-36066562-5536-47c6-bf2d-ca546b35362a', 'x-compute-request-id': 'req-36066562-5536-47c6-bf2d-ca546b35362a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xbrWW7ifq69f"}}' 2023-04-24 00:15:16,786 80140 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/1c91af3a-b837-4ff0-a236-3483ffe5277d 0.075s 2023-04-24 00:15:16,786 80140 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, 24 Apr 2023 00:15:16 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-15571ed8-cdfc-49af-af09-dbdbc28446ed', 'x-compute-request-id': 'req-15571ed8-cdfc-49af-af09-dbdbc28446ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d'} Body: b'{"server": {"id": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-515303589", "status": "BUILD", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:15:17Z", "updated": "2023-04-24T00:15:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1c91a f3a-b837-4ff0-a236-3483ffe5277d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}], "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-24 00:16:07,321 80140 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/1c91af3a-b837-4ff0-a236-3483ffe5277d 0.469s 2023-04-24 00:16:07,321 80140 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, 24 Apr 2023 00:16:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33594708-bc7f-4fe1-9a72-51f4073afb1e', 'x-compute-request-id': 'req-33594708-bc7f-4fe1-9a72-51f4073afb1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d'} Body: b'{"server": {"id": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-515303589", "status": "ACTIVE", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "9024da7ff1b29c5c9e8c53cf0488d9c565dfb563307d464f49033520", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:15:16Z", "updated": "2023-04-24T00:15:23Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-348197869-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:a9:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:15:23.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-24 00:16:07,337 80140 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:17:08,569 80140 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/1c91af3a-b837-4ff0-a236-3483ffe5277d/action 1.189s 2023-04-24 00:17:08,570 80140 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-ServerBootFromVolumeStable RescueTest-image-32971201"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:07 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-cf5e3676-2394-4f05-81d5-c6143eb1eb24', 'x-compute-request-id': 'req-cf5e3676-2394-4f05-81d5-c6143eb1eb24', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d/action'} Body: b'{"image_id": "ddce81be-5c7c-4323-8fa4-390f0811a79e"}' 2023-04-24 00:17:08,603 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.030s 2023-04-24 00:17:08,603 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3f928b92-a8fd-4ff6-9491-f4fc99fdc291', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:08Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:09,628 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.024s 2023-04-24 00:17:09,629 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-77216e4b-4428-4937-a2c6-922f67811622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_project_name": "tempest-ServerBootFro mVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:08Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:10,652 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.021s 2023-04-24 00:17:10,652 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5c230d50-a97f-4c51-9639-7ab691d3ed03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:08Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:11,677 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.023s 2023-04-24 00:17:11,677 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e25aa93e-3a50-4aed-8f92-75cc44fe22fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "boot_rol es": "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:11Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:12,706 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.027s 2023-04-24 00:17:12,706 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b4994dc3-0b2e-4c51-a7c2-ea7f784aae02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "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": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:12Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:13,732 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.024s 2023-04-24 00:17:13,732 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accep t': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8d2549db-83d6-4245-9903-5f3a6ef41fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "f74681f9092537a04c75581d1b23a1cb", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d26ba1ed4b9241f9a084db1a14a945bb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0708b4fb12deb487c5422ef08d5add8de89030dcf04c844545532dd8a8db3f6ccedf08477bd2bd3cec29e52fc655620595f20c235e280c21e3cacde24bb00153", "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:13Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:13,756 80140 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/ddce81be-5c7c-4323-8fa4-390f0811a79e 0.023s 2023-04-24 00:17:13,756 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-beae5b6b-d281-43f1-8bd4-23cedd1e9129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "owner_id": "d26ba1ed4b9241f9a084db1a14a945bb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443", "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-2021792443-project-member", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-32971201", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "f74681f9092537a04c75581d1b23a1cb", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d26ba1ed4b9241f9a084db1a14a945bb", "os _hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0708b4fb12deb487c5422ef08d5add8de89030dcf04c844545532dd8a8db3f6ccedf08477bd2bd3cec29e52fc655620595f20c235e280c21e3cacde24bb00153", "id": "ddce81be-5c7c-4323-8fa4-390f0811a79e", "created_at": "2023-04-24T00:17:08Z", "updated_at": "2023-04-24T00:17:13Z", "tags": [], "self": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e", "file": "/v2/images/ddce81be-5c7c-4323-8fa4-390f0811a79e/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:17:14,024 80140 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/1c91af3a-b837-4ff0-a236-3483ffe5277d 0.267s 2023-04-24 00:17:14,025 80140 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, 24 Apr 2023 00:17:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d7f1d89-5dd3-46b7-a32c-2482d7a43638', 'x-compute-request-id': 'req-8d7f1d89-5dd3-46b7-a32c-2482d7a43638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d'} Body: b'{"server": {"id": "1c91af3a-b837-4ff0-a236-3483ffe5277d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-515303589", "status": "ACTIVE", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "9024da7ff1b29c5c9e8c53cf0488d9c565dfb563307d464f49033520", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:15:16Z", "updated": "2023-04-24T00:17:13Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-348197869-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ab:a9:8e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1c91af3a-b837-4ff0-a236-3483ffe5277d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:15:23.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-24 00:18:14,199 80140 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.093s 2023-04-24 00:18:14,199 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:14 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-38fa8428-e6fb-4ddf-93ec-209fdc3b36b2', '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": "8d0ab07106dd4995aa7e3f5b6bc70e56", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443-project-member", "password_expires_at": null}, "audit_ids": ["zi1_yLu0Qzqo6ysLSX8FCQ"], "expires_at": "2023-04-24T01:18:14.000000Z", "issued_at": "2023-04-24T00:18:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d26ba1ed4b9241f9a084db1a14a945bb", "name": "tempest-ServerBootFromVolumeStableRescueTest-2021792443"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d26ba1ed4b9241f9a084db1a14a945bb", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:18:14,200 80140 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-348197869-network', 'tenant_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd26ba1ed4b9241f9a084db1a14a945bb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28985, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:10:54Z', 'updated_at': '2023-04-24T00:10:54Z', 'revision_number': 1} available for tenant 2023-04-24 00:18:14,807 80140 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.606s 2023-04-24 00:18:14,807 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-2116708494", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "destination_type": "volume"}], "networks": [{"uuid": "52d3b3b9-3aa8-4e9f-96ed-acbfc8a7b461"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b', '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-3eeae232-27ed-4300-b4c6-bd5b3f676e6e', 'x-compute-request-id': 'req-3eeae232-27ed-4300-b4c6-bd5b3f676e6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "LqZR65KaJskW"}}' 2023-04-24 00:18:14,914 80140 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/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b 0.103s 2023-04-24 00:18:14,915 80140 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, 24 Apr 2023 00:18:14 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-2620684c-edc1-49a7-a6b9-69e865b64cdb', 'x-compute-request-id': 'req-2620684c-edc1-49a7-a6b9-69e865b64cdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b'} Body: b'{"server": {"id": "7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2116708494", "status": "BUILD", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:18:15Z", "updated": "2023-04-24T00:18:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b"}], "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-24 00:19:05,163 80140 INFO [tempest.l ib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b 0.182s 2023-04-24 00:19:05,163 80140 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, 24 Apr 2023 00:19:04 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-58f56696-cb14-4ae6-850f-a5a89a26b039', 'x-compute-request-id': 'req-58f56696-cb14-4ae6-850f-a5a89a26b039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b'} Body: b'{"server": {"id": "7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2116708494", "status": "ERROR", "tenant_id": "d26ba1ed4b9241f9a084db1a14a945bb", "user_id": "8d0ab07106dd4995aa7e3f5b6bc70e56", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-24T00:18:14Z", "updated": "2023-04-24T00:18:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-24T00:18:20Z", "message": "Build of instance 7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b aborted: Volume 1fc4aff5-cded-4845-bcc1-e512a126098b did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-24 00:19:05,178 80140 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-24 00:19:05,737 80140 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/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b 0.558s 2023-04-24 00:19:05,738 80140 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, 24 Apr 2023 00:19:05 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-ff27c296-3777-483e-987e-c55fa62c74b8', 'x-compute-request-id': 'req-ff27c296-3777-483e-987e-c55fa62c74b8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b'} Body: b'' 2023-04-24 00:19:05,773 80140 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/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b 0.034s 2023-04-24 00:19:05,773 80140 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, 24 Apr 2023 00:19:05 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-ad763af8-e122-4721-b99f-72b032be6734', 'x-compute-request-id': 'req-ad763af8-e122-4721-b99f-72b032be6734', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7eadcb12-3a4f-49c1-9bcc-8c2f94052e6b could not be found."}}' 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 862d8c2d-2b18-4bd8-a554-3b6a90c281b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:19:17,071 80150 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.313s 2023-04-24 00:19:17,071 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1434275508", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJ3T1CY8LTI3O6RfGvY+DCt7UhmYFULrLsiOh+j2nMiTCybOOZDSmj18JlDsMoH2oawcRF9AmWryLqO4wISMKnOqWmzN/0XsjiKsjTDBOeZBcfc/4e+SGH6RvKtBeS3rw=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:16 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-c7d7d25e-ec48-49b9-9f8b-eee18fdb487b', 'x-compute-request-id': 'req-c7d7d25e-ec48-49b9-9f8b-eee18fdb487b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1434275508", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJ3T1CY8LTI3O6RfGvY+DCt7UhmYFULrLsiOh+j2nMiTCybOOZDSmj18JlDsMoH2oawcRF9AmWryLqO4wISMKnOqWmzN/0XsjiKsjTDBOeZBcfc/4e+SGH6RvKtBeS3rw==", "fingerprint": "a8:d3:8f:53:0f:56:bf:f3:6c:95:4a:0d:b1:2d:ce:59", "user_id": "2c50335139924d0580da429a4c5242a0"}}' 2023-04-24 00:19:17,226 80150 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.151s 2023-04-24 00:19:17,226 80150 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-1042602413", "description": "tempest-secgroup-smoke-1042602413 description", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-b817bf79-4937-48f4-ba5c-b018a2b5f82d', 'date': 'Mon, 24 Apr 2023 00:19:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "784902b5-2465-493a-9cc6-7981620cffd5", "name": "tempest-secgroup-smoke-1042602413", "stateful": true, "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "description": "tempest-secgroup-smoke-1042602413 description", "shared": false, "security_group_rules": [{"id": "cc028d49-f138-4090-a8d9-aa44c2a2792c", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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": 857, "description": null, "tags": [], "created_at": "2023-04-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}, {"id": "e13a9d1e-4458-465f-9cda-978c633a8646", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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": 856, "description": null, "tags": [], "created_at": "2023-04-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}], "tags": [], "created_at": "2023-04-24T00:19:17Z", "updated_at": "2023-04-24T00: 19:17Z", "revision_number": 1, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:17,381 80150 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.154s 2023-04-24 00:19:17,382 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc", "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-f2ee643f-202e-47c5-85a6-2520dad60d1c', 'date': 'Mon, 24 Apr 2023 00:19:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "50803cef-1eb6-43f0-9c2d-f0850ce5c6b2", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:17,537 80150 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.154s 2023-04-24 00:19:17,537 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc", "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-03b2f2c3-65a4-4594-b449-0eeb3779870f', 'date': 'Mon, 24 Apr 2023 00:19:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "629d0675-2049-4946-8451-2b127a79c834", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:17,695 80150 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.157s 2023-04-24 00:19:17,696 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6082d92b-35f5-4386-948a-efe0fe64a8a7', 'date': 'Mon, 24 Apr 2023 00:19:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{" security_group_rule": {"id": "2d5378e1-d5ec-4ca8-bde5-c36d804d0f0b", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:17,858 80150 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.161s 2023-04-24 00:19:17,858 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-adea501f-3fe7-46c5-b03d-85da25b4bbe5', 'date': 'Mon, 24 Apr 2023 00:19:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "df86a268-0e9a-4c77-86d2-7a0ac5b24b64", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:18,025 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.166s 2023-04-24 00:19:18,025 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-121528d5-c437-4ea4-8930-e7e7a293b949', 'date': 'Mon, 24 Apr 2023 00:19:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "847eb5ba-27a6-4153-94d3-ba347b6458c4", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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-24T00:19:17Z", "updated_at": "2023-04-24T00:19:17Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:18,202 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-24 00:19:18,202 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "784902b5-2465-493a-9cc6-7981620cffd 5", "project_id": "12a9cc7687fc4ee290cca02f93e23bdc", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-20c0f099-47b8-469a-8c81-858183bc0d2e', 'date': 'Mon, 24 Apr 2023 00:19:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "75ce1b81-f91a-4777-8864-5330b4b796ff", "tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc", "security_group_id": "784902b5-2465-493a-9cc6-7981620cffd5", "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-24T00:19:18Z", "updated_at": "2023-04-24T00:19:18Z", "revision_number": 0, "project_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:18,242 80150 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-24 00:19:18,243 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2807', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-eb83913c-48da-4460-b705-3a63e764526d', '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": "2c50335139924d0580da429a4c5242a0", "name": "tempest-TestShelveInstance-207420699-project-member", "password_expires_at": null}, "audit_ids": ["mtzOZkY7R2uHoxMIBOx9Cw"], "expires_at": "2023-04-24T01:19:18.000000Z", "issued_at": "2023-04-24T00:19:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12a9cc7687fc4ee290cca02f93e23bdc", "name": "tempest-TestShelveInstance-207420699"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50f dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/12a9cc7687fc4ee290cca02f93e23bdc", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:19:18,243 80150 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '9ad19f55-6ea6-47d0-9a30-c8c61ced1e99', 'name': 'tempest-TestShelveInstance-443288574-network', 'tenant_id': '12a9cc7687fc4ee290cca02f93e23bdc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '12a9cc7687fc4ee290cca02f93e23bdc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45939, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:19:02Z', 'updated_at': '2023-04-24T00:19:02Z', 'revision_number': 1} available for tenant 2023-04-24 00:19:18,643 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes 0.398s 2023-04-24 00:19:18,643 80150 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-960800859", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-301c8074-f53b-4b67-8880-5323b89b189b', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-301c8074-f53b-4b67-8880-5323b89b189b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes'} Body: b'{"volume": {"id": "862d8c2d-2b18-4bd8-a554-3b6a90c281b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:18.578889", "updated_at": null, "name": "tempest-tempest.common.compute-volume-960800859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2"}], "user_id": "2c50335139924d0580da429a4c5242a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:19:18,693 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2 0.041s 2023-04-24 00:19:18,694 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa4ab1a4-6ad1-4483-8a88-cf780cc6f285', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-req uest-id': 'req-aa4ab1a4-6ad1-4483-8a88-cf780cc6f285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2'} Body: b'{"volume": {"id": "862d8c2d-2b18-4bd8-a554-3b6a90c281b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:19.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-960800859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2"}], "user_id": "2c50335139924d0580da429a4c5242a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:19,747 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2 0.042s 2023-04-24 00:19:19,748 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c8c6f84-f6ee-478f-ac60-9994a6fca9a5', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c8c6f84-f6ee-478f-ac60-9994a6fca9a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2'} Body: b'{"volume": {"id": "862d8c2d-2b18-4bd8-a554-3b6a90c281b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:19.000000", "updated_at": "2023-04-24T00:19:19.000000", "name": "tempest-tempest.common.compute-volume-960800859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2"}], "user_id": "2c50335139924d0580da429a4c5242a0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12a9cc7687fc4ee290cca02f93e23bdc"}}' 2023-04-24 00:19:19,858 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2 0.099s 2023-04-24 00:19:19,859 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19: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-acc9e4a8-eede-48d8-b08a-6330064886a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2'} Body: b'' 2023-04-24 00:19:19,886 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2 0.027s 2023-04-24 00:19:19,886 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19: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-7afadd35-2069-4a45-af38-cc5cbcb775b0', 'x-openstack-request-id': 'req-7afadd35-2069-4a45-af38-cc5cbcb775b0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/12a9cc7687fc4ee290cca02f93e23bdc/volumes/862d8c2d-2b18-4bd8-a554-3b6a90c281b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 862d8c2d-2b18-4bd8-a554-3b6a90c281b2 could not be found."}}' 2023-04-24 00:19:20,051 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/784902b5-2465-493a-9cc6-7981620cffd5 0.162s 2023-04-24 00:19:20,051 80150 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-532a37ce-1a43-41eb-9fac-edbe1253aada', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:19:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/784902b5-2465-493a-9cc6-7981620cffd5'} Body: b'' 2023-04-24 00:19:20,085 80150 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1434275508 0.033s 2023-04-24 00:19:20,086 80150 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:20 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-c11de0fd-a10f-408a-8193-7b0e6bfefb39', 'x-compute-request-id': 'req-c11de0fd-a10f-408a-8193-7b0e6bfefb39', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1434275508'} Body: b'' tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 309, in test_rebuild_server_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0c6d1e7e-dfd9-42e7-a5af-8d626b840a58 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:16:47,169 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.219s 2023-04-24 00:16:47,169 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:46 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-d46d7f1f-72a1-421b-9f6c-f8e00f80043a', 'x-compute-request-id': 'req-d46d7f1f-72a1-421b-9f6c-f8e00f80043a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:16:47,403 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.223s 2023-04-24 00:16:47,404 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:16:47 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-b8977ed5-50d3-4bff-8cf9-ef1b06d057e3', 'x-compute-request-id': 'req-b8977ed5-50d3-4bff-8cf9-ef1b06d057e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hre f": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:17:37,904 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.440s 2023-04-24 00:17:37,905 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:37 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-16956a25-2ca4-4a50-9c45-c926ff13bfe5', 'x-compute-request-id': 'req-16956a25-2ca4-4a50-9c45-c926ff13bfe5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:17:38,177 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.261s 2023-04-24 00:17:38,178 80148 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, 24 Apr 2023 00:17:37 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-c6906abf-d437-4677-9ac3-65f9337dc501', 'x-compute-request-id': 'req-c6906abf-d437-4677-9ac3-65f9337dc501', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:18:38,466 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes 0.217s 2023-04-24 00:18:38,466 80148 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-1709642495"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9a1809-7a50-42fd-93f4-6ec283caac97', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9a1809-7a50-42fd-93f4-6ec283caac97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes'} Body: b'{"volume": {"id": "0c6d1e7e-dfd9-42e7-a5af-8d626b840a58", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:38.399654", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1709642495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 202 3-04-24 00:18:38,521 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58 0.040s 2023-04-24 00:18:38,521 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05c1810e-8ee0-4cf2-826c-0fb7fcfd2364', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05c1810e-8ee0-4cf2-826c-0fb7fcfd2364', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58'} Body: b'{"volume": {"id": "0c6d1e7e-dfd9-42e7-a5af-8d626b840a58", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:38.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1709642495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "211ed190ee5c4a0b98b85960339ea437"}}' 2023-04-24 00:18:39,601 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58 0.068s 2023-04-24 00:18:39,601 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ffdc855-158a-4646-b9b7-2941cc69e89a', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ffdc855-158a-4646-b9b7-2941cc69e89a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58'} Body: b'{"volume": {"id": "0c6d1e7e-dfd9-42e7-a5af-8d626b840a58", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:38.000000", "updated_at": "2023-04-24T00:18:39.000000", "name": "tempest-ServerActionsTestJSON-volume-1709642495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/0c6d1e7e-dfd9-42e7-a5af-8d626b840a58"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "211ed190ee5c4a0b98b85960339ea437"}}' 2023-04-24 00:18:39,992 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.380s 2023-04-24 00:18:39,993 80148 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, 24 Apr 2023 00:18:39 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-29d0065a-d958-4f33-aca3-91bb14f3de1e', 'x-compute-request-id': 'req-29d0065a-d958-4f33-aca3-91bb14f3de1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "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 2a0da197-5846-404f-bb64-860e78ead998 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:58,377 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86 0.412s 2023-04-24 00:17:58,377 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:57 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-22582d2f-b98e-4d6c-896d-762f314b01fc', 'x-compute-request-id': 'req-22582d2f-b98e-4d6c-896d-762f314b01fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86'} Body: b'{"server": {"id": "ce19423d-a6ee-4506-9cd1-ec4803abdd86", "name": "tempest-ServersNegativeTestJSON-server-109140451", "status": "ACTIVE", "tenant_id": "ce75f63fc0904eceb03e8319bddba4d3", "user_id": "abae98323deb44dea0622186485cc7af", "metadata": {}, "hostId": "6c0fed889c2c97616dfcbee0e1169e8b5de8459df46c4b22aee638d6", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:21Z", "updated": "2023-04-24T00:11:38Z", "addresses": {"tempest-ServersNegativeTestJSON-1649565193-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:c7:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:18:58,728 80154 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/ce75f63fc0904eceb03e8319bddba4d3/volumes 0.280s 2023-04-24 00:18:58,729 80154 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-721800804"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e383807f-f22f-4959-87f6-c2b6a3176e67', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e383807f-f22f-4959-87f6-c2b6a3176e67', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes'} Body: b'{"volume": {"id": "2a0da197-5846-404f-bb64-860e78ead998", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:58.635927", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-721800804", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998"}, {"rel": "bookmark", "href": "http://10.0.0.21 0/volume/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998"}], "user_id": "abae98323deb44dea0622186485cc7af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:18:58,784 80154 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/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998 0.044s 2023-04-24 00:18:58,784 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cce4702-86e1-4b4d-ae46-62351b56d6e2', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cce4702-86e1-4b4d-ae46-62351b56d6e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998'} Body: b'{"volume": {"id": "2a0da197-5846-404f-bb64-860e78ead998", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:59.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-721800804", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998"}], "user_id": "abae98323deb44dea0622186485cc7af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ce75f63fc0904eceb03e8319bddba4d3"}}' 2023-04-24 00:18:59,838 80154 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/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998 0.042s 2023-04-24 00:18:59,839 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbb8588b-27a3-4215-85a3-48beb8dfd171', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbb8588b-27a3-4215-85a3-48beb8dfd171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998'} Body: b'{"volume": {"id": "2a0da197-5846-404f-bb64-860e78ead998", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:18:59.000000", "updated_at": "2023-04-24T00:18:59.000000", "name": "tempest-ServersNegativeTestJSON-volume-721800804", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ce75f63fc0904eceb03e8319bddba4d3/volumes/2a0da197-5846-404f-bb64-860e78ead998"}], "user_id": "abae98323deb44dea0622186485cc7af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-a ttr:tenant_id": "ce75f63fc0904eceb03e8319bddba4d3"}}' 2023-04-24 00:19:00,098 80154 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86 0.248s 2023-04-24 00:19:00,098 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:59 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-e7df9f13-7c98-45bd-b661-5386f0824439', 'x-compute-request-id': 'req-e7df9f13-7c98-45bd-b661-5386f0824439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86'} Body: b'{"server": {"id": "ce19423d-a6ee-4506-9cd1-ec4803abdd86", "name": "tempest-ServersNegativeTestJSON-server-109140451", "status": "ACTIVE", "tenant_id": "ce75f63fc0904eceb03e8319bddba4d3", "user_id": "abae98323deb44dea0622186485cc7af", "metadata": {}, "hostId": "6c0fed889c2c97616dfcbee0e1169e8b5de8459df46c4b22aee638d6", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:11:21Z", "updated": "2023-04-24T00:11:38Z", "addresses": {"tempest-ServersNegativeTestJSON-1649565193-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:c7:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ce19423d-a6ee-4506-9cd1-ec4803abdd86"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-24T00:11:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 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 1860c435-647e-4b12-a2be-9dbe2089289c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:27,571 80152 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:17:27,572 80152 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:17:27,631 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.057s 2023-04-24 00:17:27,631 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-669922603", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL9ANefNai0/rsSQaIoE6MwpNZsPCDJ1hAlE0Sqe0cS0k9aiWxLvZOvWrAlWMxkgj6Ru1wbGkR0RjHJCL/oloMLQjvQ7osVNQYPYNqwz8q0ZbFbyL90CnzPAEEVrQST+9A=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:27 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-33367d79-1c37-400d-b3a5-35542b891f24', 'x-compute-request-id': 'req-33367d79-1c37-400d-b3a5-35542b891f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-669922603", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL9ANefNai0/rsSQaIoE6MwpNZsPCDJ1hAlE0Sqe0cS0k9aiWxLvZOvWrAlWMxkgj6Ru1wbGkR0RjHJCL/oloMLQjvQ7osVNQYPYNqwz8q0ZbFbyL90CnzPAEEVrQST+9A==", "fingerprint": "37:4a:5c:1a:3c:c3:cb:b6:45:03:d1:a3:cf:cd:eb:9c", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a"}}' 2023-04-24 00:17:27,634 80152 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-669922603 created 2023-04-24 00:17:27,782 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.147s 2023-04-24 00:17:27,782 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--405971613", "description": "tempest-description--2008146479"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-bdb3fdbc-bae9-4c8a-bd61-be0dc9f6bee2', 'date': 'Mon, 24 Apr 2023 00:17:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "name": "tempest-securitygroup--405971613", "stateful": true, "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "description": "tempest-description--2008146479", "shared": false, "security_group_rules": [{"id": "838ba87f-904a-4055-944e-9b01f0dced91", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "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": 643, "description": null, "tags": [], "created_at": "2023-04-24T00:17:27Z", "updated_at": "2023-04-24T00:17:27Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}, {"id": "9c4b4200-c586-48e5-9fcc-2e5cd95fd4ac", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 644, "description": null, "tags": [], "created_at": "2023-04-24T00:17:27Z", "updated_at": "2023-04-24T00:17:27Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}], "tags": [], "created_at": "2023-04-24T00:17:27Z", "updated_at": "2023-04-24T00:17:27Z", "revision_number": 1, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:17:27,970 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.187s 2023-04-24 00:17:27,971 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "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-49e4a390-44d2-4c93-9933-24bc01111447', 'date': 'Mon, 24 Apr 2023 00:17:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "847b9baa-9a4b-4429-ae45-85ac11ad782b", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "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-24T00:17:27Z", "updated_at": "2023-04-24T00:17:27Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:17:28,142 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.171s 2023-04-24 00:17:28,143 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a757db58-54d7-4b0a-aa8d-28d081935c1c', 'date': 'Mon, 24 Apr 2023 00:17:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6f01aa00-534b-4fa3-9389-1bb0d1c18947", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "e09424e5-fe4c-4a07-8189-aa7e4717ea31", "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-24T00:17:28Z", "updated_at": "2023-04-24T00:17:28Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:17:28,143 80152 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--405971613 created 2023-04-24 00:17:29,675 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.532s 2023-04-24 00:17:29,675 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-e34ad351-0e47-4bcb-9e22-6b89ded5dd96', 'date': 'Mon, 24 Apr 2023 00:17:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2546bd00-17dd-4a1a-8b29-edc79d3acde9", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "floating_ip_address": "172.24.4.188", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "97d1e8a757a746329ea363af81a3c6b4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:17:29Z", "updated_at": "2023-04-24T00:17:29Z", "revision_number": 0}}' 2023-04-24 00:17:29,676 80152 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2546bd00-17dd-4a1a-8b29-edc79d3acde9', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'floating_ip_address': '172.24.4.188', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:17:29Z', 'updated_at': '2023-04-24T00:17:29Z', 'revision_number': 0, 'ip': '172.24.4.188'} created 2023-04-24 00:17:29,760 80152 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.077s 2023-04-24 00:17:29,761 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:29 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-68de6513-29bc-4208-8863-8595958c831e', '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": "35edcadbe77c4f4fa8304216e7f61d4a", "name": "tempest-AttachVolumeNegativeTest-272859998-project-member", "password_expires_at": null}, "audit_ids": ["Lfp33amHSJ6lzII80sFkrg"], "expires_at": "2023-04-24T01:17:29.000000Z", "issued_at": "2023-04-24T00:17:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97d1e8a757a746329ea363af81a3c6b4", "name": "tempest-AttachVolumeNegativeTest-272859998"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/comput e/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:17:29,761 80152 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '1a83eb44-caaf-46ff-8823-be4580052b3f', 'name': 'tempest-AttachVolumeNegativeTest-883629256-network', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34124, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:14:34Z', 'updated_at': '2023-04-24T00:14:34Z', 'revision_number': 1} available for tenant 2023-04-24 00:17:29,762 80152 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-669922603', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBL9ANefNai0/rsSQaIoE6MwpNZsPCDJ1hAlE0Sqe0cS0k9aiWxLvZOvWrAlWMxkgj6Ru1wbGkR0RjHJCL/oloMLQjvQ7osVNQYPYNqwz8q0ZbFbyL90CnzPAEEVrQST+9A==', 'fingerprint': '37:4a:5c:1a:3c:c3:cb:b6:45:03:d1:a3:cf:cd:eb:9c', 'user_id': '35edcadbe77c4f4fa8304216e7f61d4a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAEwER1LBdv6V7oPbuH9h8dWlVlMv9qN0TaJsZsVLjvJ56Z0Le6DQ7G\nEH+nlKIlHJKgBwYFK4EEACKhZANiAAS/QDXnzWotP67EkGiKBOjMKTWbDwgydYQJ\nRNEqntHEtJPWolsS72Tr1qwJVjMZII+kbtcGxpEdEYxyQi/6JaDC0I70O6LFTUGD\n2DasM/KtGWxW8i/dAp8zwBBFa0Ek/vQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e09424e5-fe4c-4a07-8189-aa7e4717ea31', 'name': 'tempest-securitygroup--405971613', 'stateful': True, 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': 'tempest-description--2008146479', 'shared': False, 'security_group_rules': [{'id': '838ba87f-904a-4055-944e-9b01f0dced91', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'security_group_id': 'e09424e5-fe4c-4a07-8189-aa7e4717ea31', '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': 643, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:17:27Z', 'updated_at': '2023-04-24T00:17:27Z', 'revision_number': 0, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}, {'id': '9c4b4200-c586-48e5-9fcc-2e5cd95fd4ac', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'security_group_id': 'e09424e5-fe4c-4a07-8189-aa7e4717ea31', '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': 644, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:17:27Z', 'updated_at': '2023-04-24T00:17:27Z', 'revision_number': 0, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'} ], 'tags': [], 'created_at': '2023-04-24T00:17:27Z', 'updated_at': '2023-04-24T00:17:27Z', 'revision_number': 1, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}, 'floating_ip': {'id': '2546bd00-17dd-4a1a-8b29-edc79d3acde9', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'floating_ip_address': '172.24.4.188', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:17:29Z', 'updated_at': '2023-04-24T00:17:29Z', 'revision_number': 0, 'ip': '172.24.4.188'}} 2023-04-24 00:17:30,812 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.049s 2023-04-24 00:17:30,812 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-313901605", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "1a83eb44-caaf-46ff-8823-be4580052b3f"}], "security_groups": [{"name": "tempest-securitygroup--405971613"}], "key_name": "tempest-keypair-669922603", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7904e52-2962-4d04-8b78-12b41418ec86', 'x-compute-request-id': 'req-d7904e52-2962-4d04-8b78-12b41418ec86', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a2e58fac-ff2d-47e5-866d-de1f2b741cb3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--405971613"}], "adminPass": "password"}}' 2023-04-24 00:17:30,900 80152 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/a2e58fac-ff2d-47e5-866d-de1f2b741cb3 0.084s 2023-04-24 00:17:30,900 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:30 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-dc7b6b4b-a015-4bc9-9297-39c44ad6ad9d', 'x-compute-request-id': 'req-dc7b6b4b-a015-4bc9-9297-39c44ad6ad9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3'} Body: b'{"server": {"id": "a2e58fac-ff2d-47e5-866d-de1f2b741cb3", "name": "tempest-AttachVolumeNegativeTest-server-313901605", "status": "BUILD", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/imag es/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:31Z", "updated": "2023-04-24T00:17:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-669922603", "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-24 00:18:21,214 80152 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/a2e58fac-ff2d-47e5-866d-de1f2b741cb3 0.253s 2023-04-24 00:18:21,215 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:20 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-224bbade-b8e8-41a5-9c80-812f234ff1ce', 'x-compute-request-id': 'req-224bbade-b8e8-41a5-9c80-812f234ff1ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3'} Body: b'{"server": {"id": "a2e58fac-ff2d-47e5-866d-de1f2b741cb3", "name": "tempest-AttachVolumeNegativeTest-server-313901605", "status": "ACTIVE", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "5d6e38c99144857265fe1b601394b9b0ba52c3e3d3caa4a5de87c601", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:30Z", "updated": "2023-04-24T00:17:40Z", "addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-669922603", "OS-SRV-USG:launched_at": "2023-04-24T00:17:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--405971613"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:18:21,229 80152 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:19:21,456 80152 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/a2e58fac-ff2d-47e5-866d-de1f2b741cb3/os-interface 0.216s 2023-04-24 00:19:21,457 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:21 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-efbae19f-89d9-455a-80e6-437a5145ad31', 'x-compute-request-id': 'req-efbae19f-89d9-455a-80e6-437a5145ad31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1a83eb44-caaf-46ff-8823-be4580052b3f", "port_id": "bbf311b8-ca79-433b-9979-dd2ee6102146", "mac_addr": "fa:16:3e:90:73:83", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "437fd07e-8d5b-4281-b8f9-a4b7d1d66a3a", "ip_address": "10.0.0.5"}]}]}' 2023-04-24 00:19:22,191 80152 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/2546bd00-17dd-4a1a-8b29-edc79d3acde9 0.726s 2023-04-24 00:19:22,191 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bbf311b8-ca79-433b-9979-dd2ee6102146"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-014691d1-f519-4248-958a-84daaa0ad1df', 'date': 'Mon, 24 Apr 2023 00:19:22 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2546bd00-17dd-4a1a-8b29-edc79d3acde9'} Body: b'{"floatingip": {"id": "2546bd00-17dd-4a1a-8b29-edc79d3acde9", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "floating_ip_address": "172.24.4.188", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "a070c003-01c9-46f1-85d8-874aa0f7676b", "port_id": "bbf311b8-ca79-433b-9979-dd2ee6102146", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1a83eb44-caaf-46ff-8823-be4580052b3f", "mac_address": "fa:16:3e:90:73:83", "admin_state_up": true, "status": "ACTIVE", "device_id": "a2e58fac-ff2d-47e5-866d-de1f2b741cb3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:17:29Z", "updated_at": "2023-04-24T00:19:21Z", "revision_number": 1, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:19:22,193 80152 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.188:22' as 'cirros' with public key authentication 2023-04-24 00:19:22,224 80152 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:19:22,247 80152 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:19:22,248 80152 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.188 successfully created 2023-04-24 00:19:22,287 80152 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/a2e58fac-ff2d-47e5-866d-de1f2b741cb3/ips 0.038s 2023-04-24 00:19:22,287 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10d5d003-a600-4ca2-b4fe-a7e8f57edccb', 'x-compute-request-id': 'req-10d5d003-a600-4ca2-b4fe-a7e8f57edccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3/ips'} Body: b'{"addre sses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2023-04-24 00:19:22,685 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes 0.394s 2023-04-24 00:19:22,685 80152 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-1271859636"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a53f0ce-8e63-4fb8-9d8a-fb8d19c3a757', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a53f0ce-8e63-4fb8-9d8a-fb8d19c3a757', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes'} Body: b'{"volume": {"id": "1860c435-647e-4b12-a2be-9dbe2089289c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:22.441697", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1271859636", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:19:22,735 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c 0.040s 2023-04-24 00:19:22,735 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5473a2a9-f3a8-44e4-81f9-10c9a5de8684', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5473a2a9-f3a8-44e4-81f9-10c9a5de8684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c'} Body: b'{"volume": {"id": "1860c435-647e-4b12-a2be-9dbe2089289c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:22.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1271859636", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:19:23,782 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/97d 1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c 0.036s 2023-04-24 00:19:23,783 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c341505-ea43-41e3-a49e-db038e96a258', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c341505-ea43-41e3-a49e-db038e96a258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c'} Body: b'{"volume": {"id": "1860c435-647e-4b12-a2be-9dbe2089289c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:22.000000", "updated_at": "2023-04-24T00:19:23.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1271859636", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/1860c435-647e-4b12-a2be-9dbe2089289c"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:19:23,903 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3 0.109s 2023-04-24 00:19:23,903 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10085def-6121-437f-950d-964299f7a5f7', 'x-compute-request-id': 'req-10085def-6121-437f-950d-964299f7a5f7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3'} Body: b'' 2023-04-24 00:19:24,223 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3 0.319s 2023-04-24 00:19:24,224 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57449bfb-3d1b-44b6-ae1e-284de85358b3', 'x-compute-request-id': 'req-57449bfb-3d1b-44b6-ae1e-284de85358b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3'} Body: b'{"server": {"id": "a2e58fac-ff2d-47e5-866d-de1f2b741cb3", "name": "tempest-AttachVolumeNegativeTest-server-313901605", "status": "ACTIVE", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "5d6e38c99144857265fe1b601394b9b0ba52c3e3d3caa4a5de87c601", "im age": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:30Z", "updated": "2023-04-24T00:19:24Z", "addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:73:83"}, {"version": 4, "addr": "172.24.4.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:73:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-669922603", "OS-SRV-USG:launched_at": "2023-04-24T00:17:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--405971613"}], "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-24 00:20:14,531 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3 0.242s 2023-04-24 00:20:14,531 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20: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-9a4edd4c-262f-4c46-a6ac-ce3803e2092f', 'x-compute-request-id': 'req-9a4edd4c-262f-4c46-a6ac-ce3803e2092f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2e58fac-ff2d-47e5-866d-de1f2b741cb3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a2e58fac-ff2d-47e5-866d-de1f2b741cb3 could not be found."}}' 2023-04-24 00:20:14,566 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-669922603 0.034s 2023-04-24 00:20:14,566 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20: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-bf3adc63-25d6-4a9e-86a4-e2831f018176', 'x-compute-request-id': 'req-bf3adc63-25d6-4a9e-86a4-e2831f018176', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-669922603'} Body: b'' 2023-04-24 00:20:14,722 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e09424e5-fe4c-4a07-8189-aa7e4717ea31 0.155s 2023-04-24 00:20:14,722 80152 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-102bd225-9059-4209-8466-f122fd40dccc', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:20:14 GMT', 'conn ection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e09424e5-fe4c-4a07-8189-aa7e4717ea31'} Body: b'' 2023-04-24 00:20:14,746 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e09424e5-fe4c-4a07-8189-aa7e4717ea31 0.023s 2023-04-24 00:20:14,746 80152 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-7cd2e300-58ef-4b35-94b9-fe3b7acdbb39', 'date': 'Mon, 24 Apr 2023 00:20:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e09424e5-fe4c-4a07-8189-aa7e4717ea31'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e09424e5-fe4c-4a07-8189-aa7e4717ea31 does not exist", "detail": ""}}' 2023-04-24 00:20:15,220 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2546bd00-17dd-4a1a-8b29-edc79d3acde9 0.473s 2023-04-24 00:20:15,220 80152 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-0e35ea4b-acc6-41a0-8d81-66045bf1c52f', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:20:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2546bd00-17dd-4a1a-8b29-edc79d3acde9'} Body: b'' 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 f38f38c2-f93e-4119-be89-a68801292502 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:17:43,405 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.255s 2023-04-24 00:17:43,406 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1799058279", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKeZP0p0lwKvXDXvuW52XwDq3F/jdLDEwtvJVwiOp4OTfyWXeIMaaEAMfG/SE3qJxELt/agLszkPj+lhygv4s0kc0XNWg8aaRmcCvDGrSOIMb1gh5CpK3xvghy/XTnLEEA=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:43 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-1f1e9c53-6db8-4d85-9442-0b65fb61d65b', 'x-compute-request-id': 'req-1f1e9c53-6db8-4d85-9442-0b65fb61d65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1799058279", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKeZP0p0lwKvXDXvuW52XwDq3F/jdLDEwtvJVwiOp4OTfyWXeIMaaEAMfG/SE3qJxELt/agLszkPj+lhygv4s0kc0XNWg8aaRmcCvDGrSOIMb1gh5CpK3xvghy/XTnLEEA==", "fingerprint": "66:46:49:e1:b9:56:2d:b1:a5:51:a6:a9:f3:f3:ac:c1", "user_id": "4192d379850d40c5b684d8835548acd5"}}' 2023-04-24 00:17:43,564 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.155s 2023-04-24 00:17:43,564 80138 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-1782409981", "description": "tempest-secgroup-smoke-1782409981 description", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-a7f34f6e-9e81-4a8a-b45f-92722bb012e0', 'date': 'Mon, 24 Apr 2023 00:17:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "name": "tempest-secgroup-smoke-1782409981", "stateful": true, "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "description": "tempest-secgroup-smoke-1782409981 description", "shared": false, "security_group_rules": [{"id": "5cecd9b5-2fc5-4d27-9978-da62d83c22ee", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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": 696, "description": null, "tags": [], "created_at": "2023-04-24T00:17:43Z", "updated_at": "2023-04-24T00:17:43Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}, {"id": "69b1618b-52cd-41e7-a5f4-f960a0dc2f4d", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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": 695, "description": null, "tags": [], "created_at": "2023-04-24T00:17:43Z", "updated_at": "2023-04-24T00:17:43Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}], "tags": [], "created_at": "2023-04-24T00:17:43Z", "updated_at": "2023-04-24T00:17:43Z", "revision_number" : 1, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:43,751 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.186s 2023-04-24 00:17:43,752 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd", "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-f5284014-a670-4e4b-829c-fde26708d920', 'date': 'Mon, 24 Apr 2023 00:17:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "eb95cce4-d094-4bcf-83e3-6ba1e203d31d", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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-24T00:17:43Z", "updated_at": "2023-04-24T00:17:43Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:43,952 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.199s 2023-04-24 00:17:43,952 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd", "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-dffe287b-f4d2-46fc-a83f-e42ccf8aa442', 'date': 'Mon, 24 Apr 2023 00:17:43 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "156faff3-3840-47a8-aa56-9dde41f00a5e", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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-24T00:17:43Z", "updated_at": "2023-04-24T00:17:43Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:44,135 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.182s 2023-04-24 00:17:44,136 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-06a7ca15-5bdd-4b59-a64d-a549b4f338e5', 'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "49329534-c416-4f69-b384-db7f42bf9067", "tenant_id": "9011aa 88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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-24T00:17:44Z", "updated_at": "2023-04-24T00:17:44Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:44,308 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.171s 2023-04-24 00:17:44,308 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-32f20664-81c9-4805-a613-11d82e8724d3', 'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0228fb24-b697-4e99-88b6-03b8c6438bfb", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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-24T00:17:44Z", "updated_at": "2023-04-24T00:17:44Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:44,481 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.172s 2023-04-24 00:17:44,482 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-62827f0f-d35f-47f1-ba16-143bdc70f1a0', 'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9cb1c2c7-8afe-49b6-bfbf-ec43d28b4e97", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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-24T00:17:44Z", "updated_at": "2023-04-24T00:17:44Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:44,659 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.177s 2023-04-24 00:17:44,660 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "project_id": "9011aa88afdb40f4be4c2e9846fa72dd", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-13cd7f32-fe38-4286-893d-087a4fbf81e8', 'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "63a6f933-b440-494d-a8a0-defcc6cf8af8", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "security_group_id": "f9984ce2-fa77-4ecf-994c-82e4717d7296", "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-24T00:17:44Z", "updated_at": "2023-04-24T00:17:44Z", "revision_number": 0, "project_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:17:44,769 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.103s 2023-04-24 00:17:44,769 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:44 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-3f95e9ca-7d8f-4c85-bcd9-2ceda1d477d4', '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": "4192d379850d40c5b684d8835548acd5", "name": "tempest-SnapshotDataIntegrityTests-901788601-project-member", "password_expires_at": null}, "audit_ids": ["Yu9UOvuhSRu-bLYfKl-yhg"], "expires_at": "2023-04-24T01:17:44.000000Z", "issued_at": "2023-04-24T00:17:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9011aa88afdb40f4be4c2e9846fa72dd", "name": "tempest-SnapshotDataIntegrityTests-901788601"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9011aa88afdb40f4be4c2e9846fa72dd", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:17:44,770 80138 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '13deae10-040e-47ec-a868-0cd1b10e09e1', 'name': 'tempest-SnapshotDataIntegrityTests-566937497-network', 'tenant_id': '9011aa88afdb40f4be4c2e9846fa72dd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9011aa88afdb40f4be4c2e9846fa72dd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30467, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:17:27Z', 'updated_at': '2023-04-24T00:17:28Z', 'revision_number': 1} available for tenant 2023-04-24 00:17:45,558 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.786s 2023-04-24 00:17:45,558 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1538855312", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-1799058279", "security_groups": [{"name": "tempest-secgroup-smoke-1782409981"}], "networks": [{"uuid": "13deae10-040e-47ec-a868-0cd1b10e09e1"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-838de810-ce42-454c-b2da-ea73f7fe9ccc', 'x-compute-request-id': 'req-838de810-ce42-454c-b2da-ea73f7fe9ccc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1728a086-3a73-4157-8c2f-3606820448a9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1728a086-3a73-4157-8c2f-3606820448a9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1782409981"}], "adminPass": "E6cxEVDndfuf"}}' 2023-04-24 00:17:45,674 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9 0.112s 2023-04-24 00:17:45,674 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:17:45 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-3073e15d-bc90-4897-84b4-d3fffa1a5464', 'x-compute-request-id': 'req-3073e15d-bc90-4897-84b4-d3fffa1a5464', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a 9'} Body: b'{"server": {"id": "1728a086-3a73-4157-8c2f-3606820448a9", "name": "tempest-SnapshotDataIntegrityTests-server-1538855312", "status": "BUILD", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "user_id": "4192d379850d40c5b684d8835548acd5", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:46Z", "updated": "2023-04-24T00:17:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1728a086-3a73-4157-8c2f-3606820448a9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1799058279", "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-24 00:18:36,002 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9 0.269s 2023-04-24 00:18:36,002 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:18:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1569', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20b89a59-c04b-48dd-9165-e0cea1d25e4b', 'x-compute-request-id': 'req-20b89a59-c04b-48dd-9165-e0cea1d25e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9'} Body: b'{"server": {"id": "1728a086-3a73-4157-8c2f-3606820448a9", "name": "tempest-SnapshotDataIntegrityTests-server-1538855312", "status": "ACTIVE", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "user_id": "4192d379850d40c5b684d8835548acd5", "metadata": {}, "hostId": "5bf6bb65205f47288cd2888c5e9af08c97461372bf286786afc74101", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:45Z", "updated": "2023-04-24T00:17:53Z", "addresses": {"tempest-SnapshotDataIntegrityTests-566937497-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:05:1e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1728a086-3a73-4157-8c2f-3606820448a9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1799058279", "OS-SRV-USG:launched_at": "2023-04-24T00:17:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1782409981"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:18:36,013 80138 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:19:36,329 80138 INFO [tempest.lib.common.rest_client] R equest (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9 0.240s 2023-04-24 00:19:36,329 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1569', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1350696d-2435-401d-9feb-03caeb35844b', 'x-compute-request-id': 'req-1350696d-2435-401d-9feb-03caeb35844b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9'} Body: b'{"server": {"id": "1728a086-3a73-4157-8c2f-3606820448a9", "name": "tempest-SnapshotDataIntegrityTests-server-1538855312", "status": "ACTIVE", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "user_id": "4192d379850d40c5b684d8835548acd5", "metadata": {}, "hostId": "5bf6bb65205f47288cd2888c5e9af08c97461372bf286786afc74101", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:45Z", "updated": "2023-04-24T00:17:53Z", "addresses": {"tempest-SnapshotDataIntegrityTests-566937497-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:05:1e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1728a086-3a73-4157-8c2f-3606820448a9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1799058279", "OS-SRV-USG:launched_at": "2023-04-24T00:17:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1782409981"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:19:36,559 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes 0.218s 2023-04-24 00:19:36,560 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1573453330", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bae6919a-e46a-4953-b5f0-bc64af74be0d', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bae6919a-e46a-4953-b5f0-bc64af74be0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes'} Body: b'{"volume": {"id": "f38f38c2-f93e-4119-be89-a68801292502", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:36.500465", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1573453330", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2 -f93e-4119-be89-a68801292502"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502"}], "user_id": "4192d379850d40c5b684d8835548acd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:19:36,619 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502 0.049s 2023-04-24 00:19:36,620 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1c96ed7-638c-4cf2-b3ea-5189727e9821', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1c96ed7-638c-4cf2-b3ea-5189727e9821', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502'} Body: b'{"volume": {"id": "f38f38c2-f93e-4119-be89-a68801292502", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:37.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1573453330", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502"}], "user_id": "4192d379850d40c5b684d8835548acd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:19:37,674 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502 0.039s 2023-04-24 00:19:37,675 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83737ede-ea10-4c22-9966-7a4722d43d46', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83737ede-ea10-4c22-9966-7a4722d43d46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502'} Body: b'{"volume": {"id": "f38f38c2-f93e-4119-be89-a68801292502", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:19:37.000000", "updated_at": "2023-04-24T00:19:37.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1573453330", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502"}], "user_id": "4192d379850d40c5b684d8835548acd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd"}}' 2023-04-24 00:19:37,858 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502 0.172s 2023-04-24 00:19:37,858 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8c68cb4-9534-448a-a962-300625486c19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502'} Body: b'' 2023-04-24 00:19:37,884 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502 0.025s 2023-04-24 00:19:37,885 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-12a0c185-0e16-4d14-8ccd-3df1c4d6be33', 'x-openstack-request-id': 'req-12a0c185-0e16-4d14-8ccd-3df1c4d6be33', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9011aa88afdb40f4be4c2e9846fa72dd/volumes/f38f38c2-f93e-4119-be89-a68801292502'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f38f38c2-f93e-4119-be89-a68801292502 could not be found."}}' 2023-04-24 00:19:38,010 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9 0.124s 2023-04-24 00:19:38,010 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:37 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-4d8dddce-5407-4b8b-8af4-1ad04432d6ee', 'x-compute-request-id': 'req-4d8dddce-5407-4b8b-8af4-1ad04432d6ee', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9'} Body: b'' 2023-04-24 00:19:38,278 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9 0.267s 2023-04-24 00:19:38,278 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1575', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6141a25-50ba-4e2f-bc4c-77e833000204', 'x-compute-request-id': 'req-a6141a25-50ba-4e2f-bc4c-77e833000204', 'connection': 'close', 'status': '200', 'cont ent-location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9'} Body: b'{"server": {"id": "1728a086-3a73-4157-8c2f-3606820448a9", "name": "tempest-SnapshotDataIntegrityTests-server-1538855312", "status": "ACTIVE", "tenant_id": "9011aa88afdb40f4be4c2e9846fa72dd", "user_id": "4192d379850d40c5b684d8835548acd5", "metadata": {}, "hostId": "5bf6bb65205f47288cd2888c5e9af08c97461372bf286786afc74101", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:17:45Z", "updated": "2023-04-24T00:19:38Z", "addresses": {"tempest-SnapshotDataIntegrityTests-566937497-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:14:05:1e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1728a086-3a73-4157-8c2f-3606820448a9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1799058279", "OS-SRV-USG:launched_at": "2023-04-24T00:17:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1782409981"}], "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-24 00:20:28,384 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9 0.054s 2023-04-24 00:20:28,384 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:28 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-968467fa-452d-432c-af8e-6d5916940d94', 'x-compute-request-id': 'req-968467fa-452d-432c-af8e-6d5916940d94', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1728a086-3a73-4157-8c2f-3606820448a9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1728a086-3a73-4157-8c2f-3606820448a9 could not be found."}}' 2023-04-24 00:20:28,635 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f9984ce2-fa77-4ecf-994c-82e4717d7296 0.250s 2023-04-24 00:20:28,635 80138 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-71777e47-8242-45c4-979b-10d144dea152', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:20:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f9984ce2-fa77-4ecf-994c-82e4717d7296'} Body: b'' 2023-04-24 00:20:28,800 80138 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1799058279 0.164s 2023-04-24 00:20:28,801 80138 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00: 20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d6ab5d3-d9c1-4124-84c5-db9f4de99873', 'x-compute-request-id': 'req-4d6ab5d3-d9c1-4124-84c5-db9f4de99873', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1799058279'} Body: b'' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 159, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group e607ac96-24f2-4e54-8da3-aa77fe13a335 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:20:53,012 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types 0.222s 2023-04-24 00:20:53,013 80140 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-1596289583"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b65dc4df-25b5-4ef3-92a9-e4d2b77fb551', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b65dc4df-25b5-4ef3-92a9-e4d2b77fb551', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types'} Body: b'{"volume_type": {"id": "4825448b-6bac-4b96-aef2-09afb2940baf", "name": "tempest-GroupSnapshotsTest-volume-type-1596289583", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:20:53,057 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types 0.040s 2023-04-24 00:20:53,057 80140 DEBUG [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-1597925276"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f22981f-25d1-4ecb-8c2c-5d48dda5fbf9', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f22981f-25d1-4ecb-8c2c-5d48dda5fbf9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types'} Body: b'{"group_type": {"id": "53f11012-73f4-4f01-8e91-1acf196a21e3", "name": "tempest-GroupSnapshotsTest-group-type-1597925276", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:20:53,289 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups 0.227s 2023-04-24 00:20:53,289 80140 DEBUG [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": "53f11012-73f4-4f01-8e91-1acf196a21e3", "volume_types": ["4825448b-6bac-4b96-aef2-09afb2940baf"], "name": "tempest-GroupSnapshotsTest-Group-484800253"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48d2e407-aaf6-402b-b606-71d8454acd4c', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48d2e407-aaf6-402b-b606-71d8454acd4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups'} Body: b'{"group": {"id": "e607ac96-24f2-4e54-8da3-aa77fe13a335", "name": "tempest-GroupSnapshotsTest-Group-484800253"}}' 2023-04-24 00:20:53,333 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335 0.040s 2023-04-24 00:20:53,333 80140 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, 24 Apr 2023 00:20:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55677f41-09a9-46a7-a040-793562ed2cb9', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55677f41-09a9-46a7-a040-793562ed2cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335'} Body: b'{"group": {"id": "e607ac96-24f2-4e54-8da3-aa77fe13a335", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:20:53.000000", "name": "tempest-GroupSnapshotsTest-Group-484800253", "description": null, "group_type": "53f11012-73f4-4f01-8e91-1acf196a21e3", "volume_types": ["4825448b-6bac-4b96-aef2-09afb2940baf"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:20:54,374 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335 0.035s 2023-04-24 00:20:54,374 80140 DEBUG [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, 24 Apr 2023 00:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2992b2ff-7e46-44d6-a653-6c95867dfa19', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2992b2ff-7e46-44d6-a653-6c95867dfa19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335'} Body: b'{"group": {"id": "e607ac96-24f2-4e54-8da3-aa77fe13a335", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:20:53.000000", "name": "tempest-GroupSnapshotsTest-Group-484800253", "description": null, "group_type": "53f11012-73f4-4f01-8e91-1acf196a21e3", "volume_types": ["4825448b-6bac-4b96-aef2-09afb2940baf"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:20:54,498 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/volumes/detail 0.087s 2023-04-24 00:20:54,501 80140 DEBUG [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, 24 Apr 2023 00:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab12f05-cb55-4006-afe0-c1b7c1c5dddd', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab12f05-cb55-4006-afe0-c1b7c1c5dddd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:20:54,686 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335/action 0.173s 2023-04-24 00:20:54,686 80140 DEBUG [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, 24 Apr 2023 00:20:54 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-b06c74ab-7487-4275-9a64-a83f550a2665', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335/action'} Body: b'' 2023-04-24 00:20:54,704 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335 0.017s 2023-04-24 00:20:54,705 80140 DEBUG [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, 24 Apr 2023 00:20:54 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-8a84a99f-ec5c-47f0-b064-7059bfe34e14', 'x-openstack-request-id': 'req-8a84a99f-ec5c-47f0-b064-7059bfe34e14', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/e607ac96-24f2-4e54-8da3-aa77fe13a335'} Body: b'{"itemNotFound": {"code": 404, "message": "Group e607ac96-24f2-4e54-8da3-aa77fe13a335 could not be found."}}' 2023-04-24 00:20:54,738 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types/53f11012-73f4-4f01-8e91-1acf196a21e3 0.032s 2023-04-24 00:20:54,739 80140 DEBUG [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, 24 Apr 2023 00:20:54 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-e7d3b6e6-ae48-4589-bb42-fdc6e5088120', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types/53f11012-73f4-4f01-8e91-1acf196a21e3'} Body: b'' 2023-04-24 00:20:54,788 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/4825448b-6bac-4b96-aef2-09afb2940baf 0.048s 2023-04-24 00:20:54,788 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a638a1b7-d68a-462e-8fab-28836c0354e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/4825448b-6bac-4b96-aef2-09afb2940baf'} Body: b'' 2023-04-24 00:20:54,806 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/4825448b-6bac-4b96-aef2-09afb2940baf 0.016s 2023-04-24 00:20:54,806 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:54 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-eecebfbb-e5eb-4d77-86df-4944eac89c58', 'x-openstack-request-id': 'req-eecebfbb-e5eb-4d77-86df-4944eac89c58', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/4825448b-6bac-4b96-aef2-09afb2940baf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 4825448b-6bac-4b96-aef2-09afb2940baf could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 220, in test_delete_group_snapshots_following_updated_volumes grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 4af55b54-9e69-4e68-a008-d68da8ee88fd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:20:54,854 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types 0.035s 2023-04-24 00:20:54,855 80140 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-1228808965"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ab2aad7-78c1-4f19-aa42-619448d27cda', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ab2aad7-78c1-4f19-aa42-619448d27cda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types'} Body: b'{"volume_type": {"id": "5102fee2-4210-4423-b1c3-51a12c6adce5", "name": "tempest-GroupSnapshotsTest-volume-type-1228808965", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:20:54,890 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types 0.031s 2023-04-24 00:20:54,890 80140 DEBUG [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-2138661868"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72cf7821-8080-4d2d-95f0-357f31eabceb', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72cf7821-8080-4d2d-95f0-357f31eabceb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types'} Body: b'{"group_type": {"id": "83ebc2a8-13c3-4740-91bc-9a773f756928", "name": "tempest-GroupSnapshotsTest-group-type-2138661868", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:20:55,002 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups 0.109s 2023-04-24 00:20:55,002 80140 DEBUG [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": "83ebc2a8-13c3-4740-91bc-9a773f756928", "volume_types": ["5102fee2-4210-4423-b1c3-51a12c6adce5"], "name": "tempest-GroupSnapshotsTest-Group-767509022"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f35e277a-b984-498b-bd05-8b590b4ddff3', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f35e277a-b984-498b-bd05-8b590b4ddff3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups'} Body: b'{"group": {"id": "4af55b54-9e69-4e68-a008-d68da8ee88fd", "name": "tempest-GroupSnapshotsTest-Group-767509022"}}' 2023-04-24 00:20:55,045 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88f d 0.040s 2023-04-24 00:20:55,046 80140 DEBUG [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, 24 Apr 2023 00:20:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5ea8914-fc38-423f-9871-f6551a95107a', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5ea8914-fc38-423f-9871-f6551a95107a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd'} Body: b'{"group": {"id": "4af55b54-9e69-4e68-a008-d68da8ee88fd", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-24T00:20:55.000000", "name": "tempest-GroupSnapshotsTest-Group-767509022", "description": null, "group_type": "83ebc2a8-13c3-4740-91bc-9a773f756928", "volume_types": ["5102fee2-4210-4423-b1c3-51a12c6adce5"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:20:56,138 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd 0.085s 2023-04-24 00:20:56,139 80140 DEBUG [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, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-566af19d-f61d-4b4e-b5bd-0aee899bf22c', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-566af19d-f61d-4b4e-b5bd-0aee899bf22c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd'} Body: b'{"group": {"id": "4af55b54-9e69-4e68-a008-d68da8ee88fd", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:20:55.000000", "name": "tempest-GroupSnapshotsTest-Group-767509022", "description": null, "group_type": "83ebc2a8-13c3-4740-91bc-9a773f756928", "volume_types": ["5102fee2-4210-4423-b1c3-51a12c6adce5"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:20:56,143 80140 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-24 00:20:56,200 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/volumes/detail 0.056s 2023-04-24 00:20:56,200 80140 DEBUG [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, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ddd95d1-fe69-4ca5-8f78-2d7df1742748', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ddd95d1-fe69-4ca5-8f78-2d7df1742748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:20:56,275 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd/action 0. 063s 2023-04-24 00:20:56,276 80140 DEBUG [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, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a7e7212-f0e6-40ec-9ee0-99e90a7336ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd/action'} Body: b'' 2023-04-24 00:20:56,291 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd 0.015s 2023-04-24 00:20:56,292 80140 DEBUG [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, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-0613a7e8-c0af-4613-b668-f0be1d3d6faf', 'x-openstack-request-id': 'req-0613a7e8-c0af-4613-b668-f0be1d3d6faf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/4af55b54-9e69-4e68-a008-d68da8ee88fd'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4af55b54-9e69-4e68-a008-d68da8ee88fd could not be found."}}' 2023-04-24 00:20:56,339 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types/83ebc2a8-13c3-4740-91bc-9a773f756928 0.047s 2023-04-24 00:20:56,340 80140 DEBUG [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, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aab065d9-2f0f-4cc2-a5ac-8086cdcae52c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types/83ebc2a8-13c3-4740-91bc-9a773f756928'} Body: b'' 2023-04-24 00:20:56,390 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/5102fee2-4210-4423-b1c3-51a12c6adce5 0.049s 2023-04-24 00:20:56,390 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20f64a98-59c4-40d0-af8e-6055d7e0d8bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/5102fee2-4210-4423-b1c3-51a12c6adce5'} Body: b'' 2023-04-24 00:20:56,405 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/5102fee2-4210-4423-b1c3-51a12c6adc e5 0.014s 2023-04-24 00:20:56,405 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc448008-c0b3-4fbf-b052-99463d78494e', 'x-openstack-request-id': 'req-fc448008-c0b3-4fbf-b052-99463d78494e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/5102fee2-4210-4423-b1c3-51a12c6adce5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5102fee2-4210-4423-b1c3-51a12c6adce5 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 f269a8ca-9af6-4578-90ae-bde02006d295 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:20:56,439 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types 0.030s 2023-04-24 00:20:56,439 80140 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-1423157195"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f2af67a-92c4-462d-91df-d990753265f7', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f2af67a-92c4-462d-91df-d990753265f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types'} Body: b'{"volume_type": {"id": "8bc22260-02db-4740-99fe-0cdf79e39fed", "name": "tempest-GroupSnapshotsTest-volume-type-1423157195", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:20:56,477 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types 0.035s 2023-04-24 00:20:56,477 80140 DEBUG [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-2115490858"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e73611d6-5d49-400a-9a57-b770003d9496', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e73611d6-5d49-400a-9a57-b770003d9496', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types'} Body: b'{"group_type": {"id": "02e38327-f7ff-4f8f-a08f-8169e9e79a87", "name": "tempest-GroupSnapshotsTest-group-type-2115490858", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:20:56,563 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups 0.083s 2023-04-24 00:20:56,563 80140 DEBUG [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": "02e38327-f7ff-4f8f-a08f-8169e9e79a87", "volume_types": ["8bc22260-02db-4740-99fe-0cdf79e39fed"], "name": "tempest-GroupSnapshotsTest-Group-446045036"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a6b6b68-d0a1-40af-be6f-7a0a5e4fd7b4', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a6b6b68-d0a1-40af-be6f-7a0a5e4fd7b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups'} Body: b'{"group": {"id": "f269a8ca-9af6-4578-90ae-bde02006d295", "name": "tempest-GroupSnapshotsTest-Group-446045036"}}' 2023-04-24 00:20:56,594 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295 0.028s 2023-04-24 00:20:56,595 80140 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, 24 Apr 2023 00:20:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b700aca-214f-4b73-abce-c9dacdd0d940', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b700aca-214f-4b73-abce-c9dacdd0d940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295'} Body: b'{"group": {"id": "f269a8ca-9af6-4578-90ae-bde02006d295", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-24T00:20:57.000000", "name": "tempest-GroupSnapshotsTest-Group-446045036", "description": null, "group_type": "02e38327-f7ff-4f8f-a08f-8169e9e79a87", "volume_types": ["8bc22260-02db-4740-99fe-0cdf79e39fed"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:20:57,633 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295 0.033s 2023-04-24 00:20:57,633 80140 DEBUG [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, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b74e592-4aa5-4686-9809-d9752e3ae86f', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b74e592-4aa5-4686-9809-d9752e3ae86f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295'} Body: b'{"group": {"id": "f269a8ca-9af6-4578-90ae-bde02006d295", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:20:57.000000", "name": "tempest-GroupSnapshotsTest-Group-446045036", "description": null, "group_type": "02e38327-f7ff-4f8f-a08f-8169e9e79a87", "volume_types": ["8bc22260-02db-4740-99fe-0cdf79e39fed"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:20:57,700 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/volumes/detail 0.062s 2023-04-24 00:20:57,700 80140 DEBUG [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, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0191d611-051c-4ec0-9768-9c4f6dca63fa', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0191d611-051c-4ec0-9768-9c4f6dca63fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:20:57,779 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295/action 0.068s 2023-04-24 00:20:57,779 80140 DEBUG [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, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01e4ffb9-802e-440b-96b3-c9eb25a4aa6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295/action'} Body: b'' 2023-04-24 00:20:57,796 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295 0.016s 2023-04-24 00:20:57,796 80140 DEBUG [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, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c88eb7-f5a2-4243-a164-6f022e49a083', 'x-openstack-request-id': 'req-08c88eb7-f5a2-4243-a164-6f022e49a083', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/088c932da777499182e0a0cd638def60/groups/f269a8ca-9af6-4578-90ae-bde02006d295'} Body: b'{"itemNotFound": {"code": 404, "message": "Group f269a8ca-9af6-4578-90ae-bde02006d295 could not be found."}}' 2023-04-24 00:20:57,825 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types/02e38327-f7ff-4f8f-a08f-8169e9e79a87 0.028s 2023-04-24 00:20:57,825 80140 DEBUG [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, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cb92301-5de0-4f1f-b72d-aa0e219d4536', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/group_types/02e38327-f7ff-4f8f-a08f-8169e9e79a87'} Body: b'' 2023-04-24 00:20:57,874 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/8bc22260-02db-4740-99fe-0cdf79e39fed 0.048s 2023-04-24 00:20:57,874 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a31b5713-7934-4965-b988-a0616f0bf734', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/8bc22260-02db-4740-99fe-0cdf79e39fed'} Body: b'' 2023-04-24 00:20:57,898 80140 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/8bc22260-02db-4740-99fe-0cdf79e39fed 0.023s 2023-04-24 00:20:57,898 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Mon, 24 Apr 2023 00:20:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-b21f4715-57b7-48ff-95cc-9186a3b41b42', 'x-openstack-request-id': 'req-b21f4715-57b7-48ff-95cc-9186a3b41b42', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b8893e3f5968462f826f2c638bbfffab/types/8bc22260-02db-4740-99fe-0cdf79e39fed'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8bc22260-02db-4740-99fe-0cdf79e39fed could not be found."}}' setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) --------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 24d6f11b-90f9-4b13-9be2-611bc7379707 failed to build and is in ERROR status 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 cce62cf7-4151-46c6-80d8-1c5fd7d5cc13 failed to build and is in ERROR status 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 9e540381-04eb-402a-aaf5-bf015aa233f3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:05,311 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/types 0.305s 2023-04-24 00:21:05,312 80140 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-2061707896"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e47e9797-5ce0-4435-87f7-337a37bda17c', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e47e9797-5ce0-4435-87f7-337a37bda17c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/types'} Body: b'{"volume_type": {"id": "cd6f1dbb-c4b5-495b-aa12-70a45737ffe6", "name": "tempest-GroupsV314Test-volume-type-2061707896", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:21:05,345 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/group_types 0.030s 2023-04-24 00:21:05,345 80140 DEBUG [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-1131403304"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c5f8a11-1c92-4f2f-8f79-5f2d903afc96', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c5f8a11-1c92-4f2f-8f79-5f2d903afc96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/group_types'} Body: b'{"group_type": {"id": "47fa96a4-f279-44bc-98d2-3589e3a5730d", "name": "tempest-GroupsV314Test-group-type-1131403304", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:21:05,614 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups 0.265s 2023-04-24 00:21:05,614 80140 DEBUG [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": "47fa96a4-f279-44bc-98d2-3589e3a5730d", "volume_types": ["cd6f1dbb-c4b5-495b-aa12-70a45737ffe6"], "name": "tempest-GroupsV314Test-Group-7043466"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba16e07-54c1-4ad9-82ab-326b31f58d72', 'content-length': '105', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba16e07-54c1-4ad9-82ab-326b31f58d72', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups'} Body: b'{"group": {"id": "9e540381-04eb-402a-aaf5-bf015aa233f3", "name": "tempest-GroupsV314Test-Group-7043466"}}' 2023-04-24 00:21:05,644 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3 0.028s 2023-04-24 00:21:05,645 80140 DEBUG [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, 24 Apr 2023 00:21:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-318f370e-f8f1-4dfc-9077-2bd67f5ac20b', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-318f370e-f8f1-4dfc-9077-2bd67f5ac20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3'} Body: b'{"group": {"id": "9e540381-04eb-402a-aaf5-bf015aa233f3", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-24T00:21:06.000000", "name": "tempest-GroupsV314Test-Group-7043466", "description": null, "group_type": "47fa96a4-f279-44bc-98d2-3589e3a5730d", "volume_types": ["cd6f1dbb-c4b5-495b-aa12-70a45737ffe6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:21:06,681 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3 0.029s 2023-04-24 00:21:06,681 80140 DEBUG [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, 24 Apr 2023 00:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92b28452-9d2a-4668-ad65-a58b4b4ffa75', 'content-length': '382', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92b28452-9d2a-4668-ad65-a58b4b4ffa75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3'} Body: b'{"group": {"id": "9e540381-04eb-402a-aaf5-bf015aa233f3", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:21:06.000000", "name": "tempest-GroupsV314Test-Group-7043466", "description": null, "group_type": "47fa96a4-f279-44bc-98d2-3589e3a5730d", "volume_types": ["cd6f1dbb-c4b5-495b-aa12-70a45737ffe6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:21:06,754 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/volumes/detail 0.068s 2023-04-24 00:21:06,755 80140 DEBUG [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, 24 Apr 2023 00:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9ace557-30a6-45e1-a1f4-9f22a01e43db', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9ace557-30a6-45e1-a1f4-9f22a01e43db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:21:06,827 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3/action 0.061s 2023-04-24 00:21:06,827 80140 DEBUG [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, 24 Apr 2023 00:21:06 GMT', 'server': 'Apache/2.4.52 (U buntu)', '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-6ea69d0a-3492-4941-9564-b57b27c368a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3/action'} Body: b'' 2023-04-24 00:21:06,842 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3 0.014s 2023-04-24 00:21:06,843 80140 DEBUG [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, 24 Apr 2023 00:21:06 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-eacae579-6b0d-4f4f-b4fc-f12a96cb5b05', 'x-openstack-request-id': 'req-eacae579-6b0d-4f4f-b4fc-f12a96cb5b05', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/35f21133c69c4592a15b09c5b0d5d251/groups/9e540381-04eb-402a-aaf5-bf015aa233f3'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 9e540381-04eb-402a-aaf5-bf015aa233f3 could not be found."}}' 2023-04-24 00:21:06,875 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/group_types/47fa96a4-f279-44bc-98d2-3589e3a5730d 0.031s 2023-04-24 00:21:06,875 80140 DEBUG [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, 24 Apr 2023 00:21:06 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-e87d0bb0-ce9d-486a-bef2-d30b8d1f8368', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/group_types/47fa96a4-f279-44bc-98d2-3589e3a5730d'} Body: b'' 2023-04-24 00:21:06,925 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/types/cd6f1dbb-c4b5-495b-aa12-70a45737ffe6 0.049s 2023-04-24 00:21:06,925 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e014d78-a14e-4808-8a2f-9ba06177767c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/types/cd6f1dbb-c4b5-495b-aa12-70a45737ffe6'} Body: b'' 2023-04-24 00:21:06,939 80140 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/types/cd6f1dbb-c4b5-495b-aa12-70a45737ffe6 0.013s 2023-04-24 00:21:06,940 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'c ontent-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c255859-261a-4ef1-8784-05017c945805', 'x-openstack-request-id': 'req-3c255859-261a-4ef1-8784-05017c945805', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/63d79112eb3549139def45dfeb2fc573/types/cd6f1dbb-c4b5-495b-aa12-70a45737ffe6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type cd6f1dbb-c4b5-495b-aa12-70a45737ffe6 could not be found."}}' setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0e58bab2-ee9c-4db5-a6a5-71b6c56e640a failed to build and is in ERROR status tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 83d1e8de-1f28-4db5-a925-f0a00e0157d6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:10,431 80154 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes 0.214s 2023-04-24 00:21:10,432 80154 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-125067977"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7269b388-a602-4350-882c-4e8661d18321', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7269b388-a602-4350-882c-4e8661d18321', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes'} Body: b'{"volume": {"id": "83d1e8de-1f28-4db5-a925-f0a00e0157d6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:10.370844", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-125067977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}], "user_id": "2a9cb9f462274221842ce1eaf0532912", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:21:10,513 80154 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6 0.071s 2023-04-24 00:21:10,514 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67a616b5-2079-49a8-94bd-126870fc754b', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67a616b5-2079-49a8-94bd-126870fc754b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6'} Body: b'{"volume": {"id": "83d1e8de-1f28-4db5-a925-f0a00e0157d6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:10.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-125067977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}], "user_id": "2a9cb9f462274221842ce1eaf0532912", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59428655fc5d4f529556cf09bdad8312"}}' 2023-04-24 00:21:11,571 80154 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6 0.042s 2023-04-24 00:21:11,571 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18d774ec-fa48-407a-a7fb-104693c2d9a2', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d774ec-fa48-407a-a7fb-104693c2d9a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6'} Body: b'{"volume": {"id": "83d1e8de-1f28-4db5-a925-f0a00e0157d6", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:10.000000", "updated_at": "2023-04-24T00:21:11.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-125067977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}], "user_id": "2a9cb9f462274221842ce1eaf0532912", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59428655fc5d4f529556cf09bdad8312"}}' 2023-04-24 00:21:11,625 80154 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6 0.043s 2023-04-24 00:21:11,625 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b4f78ea-0c91-4a1a-8ecb-6428802fa1d0', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4f78ea-0c91-4a1a-8ecb-6428802fa1d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6'} Body: b'{"volume": {"id": "83d1e8de-1f28-4db5-a925-f0a00e0157d6", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:10.000000", "updated_at": "2023-04-24T00:21:11.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-125067977", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6"}], "user_id": "2a9cb9f462274221842ce1eaf0532912", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59428655fc5d4f529556cf09bdad8312"}}' 2023-04-24 00:21:11,750 80154 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6 0.115s 2023-04-24 00:21:11,751 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe24dd5e-9db2-4c23-9ee9-9ef405c2e1b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6'} Body: b'' 2023-04-24 00:21:11,771 80154 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6 0.019s 2023-04-24 00:21:11,771 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4594d2c-788a-4a3c-adbe-1042eeca8b51', 'x-openstack-request-id': 'req-b4594d2c-788a-4a3c-adbe-1042eeca8b51', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/59428655fc5d4f529556cf09bdad8312/volumes/83d1e8de-1f28-4db5-a925-f0a00e0157d6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 83d1e8de-1f28-4db5-a925-f0a00e0157d6 could not be found."}}' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 186c127a-033d-470c-a643-82cd7bb06e70 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:13,957 80154 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes 0.378s 2023-04-24 00:21:13,957 80154 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-741231761"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04a600af-8966-4884-a278-7967d888b273', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04a600af-8966-4884-a278-7967d888b273', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes'} Body: b'{"volume": {"id": "186c127a-033d-470c-a643-82cd7bb06e70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:13.889741", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-741231761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70"}], "user_id": "8e9e0230e8254469a38b920bd32f855f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:21:14,008 80154 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70 0.042s 2023-04-24 00:21:14,009 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c36c7f14-5af1-491f-a167-4c82d4f84913', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c36c7f14-5af1-491f-a167-4c82d4f84913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70'} Body: b'{"volume": {"id": "186c127a-033d-470c-a643-82cd7bb06e70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:14.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-741231761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70"}], "user_id": "8e9e0230e8254469a38b920bd32f855f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2fe2bf5bedc4102bc542d0287d82b85"}}' 2023-04-24 00:21:15,059 80154 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a- 033d-470c-a643-82cd7bb06e70 0.038s 2023-04-24 00:21:15,059 80154 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38e19644-4dcb-40b5-8baa-9397429114ab', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38e19644-4dcb-40b5-8baa-9397429114ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70'} Body: b'{"volume": {"id": "186c127a-033d-470c-a643-82cd7bb06e70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:14.000000", "updated_at": "2023-04-24T00:21:14.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-741231761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f2fe2bf5bedc4102bc542d0287d82b85/volumes/186c127a-033d-470c-a643-82cd7bb06e70"}], "user_id": "8e9e0230e8254469a38b920bd32f855f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2fe2bf5bedc4102bc542d0287d82b85"}}' 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 22e6379d-1274-4e42-a887-491f5aacd4d5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:17,230 80154 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes 0.467s 2023-04-24 00:21:17,231 80154 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-300715957"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41907682-dd34-41ed-9778-38a4c9ab198e', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41907682-dd34-41ed-9778-38a4c9ab198e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes'} Body: b'{"volume": {"id": "22e6379d-1274-4e42-a887-491f5aacd4d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:17.166382", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-300715957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5"}], "user_id": "6447fde558ab4cac98233063599ad4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-24 00:21:17,285 80154 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5 0.045s 2023-04-24 00:21:17,286 80154 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, 24 Apr 2023 00:21:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8050672d-5930-4f56-9661-32a009671d12', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8050672d-5930-4f56-9661-32a009671d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5'} Body: b'{"volume": {"id": "22e6379d-1274-4e42-a887-491f5aacd4d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:17.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-300715957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5"}], "user_id": "6447fde558ab4cac98233063599ad4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "873ac22e5c6841c9be24625aa444c6b0"}}' 2023-04-24 00:21:18,341 80154 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5 0.043s 2023-04-24 00:21:18,341 80154 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eddd7f78-a4b8-414a-990d-8404f670b78b', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eddd7f78-a4b8-414a-990d-8404f670b78b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5'} Body: b'{"volume": {"id": "22e6379d-1274-4e42-a887-491f5aacd4d5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:17.000000", "updated_at": "2023-04-24T00:21:17.000000", "name": "tempest-VolumeRevertTests-Volume-300715957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/873ac22e5c6841c9be24625aa444c6b0/volumes/22e6379d-1274-4e42-a887-491f5aacd4d5"}], "user_id": "6447fde558ab4cac98233063599ad4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "873ac22e5c6841c9be24625aa444c6b0"}}' 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 7203a0ae-1cab-4122-bc96-d2765024dce2 failed to build and is in ERROR status 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 e23ff027-b77c-47a3-b4fc-92fe4a0953a3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:18,554 80154 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes 0.199s 2023-04-24 00:21:18,554 80154 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-1052283316"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e0f021e-5e4d-40a0-a969-56fdfbca9bc8', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e0f021e-5e4d-40a0-a969-56fdfbca9bc8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes'} Body: b'{"volume": {"id": "e23ff027-b77c-47a3-b4fc-92fe4a0953a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:18.493203", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1052283316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3"}], "user_id": "6447fde558ab4cac98233063599ad4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-24 00:21:18,615 80154 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3 0.051s 2023-04-24 00:21:18,615 80154 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, 24 Apr 2023 00:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47df4736-b3b8-411b-a025-6d699f0124a1', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47df4736-b3b8-411b-a025-6d699f0124a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3'} Body: b'{"volume": {"id": "e23ff027-b77c-47a3-b4fc-92fe4a0953a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:18.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1052283316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3"}], "user_id": "6447fde558ab4cac98233063599ad4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "873ac22e5c6841c9be24625aa444c6b0"}}' 2023-04-24 00:21:19,672 80154 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3 0.043s 2023-04-24 00:21:19,672 80154 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, 24 Apr 2023 00:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3bd3d28-ade8-400e-a2e9-90251fbea68e', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3bd3d28-ade8-400e-a2e9-90251fbea68e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3'} Body: b'{"volume": {"id": "e23ff027-b77c-47a3-b4fc-92fe4a0953a3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:21:18.000000", "updated_at": "2023-04-24T00:21:19.000000", "name": "tempest-VolumeRevertTests-Volume-1052283316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/873ac22e5c6841c9be24625aa444c6b0/volumes/e23ff027-b77c-47a3-b4fc-92fe4a0953a3"}], "user_id": "6447fde558ab4cac98233063599ad4ac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "873ac22e5c6841c9be24625aa444c6b0"}}' 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 50850bcf-894b-41be-b233-5b6408294613 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:19,409 80140 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes 0.409s 2023-04-24 00:21:19,409 80140 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-1713598547"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c411b7de-5bb2-47e0-be3b-6b87cbac1a81', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c411b7de-5bb2-47e0-be3b-6b87cbac1a81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes'} Body: b'{"volume": {"id": "50850bcf-894b-41be-b233-5b6408294613", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:19.339041", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1713598547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}], "user_id": "2dfaeee732ce4a6db67ae844add98481", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:21:19,461 80140 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613 0.041s 2023-04-24 00:21:19,461 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e32660a6-eea4-4a74-9daa-d3232e02b653', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e32660a6-eea4-4a74-9daa-d3232e02b653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613'} Body: b'{"volume": {"id": "50850bcf-894b-41be-b233-5b6408294613", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:19.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1713598547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}], "user_id": "2dfaeee732ce4a6db67ae844add98481", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eae3e217a00a46cf9e4a1441719dcf76"}}' 2023-04-24 00:21:20,516 80140 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613 0.044s 2023-04-24 00:21:20,516 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09469093-6f67-42da-82c7-313e148519b2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09469093-6f67-42da-82c7-313e148519b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613'} Body: b'{"volume": {"id": "50850bcf-894b-41be-b233-5b6408294613", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:19.000000", "updated_at": "2023-04-24T00:21:19.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1713598547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}], "user_id": "2dfaeee732ce4a6db67ae844add98481", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eae3e217a00a46cf9e4a1441719dcf76"}}' 2023-04-24 00:21:20,568 80140 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613 0.041s 2023-04-24 00:21:20,569 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91377188-fe10-43ff-8265-dbb072c6e20c', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91377188-fe10-43ff-8265-dbb072c6e20c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613'} Body: b'{"volume": {"id": "50850bcf-894b-41be-b233-5b6408294613", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-24T00:21:19.000000", "updated_at": "2023-04-24T00:21:19.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1713598547", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613"}], "user_id": "2dfaeee732ce4a6db67ae844add98481", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "eae3e217a00a46cf9e4a1441719dcf76"}}' 2023-04-24 00:21:20,679 80140 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613 0.100s 2023-04-24 00:21:20,680 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21: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-2590b715-8256-4f76-8579-f99be691f281', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613'} Body: b'' 2023-04-24 00:21:20,702 80140 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613 0.022s 2023-04-24 00:21:20,702 80140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21: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-afad3f67-9307-4267-94e8-2b572b643e0b', 'x-openstack-request-id': 'req-afad3f67-9307-4267-94e8-2b572b643e0b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/eae3e217a00a46cf9e4a1441719dcf76/volumes/50850bcf-894b-41be-b233-5b6408294613'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 50850bcf-894b-41be-b233-5b6408294613 could not be found."}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 450, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 30c15c70-8d89-44d5-81ca-96dd65cb9f3a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:19:40,241 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.230s 2023-04-24 00:19:40,242 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:40 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-d24a0428-e319-4b01-8413-0fb97b345926', 'x-compute-request-id': 'req-d24a0428-e319-4b01-8413-0fb97b345926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:19:40,422 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.162s 2023-04-24 00:19:40,422 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:40 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-7ce633b9-79b4-479b-a121-a486918b681e', 'x-compute-request-id': 'req-7ce633b9-79b4-479b-a121-a486918b681e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0. 210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:19:40,600 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.167s 2023-04-24 00:19:40,601 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:19:40 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-cfa2d9f1-b547-420b-b7a3-3e3234b034f5', 'x-compute-request-id': 'req-cfa2d9f1-b547-420b-b7a3-3e3234b034f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:20:41,043 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/211ed190ee5 c4a0b98b85960339ea437/volumes 0.375s 2023-04-24 00:20:41,044 80148 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-550308403"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f987f9bc-086a-4681-b719-0c1506e8ebe5', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f987f9bc-086a-4681-b719-0c1506e8ebe5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes'} Body: b'{"volume": {"id": "30c15c70-8d89-44d5-81ca-96dd65cb9f3a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:20:40.979182", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-550308403", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:20:41,121 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a 0.068s 2023-04-24 00:20:41,121 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c85b93f-b65a-490d-9e3c-c1be0297b91a', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c85b93f-b65a-490d-9e3c-c1be0297b91a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a'} Body: b'{"volume": {"id": "30c15c70-8d89-44d5-81ca-96dd65cb9f3a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:20:41.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-550308403", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "211ed190ee5c4a0b98b85960339ea437"}}' 2023-04-24 00:20:42,206 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a 0.073s 2023-04-24 00:20:42,206 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c09dced-53cd-4c41-bfbf-b69c5c979b02', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c09dced-53cd-4c41-bfbf-b69c5c979b02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a'} Body: b'{"volume": {"id": "30c15c70-8d89-44d5-81ca-96dd65cb9f3a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:20:41.000000", "updated_at": "2023-04-24T00:20:41.000000", "name": "tempest-ServerActionsTestJSON-volume-550308403", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/30c15c70-8d89-44d5-81ca-96dd65cb9f3a"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "211ed190ee5c4a0b98b85960339ea437"}}' 2023-04-24 00:20:42,216 80148 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-24 00:20:42,465 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.248s 2023-04-24 00:20:42,466 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:42 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-96c4bbe9-64e3-4ab8-8969-1301e4741321', 'x-compute-request-id': 'req-96c4bbe9-64e3-4ab8-8969-1301e4741321', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security _groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 37216cc1-44c5-4802-96dc-63787e088550 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:20:15,224 80152 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-24 00:20:15,224 80152 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:20:15,291 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.064s 2023-04-24 00:20:15,292 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1028661157", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIS7J2r3hvdb0rW9oq624HJm6iEzqAHNFXYccC2ziX4/UQM6xe9IVnyYzcYeVB3AHvem3MrTEL+AAJWg7X9ws6qIEWDFHnxd+tlDDo0bvhx6gq7aYfsNiTDpRmFhx0Gb2g=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20: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-8deee1b7-54f9-43e1-8848-b85784cc5828', 'x-compute-request-id': 'req-8deee1b7-54f9-43e1-8848-b85784cc5828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1028661157", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIS7J2r3hvdb0rW9oq624HJm6iEzqAHNFXYccC2ziX4/UQM6xe9IVnyYzcYeVB3AHvem3MrTEL+AAJWg7X9ws6qIEWDFHnxd+tlDDo0bvhx6gq7aYfsNiTDpRmFhx0Gb2g==", "fingerprint": "f2:c8:2f:2f:14:7c:7e:5c:fa:27:ab:25:f6:00:63:1e", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a"}}' 2023-04-24 00:20:15,294 80152 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1028661157 created 2023-04-24 00:20:15,458 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.163s 2023-04-24 00:20:15,458 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1603271245", "description": "tempest-description--2082816944"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-a9bbf787-51c1-46d6-b71b-8079b9a7c69b', 'date': 'Mon, 24 Apr 2023 00:20:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "name": "tempest-securitygroup--1603271245", "stateful": true, "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "description": "tempest-description--2082816944", "shared": false, "security_group_rules": [{"id": "74d5476f-3cc4-4f78-ac11-14b8c9ce1c7f", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "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": 866, "description": null, "tags": [], "created_at": "2023-04-24T00:20:15Z", "updated_at": "2023-04-24T00:20:15Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}, {"id": "a9c9ca5c-2b54-4e03-932e-cedaa5f63069", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "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": 865, "description": null, "tags": [], "created_at": "2023-04-24T00:20:15Z", "updated_at": "2023-04-24T00:20:15Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}], "tags": [], "created_at": "2023-04-24T00:20:15Z", "updated_at": "2023-04-24T00:20:15Z", "revision_number": 1, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:20:15,761 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.301s 2023-04-24 00:20:15,761 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "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-a4723959-e7e3-4c84-90b9-ed498412ba0e', 'date': 'Mon, 24 Apr 2023 00:20: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": "78eee1cf-cfbf-4e66-8251-9f6bb65a873b", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "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-24T00:20:15Z", "updated_at": "2023-04-24T00:20:15Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:20:15,930 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-24 00:20:15,931 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e73778e4-fa73-4299-a081-0d823e8f6630', 'date': 'Mon, 24 Apr 2023 00:20: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": "0ca1df10-e17d-4b87-96f4-749c5f64514f", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "security_group_id": "35d97ab4-cdd9-47a0-a976-d55259d0d797", "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-24T00:20:15Z", "updated_at": "2023-04-24T00:20:15Z", "revision_number": 0, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:20:15,931 80152 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1603271245 created 2023-04-24 00:20:16,884 80152 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.952s 2023-04-24 00:20:16,884 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-27a5b4e1-f4ce-4c54-98d0-445e9de5dbad', 'date': 'Mon, 24 Apr 2023 00:20:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "20eea836-9a34-458e-8cb2-2cd7197618f7", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "floating_ip_address": "172.24.4.176", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "97d1e8a757a746329ea363af81a3c6b4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:20:16Z", "updated_at": "2023-04-24T00:20:16Z", "revision_number": 0}}' 2023-04-24 00:20:16,884 80152 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '20eea836-9a34-458e-8cb2-2cd7197618f7', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'floating_ip_address': '172.24.4.176', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:20:16Z', 'updated_at': '2023-04-24T00:20:16Z', 'revision_number': 0, 'ip': '172.24.4.176'} created 2023-04-24 00:20:16,937 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.047s 2023-04-24 00:20:16,938 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:16 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-63054067-ddbc-45dd-8145-750a8b41f163', '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": "35edcadbe77c4f4fa8304216e7f61d4a", "name": "tempest-AttachVolumeNegativeTest-272859998-project-member", "password_expires_at": null}, "audit_ids": ["6n1iPLZcQ32TC0ui63Q8tQ"], "expires_at": "2023-04-24T01:20:16.000000Z", "issued_at": "2023-04-24T00:20:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "97d1e8a757a746329ea363af81a3c6b4", "name": "tempest-AttachVolumeNegativeTest-272859998"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/97d1e8a757a746329ea363af81a3c6b4", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:20:16,938 80152 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '1a83eb44-caaf-46ff-8823-be4580052b3f', 'name': 'tempest-AttachVolumeNegativeTest-883629256-network', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 34124, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:14:34Z', 'updated_at': '2023-04-24T00:14:34Z', 'revision_number': 1} available for tenant 2023-04-24 00:20:16,939 80152 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1028661157', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIS7J2r3hvdb0rW9oq624HJm6iEzqAHNFXYccC2ziX4/UQM6xe9IVnyYzcYeVB3AHvem3MrTEL+AAJWg7X9ws6qIEWDFHnxd+tlDDo0bvhx6gq7aYfsNiTDpRmFhx0Gb2g==', 'fingerprint': 'f2:c8:2f:2f:14:7c:7e:5c:fa:27:ab:25:f6:00:63:1e', 'user_id': '35edcadbe77c4f4fa8304216e7f61d4a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAjvVrSaaEhNPSMwQcs+auvQjdoeX1OhQpWQQmhC7Ob7wdXXjGwZdnZ\nBy5gAZPmKfigBwYFK4EEACKhZANiAASEuydq94b3W9K1vaKutuByZuohM6gBzRV2\nHHAts4l+P1EDOsXvSFZ8mM3GHlQdwB73ptzK0xC/gACVoO1/cLOqiBFgxR58XfrZ\nQw6NG74ceoKu2mH7DYkw6UZhYcdBm9o=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '35d97ab4-cdd9-47a0-a976-d55259d0d797', 'name': 'tempest-securitygroup--1603271245', 'stateful': True, 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': 'tempest-description--2082816944', 'shared': False, 'security_group_rules': [{'id': '74d5476f-3cc4-4f78-ac11-14b8c9ce1c7f', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'security_group_id': '35d97ab4-cdd9-47a0-a976-d55259d0d797', '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': 866, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:20:15Z', 'updated_at': '2023-04-24T00:20:15Z', 'revision_number': 0, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}, {'id': 'a9c9ca5c-2b54-4e03-932e-cedaa5f63069', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'security_group_id': '35d97ab4-cdd9-47a0-a976-d55259d0d797', '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': 865, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:20:15Z', 'updated_at': '2023-04-24T00:20:15Z', 'revision_number': 0, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}], 'tags': [], 'create d_at': '2023-04-24T00:20:15Z', 'updated_at': '2023-04-24T00:20:15Z', 'revision_number': 1, 'project_id': '97d1e8a757a746329ea363af81a3c6b4'}, 'floating_ip': {'id': '20eea836-9a34-458e-8cb2-2cd7197618f7', 'tenant_id': '97d1e8a757a746329ea363af81a3c6b4', 'floating_ip_address': '172.24.4.176', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '97d1e8a757a746329ea363af81a3c6b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:20:16Z', 'updated_at': '2023-04-24T00:20:16Z', 'revision_number': 0, 'ip': '172.24.4.176'}} 2023-04-24 00:20:17,565 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.626s 2023-04-24 00:20:17,566 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-806357688", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "1a83eb44-caaf-46ff-8823-be4580052b3f"}], "security_groups": [{"name": "tempest-securitygroup--1603271245"}], "key_name": "tempest-keypair-1028661157", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26f968e3-a8c4-4263-a69a-b0dc8297dc69', 'x-compute-request-id': 'req-26f968e3-a8c4-4263-a69a-b0dc8297dc69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "88bc0884-174c-402c-9cbd-7099895f27a0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1603271245"}], "adminPass": "password"}}' 2023-04-24 00:20:17,651 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0 0.081s 2023-04-24 00:20:17,651 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:20:17 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-717e04be-8762-44e3-9b8f-e23dbf441f95', 'x-compute-request-id': 'req-717e04be-8762-44e3-9b8f-e23dbf441f95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0'} Body: b'{"server": {"id": "88bc0884-174c-402c-9cbd-7099895f27a0", "name": "tempest-AttachVolumeNegativeTest-server-806357688", "status": "BUILD", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "fla vor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:20:18Z", "updated": "2023-04-24T00:20:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1028661157", "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-24 00:21:08,057 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0 0.369s 2023-04-24 00:21:08,058 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:07 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-28a3f435-2083-4175-b89b-d587d7355385', 'x-compute-request-id': 'req-28a3f435-2083-4175-b89b-d587d7355385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0'} Body: b'{"server": {"id": "88bc0884-174c-402c-9cbd-7099895f27a0", "name": "tempest-AttachVolumeNegativeTest-server-806357688", "status": "ACTIVE", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "5d6e38c99144857265fe1b601394b9b0ba52c3e3d3caa4a5de87c601", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:20:17Z", "updated": "2023-04-24T00:20:24Z", "addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:cc:51"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1028661157", "OS-SRV-USG:launched_at": "2023-04-24T00:20:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1603271245"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:21:08,069 80152 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:22:08,310 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0/os-interface 0.181s 2023-04-24 00:22:08,310 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:08 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-27bd911b-ca77-4ba9-9cd9-033abb597fa9', 'x-compute-request-id': 'req-27bd911b-ca77-4ba9-9cd9-033abb597fa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1a83eb44-caaf-46ff-8823-be4580052b3f", "port_id": "904cb737-715a-45a2-8c4e-e99e90596e6e", "mac_addr": "fa:16:3e:d1:cc:51", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "437fd07e-8d5b-4281-b8f9-a4b7d1d66a3a", "ip_address": "10.0.0.8"}]}]}' 2023-04-24 00:22:09,000 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/20eea836-9a34-458e-8cb2-2cd7197618f7 0.684s 2023-04-24 00:22:09,001 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "904cb737-715a-45a2-8c4e-e99e90596e6e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-31aa0de2-da93-44f1-bee6-11731f434125', 'date': 'Mon, 24 Apr 2023 00:22:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/20eea836-9a34-458e-8cb2-2cd7197618f7'} Body: b'{"floatingip": {"id": "20eea836-9a34-458e-8cb2-2cd7197618f7", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "floating_ip_address": "172.24.4.176", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "a070c003-01c9-46f1-85d8-874aa0f7676b", "port_id": "904cb737-715a-45a2-8c4e-e99e90596e6e", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1a83eb44-caaf-46ff-8823-be4580052b3f", "mac_address": "fa:16:3e:d1:cc:51", "admin_state_up": true, "status": "ACTIVE", "device_id": "88bc0884-174c-402c-9cbd-7099895f27a0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:20:16Z", "updated_at": "2023-04-24T00:22:08Z", "revision_number": 1, "project_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:22:09,002 80152 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.176:22' as 'cirros' with public key authentication 2023-04-24 00:22:09,024 80152 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:22:09,045 80152 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:22:09,045 80152 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.176 successfully created 2023-04-24 00:22:09,089 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0/ips 0.043s 2023-04-24 00:22:09,090 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45c727a0-aefb-4336-a1d9-a7848df153b1', 'x-compute-request-id': 'req-45c727a0-aefb-4336-a1d9-a7848df153b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2023 -04-24 00:22:09,287 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes 0.194s 2023-04-24 00:22:09,287 80152 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-767778355"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ba78030-7d0e-45ad-bbd8-3f82c773b6e7', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ba78030-7d0e-45ad-bbd8-3f82c773b6e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes'} Body: b'{"volume": {"id": "37216cc1-44c5-4802-96dc-63787e088550", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:22:09.227421", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-767778355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:22:09,337 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550 0.040s 2023-04-24 00:22:09,338 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc3d1a77-b2f4-4d14-94b5-feb02f8e8b33', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc3d1a77-b2f4-4d14-94b5-feb02f8e8b33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550'} Body: b'{"volume": {"id": "37216cc1-44c5-4802-96dc-63787e088550", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:22:09.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-767778355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:22:10,394 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550 0.044s 2023-04-24 00:22:10,395 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d34d50cb-e8fa-467b-8f62-961a606efff5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d34d50cb-e8fa-467b-8f62-961a606efff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550'} Body: b'{"volume": {"id": "37216cc1-44c5-4802-96dc-63787e088550", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:22:09.000000", "updated_at": "2023-04-24T00:22:09.000000", "name": "tempest-AttachVolumeNegativeTest-volume-767778355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/97d1e8a757a746329ea363af81a3c6b4/volumes/37216cc1-44c5-4802-96dc-63787e088550"}], "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "97d1e8a757a746329ea363af81a3c6b4"}}' 2023-04-24 00:22:10,524 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0 0.119s 2023-04-24 00:22:10,524 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22: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-33a1d966-bdd3-454d-bdf6-e00a453d939a', 'x-compute-request-id': 'req-33a1d966-bdd3-454d-bdf6-e00a453d939a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0'} Body: b'' 2023-04-24 00:22:10,770 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0 0.245s 2023-04-24 00:22:10,770 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebfc74af-1b21-4a09-ad21-e2f466158b8c', 'x-compute-request-id': 'req-ebfc74af-1b21-4a09-ad21-e2f466158b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0'} Body: b'{"server": {"id": "88bc0884-174c-402c-9cbd-7099895f27a0", "name": "tempest-AttachVolumeNegativeTest-server-806357688", "status": "ACTIVE", "tenant_id": "97d1e8a757a746329ea363af81a3c6b4", "user_id": "35edcadbe77c4f4fa8304216e7f61d4a", "metadata": {}, "hostId": "5d6e38c99144857265fe1b601394b9b0ba52c3e3d3caa4a5de87c601", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e 181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:20:17Z", "updated": "2023-04-24T00:22:10Z", "addresses": {"tempest-AttachVolumeNegativeTest-883629256-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:cc:51"}, {"version": 4, "addr": "172.24.4.176", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:cc:51"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/88bc0884-174c-402c-9cbd-7099895f27a0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1028661157", "OS-SRV-USG:launched_at": "2023-04-24T00:20:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1603271245"}], "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-24 00:23:00,867 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0 0.037s 2023-04-24 00:23:00,867 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23: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-998a5580-7902-4c52-8d78-1bc4a8b48e66', 'x-compute-request-id': 'req-998a5580-7902-4c52-8d78-1bc4a8b48e66', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/88bc0884-174c-402c-9cbd-7099895f27a0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 88bc0884-174c-402c-9cbd-7099895f27a0 could not be found."}}' 2023-04-24 00:23:00,907 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1028661157 0.038s 2023-04-24 00:23:00,908 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:00 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-37fdc0d0-fe09-4bba-a87d-a829d9f6d710', 'x-compute-request-id': 'req-37fdc0d0-fe09-4bba-a87d-a829d9f6d710', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1028661157'} Body: b'' 2023-04-24 00:23:01,059 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/35d97ab4-cdd9-47a0-a976-d55259d0d797 0.151s 2023-04-24 00:23:01,060 80152 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-547e73f9-3c60-4458-b583-c16c1a7c0d4e', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:23:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/35d97ab4-cdd9-47a0-a976-d55259d0d797'} Body: b'' 2023-04-24 00:23:01,078 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/35d97ab4-cdd9-47a0-a976-d55259d0d797 0.018s 2023-04-24 00:23:01,078 80152 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-c0ec11ed-71d0-48a7-9c20-514d9f1e8ad8', 'date': 'Mon, 24 Apr 2023 00:23:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/35d97ab4-cdd9-47a0-a976-d55259d0d797'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 35d97ab4-cdd9-47a0-a976-d55259d0d797 does not exist", "detail": ""}}' 2023-04-24 00:23:01,541 80152 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/20eea836-9a34-458e-8cb2-2cd7197618f7 0.462s 2023-04-24 00:23:01,542 80152 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-f6c2cf57-f059-4367-9969-68e14bbaf948', 'content-length': '0', 'date': 'Mon, 24 Apr 2023 00:23:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/20eea836-9a34-458e-8cb2-2cd7197618f7'} Body: b'' tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 53, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3d266ee7-02f5-420e-996c-82f2dd65bb04 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:23:07,080 80152 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.485s 2023-04-24 00:23:07,080 80152 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-1858569274", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/3d266ee7-02f5-420e-996c-82f2dd65bb04', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-461d0e8e-4d67-4776-93ce-6a8d7f0cc91c', 'x-compute-request-id': 'req-461d0e8e-4d67-4776-93ce-6a8d7f0cc91c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "3d266ee7-02f5-420e-996c-82f2dd65bb04", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-24T00:23:06.957471", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1858569274", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-24 00:23:07,146 80152 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/3d266ee7-02f5-420e-996c-82f2dd65bb04 0.062s 2023-04-24 00:23:07,147 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-335af625-5e5b-4508-a6dc-ea7a5034a418', 'x-compute-request-id': 'req-335af625-5e5b-4508-a6dc-ea7a5034a418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3d266ee7-02f5-420e-996c-82f2dd65bb04'} Body: b'{"volume": {"id": "3d266ee7-02f5-420e-996c-82f2dd65bb04", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-24T00:23:07.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1858569274", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-24 00:23:08,223 80152 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/3d266ee7-02f5-420e-996c-82f2dd65bb04 0.070s 2023-04-24 00:23:08,223 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07a6bb11-bd73-48b8-97af-0343cbf10b4b', 'x-compute-request-id': 'req-07a6bb11-bd73-48b8-97af-0343cbf10b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/3d266ee7-02f5-420e-996c-82f2dd65bb04'} Body: b'{"volume": {"id": "3d266ee7-02f5-420e-996c-82f2dd65bb04", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-24T00:23:07.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1858569274", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 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 d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:23:11,554 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/454f6577947e4474b80f7bb70f1e7208/os-quota-sets/a4c3261a89cc472e8ab44c41bf6dff72?usage=True 0.045s 2023-04-24 00:23:11,554 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-455180d3-41c9-46be-b6b4-f6a04f349bcf', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-455180d3-41c9-46be-b6b4-f6a04f349bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/454f6577947e4474b80f7bb70f1e7208/os-quota-sets/a4c3261a89cc472e8ab44c41bf6dff72?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": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:11,858 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes 0.296s 2023-04-24 00:23:11,858 80152 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-1158135972"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c2b21c9-1a35-4442-a9e8-9ac6887a32db', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c2b21c9-1a35-4442-a9e8-9ac6887a32db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes'} Body: b'{"volume": {"id": "d4a78081-fb6c-4b8c-b090-e887e6f3d4f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:11.800349", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1158135972", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:23:11,907 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 0.038s 2023-04-24 00:23:11,907 80152 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, 24 Apr 2023 00:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d12ead5f-66b8-41e5-b483-48429ebb91cb', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d12ead5f-66b8-41e5-b483-48429ebb91cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0'} Body: b'{"volume": {"id": "d4a78081-fb6c-4b8c-b090-e887e6f3d4f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:12.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1158135972", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:12,961 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 0.042s 2023-04-24 00:23:12,962 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d93098d4-ac36-417c-99cc-ed705e0f53db', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d93098d4-ac36-417c-99cc-ed705e0f53db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0'} Body: b'{"volume": {"id": "d4a78081-fb6c-4b8c-b090-e887e6f3d4f0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:12.000000", "updated_at": "2023-04-24T00:23:12.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1158135972", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:13,014 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 0.042s 2023-04-24 00:23:13,014 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f917fd70-84d6-4972-ae85-3e741d30ad87', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f917fd70-84d6-4972-ae85-3e741d30ad87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0'} Body: b'{"volume": {"id": "d4a78081-fb6c-4b8c-b090-e887e6f3d4f0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:12.000000", "updated_at": "2023-04-24T00:23:12.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1158135972", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:13,122 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 0.097s 2023-04-24 00:23:13,122 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e3f8db8-b4fc-4b33-a910-6be680f54142', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0'} Body: b'' 2023-04-24 00:23:13,145 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 0.021s 2023-04-24 00:23:13,145 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed200e5f-cecc-4926-bbe2-cf1f880892ba', 'x-openstack-request-id': 'req-ed200e5f-cecc-4926-bbe2-cf1f880892ba', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/d4a78081-fb6c-4b8c-b090-e887e6f3d4f0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d4a78081-fb6c-4b8c-b090-e887e6f3d4f0 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 51c9802c-06d3-4f6f-b3a1-bd755b50ac70 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:23:13,339 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes 0.190s 2023-04-24 00:23:13,339 80152 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-177308147"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-984e0385-3386-4eda-963e-5af6ccac58b0', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-984e0385-3386-4eda-963e-5af6ccac58b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes'} Body: b'{"volume": {"id": "51c9802c-06d3-4f6f-b3a1-bd755b50ac70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:13.280218", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-177308147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:23:13,389 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70 0.041s 2023-04-24 00:23:13,390 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec80f754-a9b6-47d8-848f-a728a87a4480', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec80f754-a9b6-47d8-848f-a728a87a4480', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70'} Body: b'{"volume": {"id": "51c9802c-06d3-4f6f-b3a1-bd755b50ac70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:13.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-177308147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:14,442 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70 0.041s 2023-04-24 00:23:14,443 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bca11180-eca2-42ae-becd-831da5a15347', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bca11180-eca2-42ae-becd-831da5a15347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70'} Body: b'{"volume": {"id": "51c9802c-06d3-4f6f-b3a1-bd755b50ac70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:13.000000", "updated_at": "2023-04-24T00:23:13.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-177308147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:14,492 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70 0.039s 2023-04-24 00:23:14,493 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8ca8c67-207f-4bfe-84d2-4daea7785d74', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8ca8c67-207f-4bfe-84d2-4daea7785d74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70'} Body: b'{"volume": {"id": "51c9802c-06d3-4f6f-b3a1-bd755b50ac70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:13.000000", "updated_at": "2023-04-24T00:23:13.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-177308147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70"}], "user_id": "0461715ed7ae4bd694ff527277045d59", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a4c3261a89cc472e8ab44c41bf6dff72"}}' 2023-04-24 00:23:14,604 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70 0.101s 2023-04-24 00:23:14,604 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:14 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e97b352f-45d5-4fe7-8a0f-42c0380b18b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70'} Body: b'' 2023-04-24 00:23:14,626 80152 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70 0.022s 2023-04-24 00:23:14,627 80152 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23: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-9f63ce21-ad4b-43b2-9653-b721e530133d', 'x-openstack-request-id': 'req-9f63ce21-ad4b-43b2-9653-b721e530133d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a4c3261a89cc472e8ab44c41bf6dff72/volumes/51c9802c-06d3-4f6f-b3a1-bd755b50ac70'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 51c9802c-06d3-4f6f-b3a1-bd755b50ac70 could not be found."}}' setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b66457fe-e2fd-4333-91f5-b3a67defa007 failed to build and is in ERROR status tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 89e48df3-9321-42ea-8717-dfa1239c07e3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:23:22,471 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes 0.399s 2023-04-24 00:23:22,471 80152 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-1393322372"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c640ce84-3d7b-4528-a4dd-b11defc65295', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c640ce84-3d7b-4528-a4dd-b11defc65295', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes'} Body: b'{"volume": {"id": "89e48df3-9321-42ea-8717-dfa1239c07e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:22.411421", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1393322372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}], "user_id": "76374576267941a89802a4c5c0b20e90", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-24 00:23:22,520 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3 0.039s 2023-04-24 00:23:22,520 80152 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, 24 Apr 2023 00:23:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-648c4828-a271-420f-9921-424cfa22769d', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-648c4828-a271-420f-9921-424cfa22769d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3'} Body: b'{"volume": {"id": "89e48df3-9321-42ea-8717-dfa1239c07e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:22.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1393322372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}], "user_id": "76374576267941a89802a4c5c0b20e90", "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": "9e3df3895bb34f43939b90df8fe84ea3"}}' 2023-04-24 00:23:23,573 80152 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/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3 0.041s 2023-04-24 00:23:23,574 80152 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, 24 Apr 2023 00:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a18d2e7-5cca-4346-9c7a-e9508f32522e', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a18d2e7-5cca-4346-9c7a-e9508f32522e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3'} Body: b'{"volume": {"id": "89e48df3-9321-42ea-8717-dfa1239c07e3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:22.000000", "updated_at": "2023-04-24T00:23:23.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1393322372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}], "user_id": "76374576267941a89802a4c5c0b20e90", "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": "9e3df3895bb34f43939b90df8fe84ea3"}}' 2023-04-24 00:23:23,631 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3 0.045s 2023-04-24 00:23:23,631 80152 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, 24 Apr 2023 00:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-840447c0-81ba-48c1-928c-2a837cc38a81', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-840447c0-81ba-48c1-928c-2a837cc38a81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3'} Body: b'{"volume": {"id": "89e48df3-9321-42ea-8717-dfa1239c07e3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:22.000000", "updated_at": "2023-04-24T00:23:23.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1393322372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3"}], "user_id": "76374576267941a89802a4c5c0b20e90", "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": "9e3df3895bb34f43939b90df8fe84ea3"}}' 2023-04-24 00:23:23,815 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3 0.173s 2023-04-24 00:23:23,815 80152 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, 24 Apr 2023 00:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3accbbd9-f78c-40cc-b7ed-0fd02e1fa45e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3'} Body: b'' 2023-04-24 00:23:23,835 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3 0.020s 2023-04-24 00:23:23,836 80152 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, 24 Apr 2023 00:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b64e497c-74e6-4227-abe5-c9cfba8c55f3', 'x-openstack-request-id': 'req-b64e497c-74e6-4227-abe5-c9cfba8c55f3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/89e48df3-9321-42ea-8717-dfa1239c07e3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 89e48df3-9321-42ea-8717-dfa1239c07e3 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 a68bd949-9f6b-4485-b184-18201db1ad18 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:23:24,020 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes 0.181s 2023-04-24 00:23:24,020 80152 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-851531218"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b5a5d0b-da88-4200-a15d-7b2b575a8cb8', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b5a5d0b-da88-4200-a15d-7b2b575a8cb8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes'} Body: b'{"volume": {"id": "a68bd949-9f6b-4485-b184-18201db1ad18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:23.961862", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-851531218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}], "user_id": "76374576267941a89802a4c5c0b20e90", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-24 00:23:24,076 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18 0.046s 2023-04-24 00:23:24,076 80152 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, 24 Apr 2023 00:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fab62a0a-326b-429b-a61f-bb7c00248f5d', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fab62a0a-326b-429b-a61f-bb7c00248f5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18'} Body: b'{"volume": {"id": "a68bd949-9f6b-4485-b184-18201db1ad18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:24.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-851531218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}], "user_id": "76374576267941a89802a4c5c0b20e90", "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": "9e3df3895bb34f43939b90df8fe84ea3"}}' 2023-04-24 00:23:25,129 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 55Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18 0.041s 2023-04-24 00:23:25,130 80152 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, 24 Apr 2023 00:23:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecfa860b-36c0-4f46-af9d-c833682ee496', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecfa860b-36c0-4f46-af9d-c833682ee496', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18'} Body: b'{"volume": {"id": "a68bd949-9f6b-4485-b184-18201db1ad18", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:24.000000", "updated_at": "2023-04-24T00:23:24.000000", "name": "tempest-VolumesTransfersV355Test-Volume-851531218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}], "user_id": "76374576267941a89802a4c5c0b20e90", "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": "9e3df3895bb34f43939b90df8fe84ea3"}}' 2023-04-24 00:23:25,186 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18 0.045s 2023-04-24 00:23:25,186 80152 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, 24 Apr 2023 00:23:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b546856b-9107-48c4-bf44-601f9fa5ffbd', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b546856b-9107-48c4-bf44-601f9fa5ffbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18'} Body: b'{"volume": {"id": "a68bd949-9f6b-4485-b184-18201db1ad18", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:23:24.000000", "updated_at": "2023-04-24T00:23:24.000000", "name": "tempest-VolumesTransfersV355Test-Volume-851531218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18"}], "user_id": "76374576267941a89802a4c5c0b20e90", "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": "9e3df3895bb34f43939b90df8fe84ea3"}}' 2023-04-24 00:23:25,293 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18 0.093s 2023-04-24 00:23:25,293 80152 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, 24 Apr 2023 00:23:25 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-8868e0aa-365c-476c-a22f-f95b748184b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18'} Body: b'' 2023-04-24 00:23:25,317 80152 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18 0.024s 2023-04-24 00:23:25,318 80152 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, 24 Apr 2023 00:23:25 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-3f14b8a3-d0b0-41f1-9db6-24dcaf915b3e', 'x-openstack-request-id': 'req-3f14b8a3-d0b0-41f1-9db6-24dcaf915b3e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9e3df3895bb34f43939b90df8fe84ea3/volumes/a68bd949-9f6b-4485-b184-18201db1ad18'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a68bd949-9f6b-4485-b184-18201db1ad18 could not be found."}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 382, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 32ec3bb6-228c-4ba2-a305-600991e65973 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:21:42,967 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.447s 2023-04-24 00:21:42,967 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:42 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-6c9bd75d-ea37-4ef9-b665-442fd6a83203', 'x-compute-request-id': 'req-6c9bd75d-ea37-4ef9-b665-442fd6a83203', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:21:43,266 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.284s 2023-04-24 00:21:43,267 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:42 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-7d0590ff-4403-4572-9c5e-e99a7d25a0b4', 'x-compute-request-id': 'req-7d0590ff-4403-4572-9c5e-e99a7d25a0b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0. 210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:21:43,442 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.164s 2023-04-24 00:21:43,442 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:21:43 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-b9770097-4d5c-48df-acfb-1d4300d47b35', 'x-compute-request-id': 'req-b9770097-4d5c-48df-acfb-1d4300d47b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:22:43,585 80148 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 84s 2023-04-24 00:22:43,586 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:43 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-d950bf8e-9af9-48fe-b07a-c7ba1c137688', '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": "8536b0b100af4c81b0114b37a10ec017", "name": "tempest-ServerActionsTestJSON-1785200975-project-member", "password_expires_at": null}, "audit_ids": ["5JJVnbW_TD6Bqbw09BUidA"], "expires_at": "2023-04-24T01:22:43.000000Z", "issued_at": "2023-04-24T00:22:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "211ed190ee5c4a0b98b85960339ea437", "name": "tempest-ServerActionsTestJSON-1785200975"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/211ed190ee5c4a0b98b85960339ea437", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:22:43,587 80148 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '551bb188-8d6d-484a-813f-5f76f0ec0e85', 'name': 'tempest-ServerActionsTestJSON-1308396726-network', 'tenant_id': '211ed190ee5c4a0b98b85960339ea437', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '211ed190ee5c4a0b98b85960339ea437', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2408, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:14:45Z', 'updated_at': '2023-04-24T00:14:45Z', 'revision_number': 1} available for tenant 2023-04-24 00:22:43,588 80148 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1442678964', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHBH505bABPeY47tqqwKUNL0j9rZei8h+xMYLIM0SjTR/WY833MZWOzZDU3xf+eKarpT1DDNfoU7YX1pgGnkISVtzLfDBcBBJeM+PXJDnAxAnfo3AHLlU/Wx1vdEG2Tqyg==', 'fingerprint': '73:db:36:69:bf:72:a9:01:18:07:bd:38:3c:9f:a6:53', 'user_id': '8536b0b100af4c81b0114b37a10ec017', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCOOXT3LsVlMafazAWR12ekLVaKu9veyaezo0HGRsioXFKntlJPWg05\nG8ylj8E1HwOgBwYFK4EEACKhZANiAARwR+dOWwAT3mOO7aqsClDS9I/a2XovIfsT\nGCyDNEo00f1mPN9zGVjs2Q1N8X/nimq6U9QwzX6FO2F9aYBp5CElbcy3wwXAQSXj\nPj1yQ5wMQJ36NwBy5VP1sdb3RBtk6so=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3db40375-2231-499b-b16f-11f6f83323fd', 'name': 'tempest-securitygroup--1003632379', 'stateful': True, 'tenant_id': '211ed190ee5c4a0b98b85960339ea437', 'description': 'tempest-description--1586712575', 'shared': False, 'security_group_rules': [{'id': '88e74307-70b9-4e6f-8fdc-c5fe17d969e1', 'tenant_id': '211ed190ee5c4a0b98b85960339ea437', 'security_group_id': '3db40375-2231-499b-b16f-11f6f83323fd', '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-24T00:14:53Z', 'updated_at': '2023-04-24T00:14:53Z', 'revision_number': 0, 'project_id': '211ed190ee5c4a0b98b85960339ea437'}, {'id': 'b70a8d4f-2ab6-4826-a1b1-9bee72742436', 'tenant_id': '211ed190ee5c4a0b98b85960339ea437', 'security_group_id': '3db40375-2231-499b-b16f-11f6f83323fd', '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-24T00:14:53Z', 'updated_at': '2023-04-24T00:14:53Z', 'revision_number': 0, 'project_id': '211ed190ee5c4a0b98b85960339ea437'}], 'tags': [], 'created_at': '2023-04-24T00:14:53Z', 'updated_at': '2023-04-24T00:14:53Z', 'revision_number': 1, 'project_id': '211ed190ee5c4a0b98b85960339ea437'}, 'floating_ip': {'id': '6e548849-318e-497a-aa54-e34f57e8369e', 'tenant_id': '211ed190ee5c4a0b98b85960339ea437', 'floating_ip_address': '172.24.4.38', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '211ed190ee5c4a0b98b85960339ea437', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:14:54Z', 'updated_at': '2023-04-24T00:14:54Z', 'revision_number': 0, 'ip': '172.24.4.38'}} 2023-04-24 00:22:43,987 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes 0.398s 2023-04-24 00:22:43,988 80148 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-1839615941", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d2047d8-c389-4b42-838e-2173d7a527e0', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d2047d8-c389-4b42-838 e-2173d7a527e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes'} Body: b'{"volume": {"id": "32ec3bb6-228c-4ba2-a305-600991e65973", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:22:43.902845", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1839615941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:22:44,034 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973 0.037s 2023-04-24 00:22:44,034 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27370aae-3e32-4171-9a49-99ceaecc7089', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27370aae-3e32-4171-9a49-99ceaecc7089', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973'} Body: b'{"volume": {"id": "32ec3bb6-228c-4ba2-a305-600991e65973", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:22:44.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1839615941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "211ed190ee5c4a0b98b85960339ea437"}}' 2023-04-24 00:22:45,138 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973 0.092s 2023-04-24 00:22:45,138 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-260c136d-1e3c-4487-bf48-6fe1f86061cc', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-260c136d-1e3c-4487-bf48-6fe1f86061cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973'} Body: b'{"volume": {"id": "32ec3bb6-228c-4ba2-a305-600991e65973", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:22:44.00000 0", "updated_at": "2023-04-24T00:22:44.000000", "name": "tempest-tempest.common.compute-volume-1839615941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973"}], "user_id": "8536b0b100af4c81b0114b37a10ec017", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "211ed190ee5c4a0b98b85960339ea437"}}' 2023-04-24 00:22:45,271 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973 0.119s 2023-04-24 00:22:45,271 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9f84630-b717-4efd-a22e-8e897a7df115', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973'} Body: b'' 2023-04-24 00:22:45,291 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973 0.019s 2023-04-24 00:22:45,292 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d38456fd-4f9b-4a9a-b2be-91485e684829', 'x-openstack-request-id': 'req-d38456fd-4f9b-4a9a-b2be-91485e684829', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/211ed190ee5c4a0b98b85960339ea437/volumes/32ec3bb6-228c-4ba2-a305-600991e65973'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 32ec3bb6-228c-4ba2-a305-600991e65973 could not be found."}}' 2023-04-24 00:22:45,292 80148 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-24 00:22:45,526 80148 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a 0.232s 2023-04-24 00:22:45,527 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:22:45 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-caa8deb7-1410-40f3-8ebe-b373f06f89b3', 'x-compute-request-id': 'req-caa8deb7-1410-40f3-8ebe-b373f06f89b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a'} Body: b'{"server": {"id": "cf2c88d5-8347-4 166-a037-158f29c32d1a", "name": "tempest-ServerActionsTestJSON-server-75602253", "status": "ACTIVE", "tenant_id": "211ed190ee5c4a0b98b85960339ea437", "user_id": "8536b0b100af4c81b0114b37a10ec017", "metadata": {}, "hostId": "d4399f5eafecc869bbc5c22af2e5f89404d551afd589a2886850950f", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:14:55Z", "updated": "2023-04-24T00:15:02Z", "addresses": {"tempest-ServerActionsTestJSON-1308396726-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}, {"version": 4, "addr": "172.24.4.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:78:10"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf2c88d5-8347-4166-a037-158f29c32d1a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1442678964", "OS-SRV-USG:launched_at": "2023-04-24T00:15:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1003632379"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 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 8ea22487-111f-414f-8f4b-58af060e9c48 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:24:48,759 80148 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-24 00:24:48,932 80148 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.171s 2023-04-24 00:24:48,933 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1862289859", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOIM4N11geMCFNlqf+WumRT8Io9+APZabKwlT29VAkxGMpvYD7hEgMyCcPGCln3NuH+chYQtwvDTqcXB35chovwequeYHVWAICGxNgGLzMB8oEjcCJdDttXbnQwU4HFcCw=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:24:48 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-e987145a-e584-492f-9c1f-a69de6ee175c', 'x-compute-request-id': 'req-e987145a-e584-492f-9c1f-a69de6ee175c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1862289859", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOIM4N11geMCFNlqf+WumRT8Io9+APZabKwlT29VAkxGMpvYD7hEgMyCcPGCln3NuH+chYQtwvDTqcXB35chovwequeYHVWAICGxNgGLzMB8oEjcCJdDttXbnQwU4HFcCw==", "fingerprint": "db:fe:5a:d6:7f:6e:d0:74:60:ba:46:7b:09:63:bd:1d", "user_id": "61677897acda43ca83dd2c702e6e5eb5"}}' 2023-04-24 00:24:48,935 80148 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1862289859 created 2023-04-24 00:24:49,148 80148 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.212s 2023-04-24 00:24:49,148 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1746947476", "description": "tempest-description--163668563"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1598', 'x-openstack-request-id': 'req-f294aac6-243d-4232-a8fc-89bae0291e6e', 'date': 'Mon, 24 Apr 2023 00:24:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "name": "tempest-securitygroup--1746947476", "stateful": true, "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "description": "tempest-description--163668563", "shared": false, "security_group_rules": [{"id": "8b485c60-bec5-49dd-9729-6c71c10ad049", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "security_group_id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1024, "description": null, "tags": [], "created_at": "2023-04-24T00:24:49Z", "updated_at": "2023-04-24T00:24:49Z", "revision_number": 0, "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}, {"id": "99a2f325-3f6f-4c23-989b-ac7652741030", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "security_group_id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "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_i d": 1025, "description": null, "tags": [], "created_at": "2023-04-24T00:24:49Z", "updated_at": "2023-04-24T00:24:49Z", "revision_number": 0, "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}], "tags": [], "created_at": "2023-04-24T00:24:49Z", "updated_at": "2023-04-24T00:24:49Z", "revision_number": 1, "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}}' 2023-04-24 00:24:49,307 80148 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.159s 2023-04-24 00:24:49,308 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "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-438a1c50-df09-4e15-ae29-e74ffa065f1b', 'date': 'Mon, 24 Apr 2023 00:24: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": "c1c9ede5-3ef7-41de-95ad-b3ce88ce76aa", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "security_group_id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "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-24T00:24:49Z", "updated_at": "2023-04-24T00:24:49Z", "revision_number": 0, "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}}' 2023-04-24 00:24:49,454 80148 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.145s 2023-04-24 00:24:49,454 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bd50a4ab-0a95-4db3-95fa-bbdd0d97dcc4', 'date': 'Mon, 24 Apr 2023 00:24: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": "1a95da56-61c4-42d7-a7a1-8c985c70485e", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "security_group_id": "5e4f2784-5e4f-40c6-a20b-c55d5d291d9d", "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-24T00:24:49Z", "updated_at": "2023-04-24T00:24:49Z", "revision_number": 0, "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}}' 2023-04-24 00:24:49,454 80148 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1746947476 created 2023-04-24 00:24:50,219 80148 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 0.764s 2023-04-24 00:24:50,219 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "56201228-b65f-4e29-8dc 5-c59f6bf11445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f2f7bf1e-d1a0-44bd-854e-3e4720da8c7a', 'date': 'Mon, 24 Apr 2023 00:24:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c4c2f09b-cd04-434a-aafd-c4fa524b476b", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "floating_ip_address": "172.24.4.117", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:24:49Z", "updated_at": "2023-04-24T00:24:49Z", "revision_number": 0}}' 2023-04-24 00:24:50,219 80148 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c4c2f09b-cd04-434a-aafd-c4fa524b476b', 'tenant_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'floating_ip_address': '172.24.4.117', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:24:49Z', 'updated_at': '2023-04-24T00:24:49Z', 'revision_number': 0, 'ip': '172.24.4.117'} created 2023-04-24 00:24:50,269 80148 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.045s 2023-04-24 00:24:50,270 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4b229b76-c51b-4a37-a98b-870fa3275c33', '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": "61677897acda43ca83dd2c702e6e5eb5", "name": "tempest-ServerStableDeviceRescueTest-1726718806-project-member", "password_expires_at": null}, "audit_ids": ["JED60LBbQ0y3oiwHQBMbWQ"], "expires_at": "2023-04-24T01:24:50.000000Z", "issued_at": "2023-04-24T00:24:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ffcdb2ab0e4145ad988f91b13ebd629e", "name": "tempest-ServerStableDeviceRescueTest-1726718806"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ffcdb2ab0e4145ad988f91b13ebd629e", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:24:50,270 80148 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '01988cc6-152f-4948-9028-cb1f71426e3c', 'name': 'tempest-ServerStableDeviceRescueTest-1758399776-network', 'tenant_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51831, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:24:41Z', 'updated_at': '2023-04-24T00:24:41Z', 'revision_number': 1} available for tenant 2023-04-24 00:24:50,271 80148 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1862289859', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOIM4N11geMCFNlqf+WumRT8Io9+APZabKwlT29VAkxGMpvYD7hEgMyCcPGCln3NuH+chYQtwvDTqcXB35chovwequeYHVWAICGxNgGLzMB8oEjcCJdDttXbnQwU4HFcCw==', 'fingerprint': 'db:fe:5a:d6:7f:6e:d0:74:60:ba:46:7b:09:63:bd:1d', 'user_id': '61677897acda43ca83dd2c702e6e5eb5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCEXY1yawveRsHlF2JKr4jqSxYjNWttO/vgmHR/ADLcB+0aISXopj+N\nEz/b0WU4VBugBwYFK4EEACKhZANiAATiDODddYHjAhTZan/lrpkU/CKPfgD2Wmys\nJU9vVQJMRjKb2A+4RIDMgnDxgpZ9zbh/nIWELcLw06nFwd+XIaL8HqrnmB1VgCAh\nsTYBi8zAfKBI3AiXQ7bV250MFOBxXAs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5e4f2784-5e4f-40c6-a20b-c55d5d291d9d', 'name': 'tempest-securitygroup--1746947476', 'stateful': True, 'tenant_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'description': 'tempest-description--163668563', 'shared': False, 'security_group_rules': [{'id': '8b485c60-bec5-49dd-9729-6c71c10ad049', 'tenant_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'security_group_id': '5e4f2784-5e4f-40c6-a20b-c55d5d291d9d', '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': 1024, 'description': None, 'tags': [], 'created_at': '2023-04-24T00:24:49Z', 'updated_at': '2023-04-24T00:24:49Z', 'revision_number': 0, 'project_id': 'ffcdb2ab0e4145ad988f91b13ebd629e'}, {'id': '99a2f325-3f6f-4c23-989b-ac7652741030', 'tenant_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'security_group_id': '5e4f2784-5e4f-40c6-a20b-c55d5d291d9d', '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': 1025, 'description' : None, 'tags': [], 'created_at': '2023-04-24T00:24:49Z', 'updated_at': '2023-04-24T00:24:49Z', 'revision_number': 0, 'project_id': 'ffcdb2ab0e4145ad988f91b13ebd629e'}], 'tags': [], 'created_at': '2023-04-24T00:24:49Z', 'updated_at': '2023-04-24T00:24:49Z', 'revision_number': 1, 'project_id': 'ffcdb2ab0e4145ad988f91b13ebd629e'}, 'floating_ip': {'id': 'c4c2f09b-cd04-434a-aafd-c4fa524b476b', 'tenant_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'floating_ip_address': '172.24.4.117', 'floating_network_id': '56201228-b65f-4e29-8dc5-c59f6bf11445', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ffcdb2ab0e4145ad988f91b13ebd629e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-24T00:24:49Z', 'updated_at': '2023-04-24T00:24:49Z', 'revision_number': 0, 'ip': '172.24.4.117'}} 2023-04-24 00:24:51,122 80148 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 0.850s 2023-04-24 00:24:51,122 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-269082558", "imageRef": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "flavorRef": "42", "networks": [{"uuid": "01988cc6-152f-4948-9028-cb1f71426e3c"}], "security_groups": [{"name": "tempest-securitygroup--1746947476"}], "key_name": "tempest-keypair-1862289859", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65d0ef01-4a23-42ff-be50-cc8c7cc2715c', 'x-compute-request-id': 'req-65d0ef01-4a23-42ff-be50-cc8c7cc2715c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1746947476"}], "adminPass": "ASd4HinAB9aF"}}' 2023-04-24 00:24:51,205 80148 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/5d60a364-b914-4d2c-8fcc-5944148dcecf 0.079s 2023-04-24 00:24:51,205 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:24:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5816ca7a-2cdf-4450-83f3-585ae3dc5350', 'x-compute-request-id': 'req-5816ca7a-2cdf-4450-83f3-585ae3dc5350', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf'} Body: b'{"server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "name": "tempest-ServerStableDeviceRescueTest-server-269082558", "status": "BUILD", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "user _id": "61677897acda43ca83dd2c702e6e5eb5", "metadata": {}, "hostId": "", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:24:51Z", "updated": "2023-04-24T00:24:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1862289859", "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-24 00:25:41,572 80148 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/5d60a364-b914-4d2c-8fcc-5944148dcecf 0.308s 2023-04-24 00:25:41,573 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:25:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-287da556-e90e-4ea1-918f-11310e22f5d6', 'x-compute-request-id': 'req-287da556-e90e-4ea1-918f-11310e22f5d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf'} Body: b'{"server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "name": "tempest-ServerStableDeviceRescueTest-server-269082558", "status": "ACTIVE", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "user_id": "61677897acda43ca83dd2c702e6e5eb5", "metadata": {}, "hostId": "54b6daaf6d0426562610cd1a14d8e875c4cfb5ef9945943ab9f06375", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:24:51Z", "updated": "2023-04-24T00:24:58Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1758399776-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:ae:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862289859", "OS-SRV-USG:launched_at": "2023-04-24T00:24:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1746947476"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:25:41,584 80148 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:26:41,827 80148 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/5d60a364-b914-4d2c-8fcc-5944148dcecf/os-interface 0.190s 2023-04-24 00:26 :41,827 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:26:41 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-5bddac76-21eb-44ad-a23c-2b3cb5d3f237', 'x-compute-request-id': 'req-5bddac76-21eb-44ad-a23c-2b3cb5d3f237', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "01988cc6-152f-4948-9028-cb1f71426e3c", "port_id": "a8cfeb44-bde7-4cc3-b957-c8db3f7fb3de", "mac_addr": "fa:16:3e:9b:ae:bb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "4be0eecc-f9ea-4e46-a557-81109dd043cd", "ip_address": "10.0.0.3"}]}]}' 2023-04-24 00:26:42,559 80148 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/c4c2f09b-cd04-434a-aafd-c4fa524b476b 0.726s 2023-04-24 00:26:42,559 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a8cfeb44-bde7-4cc3-b957-c8db3f7fb3de"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-3ab64797-d9b0-437d-b448-143418cf41cd', 'date': 'Mon, 24 Apr 2023 00:26:42 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c4c2f09b-cd04-434a-aafd-c4fa524b476b'} Body: b'{"floatingip": {"id": "c4c2f09b-cd04-434a-aafd-c4fa524b476b", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "floating_ip_address": "172.24.4.117", "floating_network_id": "56201228-b65f-4e29-8dc5-c59f6bf11445", "router_id": "d18c353c-9f39-469e-8415-3ca359ea9db3", "port_id": "a8cfeb44-bde7-4cc3-b957-c8db3f7fb3de", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "01988cc6-152f-4948-9028-cb1f71426e3c", "mac_address": "fa:16:3e:9b:ae:bb", "admin_state_up": true, "status": "ACTIVE", "device_id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-24T00:24:49Z", "updated_at": "2023-04-24T00:26:42Z", "revision_number": 1, "project_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}}' 2023-04-24 00:26:42,562 80148 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.117:22' as 'cirros' with public key authentication 2023-04-24 00:26:42,601 80148 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-24 00:26:42,622 80148 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-24 00:26:42,623 80148 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.117 successfully created 2023-04-24 00:26:43,650 80148 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/5d60a364-b914-4d2c-8fcc-5944148dcecf/action 1.026s 2023-04-24 00:26:43,651 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-2033000621"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:26:42 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/2df69c6e-df79-46be-9711 -c8c6b7a6c618', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-582a45ec-6935-4e66-95a0-e8ae28bf2e6e', 'x-compute-request-id': 'req-582a45ec-6935-4e66-95a0-e8ae28bf2e6e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf/action'} Body: b'' 2023-04-24 00:26:43,769 80148 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/2df69c6e-df79-46be-9711-c8c6b7a6c618 0.113s 2023-04-24 00:26:43,769 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:26:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1611', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d0e938f-0e8b-4589-8570-4e980bba8d92', 'x-compute-request-id': 'req-4d0e938f-0e8b-4589-8570-4e980bba8d92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/2df69c6e-df79-46be-9711-c8c6b7a6c618'} Body: b'{"image": {"id": "2df69c6e-df79-46be-9711-c8c6b7a6c618", "name": "tempest-ServerStableDeviceRescueTest-image-2033000621", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1726718806", "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-1726718806-project-member", "user_id": "61677897acda43ca83dd2c702e6e5eb5"}, "created": "2023-04-24T00:26:44Z", "updated": "2023-04-24T00:26:44Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}], "server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}]}}}' 2023-04-24 00:27:33,919 80148 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/2df69c6e-df79-46be-9711-c8c6b7a6c618 0.134s 2023-04-24 00:27:33,919 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af0f94d6-5ead-46a7-a399-afaf933ed485', 'x-compute-request-id': 'req-af0f94d6-5ead-46a7-a399-afaf933ed485', 'connection': 'close', 'status': '200', 'content-l ocation': 'http://10.0.0.210/compute/v2.1/images/2df69c6e-df79-46be-9711-c8c6b7a6c618'} Body: b'{"image": {"id": "2df69c6e-df79-46be-9711-c8c6b7a6c618", "name": "tempest-ServerStableDeviceRescueTest-image-2033000621", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "owner_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1726718806", "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-1726718806-project-member", "user_id": "61677897acda43ca83dd2c702e6e5eb5"}, "created": "2023-04-24T00:26:44Z", "updated": "2023-04-24T00:26:48Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}], "server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}]}}}' 2023-04-24 00:27:33,996 80148 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/2df69c6e-df79-46be-9711-c8c6b7a6c618 0.071s 2023-04-24 00:27:33,996 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1725', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6df5aab-1556-4c3a-b44a-aecedaf1f0c5', 'x-compute-request-id': 'req-f6df5aab-1556-4c3a-b44a-aecedaf1f0c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/2df69c6e-df79-46be-9711-c8c6b7a6c618'} Body: b'{"image": {"id": "2df69c6e-df79-46be-9711-c8c6b7a6c618", "name": "tempest-ServerStableDeviceRescueTest-image-2033000621", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "owner_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1726718806", "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-1726718806-project-member", "user_id": "61677897acda43ca83dd2c702e6e5eb5"}, "created": "2023-04-24T00:26:44Z", "updated": "2023-04-24T00:26:48Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/2df69c6e-df79-46be-9711-c8c6b7a6c618"}], "server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}]}}}' 2023-04-24 00:27:34,281 80148 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/5d60a364-b914-4d2c-8fcc-5944148dcecf 0.274s 2023-04-24 00:27:34,281 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:27:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-660e6c57-a585-4129-8e5b-bf9fe9bc6785', 'x-compute-request-id': 'req-660e6c57-a585-4129-8e5b-bf9fe9bc6785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf'} Body: b'{"server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "name": "tempest-ServerStableDeviceRescueTest-server-269082558", "status": "ACTIVE", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "user_id": "61677897acda43ca83dd2c702e6e5eb5", "metadata": {}, "hostId": "54b6daaf6d0426562610cd1a14d8e875c4cfb5ef9945943ab9f06375", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:24:51Z", "updated": "2023-04-24T00:26:48Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1758399776-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:ae:bb"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:ae:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862289859", "OS-SRV-USG:launched_at": "2023-04-24T00:24:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1746947476"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:28:34,480 80148 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/2df69c6e-df79-46be-9711-c8c6b7a6c618 0.132s 2023-04-24 00:28:34,480 80148 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, 24 Apr 2023 00:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1644', 'content-type': 'application/json', 'x-openstack-request-id': 'req-76acfe0b-edaa-4335-9ac7-efad83ea60fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/ima ges/2df69c6e-df79-46be-9711-c8c6b7a6c618'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "owner_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1726718806", "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-1726718806-project-member", "user_id": "61677897acda43ca83dd2c702e6e5eb5", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-2033000621", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "eacf3af9d7e1ba1a4042d3ce05040fda", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ffcdb2ab0e4145ad988f91b13ebd629e", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5ee8e87bbc23b43b9d25af15f20297d5afb6201999a91a723e69eb241e1128c76958a1c04c63a63f6b7f6e1bd27061a256642e621cbd22a76bf99093a4e43c8c", "id": "2df69c6e-df79-46be-9711-c8c6b7a6c618", "created_at": "2023-04-24T00:26:44Z", "updated_at": "2023-04-24T00:28:34Z", "tags": [], "self": "/v2/images/2df69c6e-df79-46be-9711-c8c6b7a6c618", "file": "/v2/images/2df69c6e-df79-46be-9711-c8c6b7a6c618/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:28:34,603 80148 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/2df69c6e-df79-46be-9711-c8c6b7a6c618 0.122s 2023-04-24 00:28:34,603 80148 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, 24 Apr 2023 00:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b1ca0338-822b-4e3d-b219-7e75b1029bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2df69c6e-df79-46be-9711-c8c6b7a6c618'} Body: b'{"base_image_ref": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "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": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "owner_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1726718806", "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-1726718806-project-member", "user_id": "61677897acda43ca83dd2c702e6e5eb5", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-2033000621", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "eacf3af9d7e1ba1a4042d3ce05040fda", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "ffcdb2ab0e4145ad988f91b13ebd629e", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5ee8e87bbc23b43b9d25af15f20297d5afb6201999a91a723e69eb241e1128c76958a1c04c63a63f6b7f6e1bd27061a256642e621cbd22a76bf99093a4e43c8c", "id": "2df69c6e-df79-46be-9711-c8c6b7a6c618", "created_at": "2023-04-24T00:26:44Z", "updated_at": "2023-04-24T00:28: 35Z", "tags": [], "self": "/v2/images/2df69c6e-df79-46be-9711-c8c6b7a6c618", "file": "/v2/images/2df69c6e-df79-46be-9711-c8c6b7a6c618/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:28:34,891 80148 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/5d60a364-b914-4d2c-8fcc-5944148dcecf 0.287s 2023-04-24 00:28:34,892 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f7252b6-8b6d-43a3-ae47-25d30590d9c2', 'x-compute-request-id': 'req-6f7252b6-8b6d-43a3-ae47-25d30590d9c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf'} Body: b'{"server": {"id": "5d60a364-b914-4d2c-8fcc-5944148dcecf", "name": "tempest-ServerStableDeviceRescueTest-server-269082558", "status": "ACTIVE", "tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e", "user_id": "61677897acda43ca83dd2c702e6e5eb5", "metadata": {}, "hostId": "54b6daaf6d0426562610cd1a14d8e875c4cfb5ef9945943ab9f06375", "image": {"id": "fcf09ead-c5af-40cc-b5cf-92626e181ef9", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fcf09ead-c5af-40cc-b5cf-92626e181ef9"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:24:51Z", "updated": "2023-04-24T00:26:48Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1758399776-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:ae:bb"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:ae:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d60a364-b914-4d2c-8fcc-5944148dcecf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1862289859", "OS-SRV-USG:launched_at": "2023-04-24T00:24:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1746947476"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:28:35,145 80148 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/ffcdb2ab0e4145ad988f91b13ebd629e/volumes 0.242s 2023-04-24 00:28:35,146 80148 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-1014526444"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aee09e50-2469-4f90-9808-ae34fd55e868', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aee09e50-2469-4f90-9808-ae34fd55e868', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e/volumes'} Body: b'{"volume": {"id": "8ea22487-111f-414f-8f4b-58af060e9c48", "status": "creating", "size": 1, "availability_zo ne": "nova", "created_at": "2023-04-24T00:28:35.074642", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1014526444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48"}], "user_id": "61677897acda43ca83dd2c702e6e5eb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:28:35,198 80148 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/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48 0.043s 2023-04-24 00:28:35,198 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd460094-c7c2-4a8f-8d56-1e9bd7b8c613', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd460094-c7c2-4a8f-8d56-1e9bd7b8c613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48'} Body: b'{"volume": {"id": "8ea22487-111f-414f-8f4b-58af060e9c48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:28:35.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1014526444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48"}], "user_id": "61677897acda43ca83dd2c702e6e5eb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}}' 2023-04-24 00:28:36,255 80148 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/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48 0.045s 2023-04-24 00:28:36,255 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:28:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-265c5c85-a67f-4157-8af2-5b6af1e9ce8b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-265c5c85-a67f-4157-8af2-5b6af1e9ce8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48'} Body: b'{"volume": {"id": "8ea22487-111f-414f-8f4b-58af060e9c48", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:28:35.000000", "updated_at": "2023-04-24T00:28:35.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1014526444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "m etadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffcdb2ab0e4145ad988f91b13ebd629e/volumes/8ea22487-111f-414f-8f4b-58af060e9c48"}], "user_id": "61677897acda43ca83dd2c702e6e5eb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffcdb2ab0e4145ad988f91b13ebd629e"}}' 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 2b720697-5368-4662-b27b-474d27f7cda9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:29:32,962 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/types 0.180s 2023-04-24 00:29:32,962 80148 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-1901711669"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05904efd-3e00-4603-b4d2-70e18bff738a', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05904efd-3e00-4603-b4d2-70e18bff738a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/types'} Body: b'{"volume_type": {"id": "4775b08b-1319-4a63-8dd6-626f11473572", "name": "tempest-GroupSnapshotsV319Test-volume-type-1901711669", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-24 00:29:32,998 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/group_types 0.033s 2023-04-24 00:29:32,998 80148 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-2050113815"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fd5f7e3-1b12-434d-be0c-b74a73a51de9', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fd5f7e3-1b12-434d-be0c-b74a73a51de9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/group_types'} Body: b'{"group_type": {"id": "0be7f996-a9b4-4628-bc0f-66c9b8f51e49", "name": "tempest-GroupSnapshotsV319Test-group-type-2050113815", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-24 00:29:33,244 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups 0.243s 2023-04-24 00:29:33,244 80148 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": "0be7f996-a9b4-4628-bc0f-66c9b8f51e49", "volume_types": ["4775b08b-1319-4a63-8dd6-626f11473572"], "name": "tempest-GroupSnapshotsV319Test-Group-1215621736"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbb5bed3-e15a-456a-bc35-932871d32020', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbb5bed3-e15a-456a-bc35-932871d32020', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups'} Body: b'{"group": {"id": "2b720697-5368-4662-b27b-474d27f7cda9", "name": "tempest-GroupSnapshotsV319Test-Group-1215621736"}}' 2023-04-24 00:29:33,288 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9 0.042s 2023-04-24 00:29:33,289 80148 DEB UG [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, 24 Apr 2023 00:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b255cca-dc8d-4464-977c-d9c459d4e75e', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b255cca-dc8d-4464-977c-d9c459d4e75e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9'} Body: b'{"group": {"id": "2b720697-5368-4662-b27b-474d27f7cda9", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:29:33.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1215621736", "description": null, "group_type": "0be7f996-a9b4-4628-bc0f-66c9b8f51e49", "volume_types": ["4775b08b-1319-4a63-8dd6-626f11473572"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:29:34,327 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9 0.032s 2023-04-24 00:29:34,327 80148 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, 24 Apr 2023 00:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fda9c015-71bf-4a76-9498-e9262f3118aa', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fda9c015-71bf-4a76-9498-e9262f3118aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9'} Body: b'{"group": {"id": "2b720697-5368-4662-b27b-474d27f7cda9", "status": "error", "availability_zone": "nova", "created_at": "2023-04-24T00:29:33.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1215621736", "description": null, "group_type": "0be7f996-a9b4-4628-bc0f-66c9b8f51e49", "volume_types": ["4775b08b-1319-4a63-8dd6-626f11473572"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-24 00:29:34,398 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/volumes/detail 0.066s 2023-04-24 00:29:34,399 80148 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, 24 Apr 2023 00:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12253189-87f9-413a-bec4-7f2af04a1d84', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12253189-87f9-413a-bec4-7f2af04a1d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/volumes/detail'} Body: b'{"volumes": []}' 2023-04-24 00:29:34,473 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9/action 0.065s 2023-04-24 00:29:34,474 80148 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, 24 Apr 2023 00:29:34 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-245d5bb1-c8af-4afa-b9bf-b42260cc04da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9/action'} Body: b'' 2023-04-24 00:29:34,489 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9 0.014s 2023-04-24 00:29:34,489 80148 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, 24 Apr 2023 00:29:34 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-76b6acb1-b19f-4022-af18-6a3ceec97b74', 'x-openstack-request-id': 'req-76b6acb1-b19f-4022-af18-6a3ceec97b74', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c5c4bc744403445cac96c30df4c4c1db/groups/2b720697-5368-4662-b27b-474d27f7cda9'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2b720697-5368-4662-b27b-474d27f7cda9 could not be found."}}' 2023-04-24 00:29:34,520 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/group_types/0be7f996-a9b4-4628-bc0f-66c9b8f51e49 0.030s 2023-04-24 00:29:34,520 80148 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, 24 Apr 2023 00:29:34 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-0440d668-61b3-4955-822d-e343ec93326d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/group_types/0be7f996-a9b4-4628-bc0f-66c9b8f51e49'} Body: b'' 2023-04-24 00:29:34,569 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/types/4775b08b-1319-4a63-8dd6-626f11473572 0.049s 2023-04-24 00:29:34,570 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d2de9fd-5362-42b1-a13d-413e1da72cb8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/types/4775b08b-1319-4a63-8dd6-626f11473572'} Body: b'' 2023-04-24 00:29:34,584 80148 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/types/4775b08b-1319-4a63-8dd6-626f11473572 0.014s 2023-04-24 00:29:34,585 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae0be1c7-3e51-41e6-8505-f9597349cca4', 'x-openstack-request-id': 'req-ae0be1c7-3e51-41e6-8505-f9597349cca4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/58b93491855546d990663dd9bf4f3ab8/types/4775b08b-1319-4a63-8dd6-626f11473572'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 4775b08b-1319-4a63-8dd6-626f11473572 could not be found."}}' tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cb53b88d-eef0-4553-93e1-30bba8c68c65 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:29:37,803 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types 0.172s 2023-04-24 00:29:37,804 80148 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-569545435", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad03f0a6-b892-40fb-a659-d93cb2bc2025', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad03f0a6-b892-40fb-a659-d93cb2bc2025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types'} Body: b'{"volume_type": {"id": "4a0a9cf7-0525-4714-b237-fa980785d8b4", "name": "tempest-VolumeTypesAccessTest-volume-type-569545435", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-24 00:29:37,930 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes 0.123s 2023-04-24 00:29:37,931 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "4a0a9cf7-0525-4714-b237-fa980785d8b4", "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6befd67-e1e7-4d67-bc42-10730251daa0', 'x-openstack-request-id': 'req-a6befd67-e1e7-4d67-bc42-10730251daa0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 4a0a9cf7-0525-4714-b237-fa980785d8b4 could not be found."}}' 2023-04-24 00:29:37,931 80148 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-24 00:29:37,966 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4/action 0.034s 2023-04-24 00:29:37,967 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "743adad728dc4d8c8acac8daf9558063"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4056d445-7b85-410c-8677-30d73cf3bfdb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4/action'} Body: b'' 2023-04-24 00:29:38,171 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes 0.203s 2023-04-24 00:29:38,172 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "4a0a9cf7-0525-4714-b237-fa980785d8 b4", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-628160616"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55ba6f10-c3a9-4406-bea6-2e2193fc4453', 'content-length': '858', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55ba6f10-c3a9-4406-bea6-2e2193fc4453', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes'} Body: b'{"volume": {"id": "cb53b88d-eef0-4553-93e1-30bba8c68c65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:29:38.109149", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-628160616", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-569545435", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}], "user_id": "922175c5b2d542b98a4b79d84574d7e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:29:38,223 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65 0.040s 2023-04-24 00:29:38,223 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2c8cb72-1ad6-482a-b93b-03be0228485e', 'content-length': '926', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2c8cb72-1ad6-482a-b93b-03be0228485e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65'} Body: b'{"volume": {"id": "cb53b88d-eef0-4553-93e1-30bba8c68c65", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:29:38.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-628160616", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-569545435", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}], "user_id": "922175c5b2d542b98a4b79d84574d7e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "743adad728dc4d8c8acac8daf9558063"}}' 2023-04-24 00:29:39,276 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65 0.041s 2023-04-24 00:29:39,276 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1492fb14-cc45-47ad-9304-dea45296e5be', 'content-length': '947', 'op enstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1492fb14-cc45-47ad-9304-dea45296e5be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65'} Body: b'{"volume": {"id": "cb53b88d-eef0-4553-93e1-30bba8c68c65", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:29:38.000000", "updated_at": "2023-04-24T00:29:38.000000", "name": "tempest-VolumeTypesAccessTest-Volume-628160616", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-569545435", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}], "user_id": "922175c5b2d542b98a4b79d84574d7e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "743adad728dc4d8c8acac8daf9558063"}}' 2023-04-24 00:29:39,326 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65 0.037s 2023-04-24 00:29:39,327 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-813fd050-561e-481d-b2ab-bc257a768afb', 'content-length': '947', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-813fd050-561e-481d-b2ab-bc257a768afb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65'} Body: b'{"volume": {"id": "cb53b88d-eef0-4553-93e1-30bba8c68c65", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:29:38.000000", "updated_at": "2023-04-24T00:29:38.000000", "name": "tempest-VolumeTypesAccessTest-Volume-628160616", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-569545435", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65"}], "user_id": "922175c5b2d542b98a4b79d84574d7e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "743adad728dc4d8c8acac8daf9558063"}}' 2023-04-24 00:29:39,515 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65 0.176s 2023-04-24 00:29:39,515 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-520cfd8e-b828-470c-8722-1b824eb5f1cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac 8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65'} Body: b'' 2023-04-24 00:29:39,537 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65 0.022s 2023-04-24 00:29:39,538 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde65498-2cf1-497c-9637-fbbec28b97aa', 'x-openstack-request-id': 'req-bde65498-2cf1-497c-9637-fbbec28b97aa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/743adad728dc4d8c8acac8daf9558063/volumes/cb53b88d-eef0-4553-93e1-30bba8c68c65'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cb53b88d-eef0-4553-93e1-30bba8c68c65 could not be found."}}' 2023-04-24 00:29:39,564 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4/action 0.026s 2023-04-24 00:29:39,565 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "743adad728dc4d8c8acac8daf9558063"}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a25105ce-183a-40e9-bea1-ed2c9297315e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4/action'} Body: b'' 2023-04-24 00:29:39,650 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4 0.085s 2023-04-24 00:29:39,651 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58fdf075-0ea9-4776-ad43-6af12d02ee8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4'} Body: b'' 2023-04-24 00:29:39,666 80148 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be/types/4a0a9cf7-0525-4714-b237-fa980785d8b4 0.015s 2023-04-24 00:29:39,666 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:39 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-7ebba568-38cc-4e1b-9449-ee3b5b8afbc0', 'x-openstack-request-id': 'req-7ebba568-38cc-4e1b-9449-ee3b5b8afbc0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/91153036261c47889cc10431b837d4be /types/4a0a9cf7-0525-4714-b237-fa980785d8b4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 4a0a9cf7-0525-4714-b237-fa980785d8b4 could not be found."}}' setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 90045902-5954-4595-b563-72901a93b399 failed to build and is in ERROR status 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 7529a023-cd05-4d80-9780-047d4524f7e2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:29:57,963 80148 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-24 00:29:58,776 80148 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.812s 2023-04-24 00:29:58,777 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--778763031", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9ecdd39b-39aa-4c6d-a449-0f574c554082', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-1ec160b4-85d4-4a42-8e1e-52cb7a6748cc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--778763031", "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": "c607157092ca4b0ea2d01c6fe7fb18c2", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9ecdd39b-39aa-4c6d-a449-0f574c554082", "created_at": "2023-04-24T00:29:59Z", "updated_at": "2023-04-24T00:29:59Z", "tags": [], "self": "/v2/images/9ecdd39b-39aa-4c6d-a449-0f574c554082", "file": "/v2/images/9ecdd39b-39aa-4c6d-a449-0f574c554082/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:30:00,237 80148 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/9ecdd39b-39aa-4c6d-a449-0f574c554082/file 1.459s 2023-04-24 00:30:00,237 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:29:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e7e65eb9-5c76-4c8c-9204-fc537e34720f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9ecdd39b-39aa-4c6d-a449-0f574c554082/file'} Body: b'' 2023-04-24 00:30:00,238 80148 DEBUG [tempest.scenario.manager] image:9ecdd39b-39aa-4c6d-a449-0f574c554082 2023-04-24 00:30:00,319 80148 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.074s 2023-04-24 00:30:00,319 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1846912878", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFLDJJcBY83bYII2cz2UBFOs5JtscigjyJMQ6jSr5Zo8Gh64wLUW7PYGf39MocYkX0cAAMut0zrK8qkD0z8MC1LDRzLMpevf5gaOOpR4zhAODKbduqMVR4FvaWE7tF8Jag=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:30:00 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-0bc209c0-8964-4d8d-9d83-c98d277d7017', 'x-compute-request-id': 'req-0bc209c0-8964-4d8d-9d83-c98d277d7017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1846912878", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFLDJJcBY83bYII2cz2UBFOs5JtscigjyJMQ6jSr5Zo8Gh64wLUW7PYGf39MocYkX0cAAMut0zrK8qkD0z8MC1LDRzLMpevf5gaOOpR4zhAODKbduqMVR4FvaWE7tF8Jag==", "fingerprint": "14:07:63:fe:ae:45:8e:5d:6c:1d:f4:28:58:f2:ad:75", "user_id": "e2ca48cbf8204d958685eaa42f6b6952"}}' 2023-04-24 00:30:00,369 80148 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.041s 2023-04-24 00:30:00,369 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:30: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-23cd4a28-c552-4d1a-a211-783db3694283', '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": "e2ca48cbf8204d958685eaa42f6b6952", "name": "tempest-TestMinimumBasicScenario-776289633-project-member", "password_expires_at": null}, "audit_ids": ["el2iYJymT9ySEENF1XdAkw"], "expires_at": "2023-04-24T01:30:00.000000Z", "issued_at": "2023-04-24T00:30:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c607157092ca4b0ea2d01c6fe7fb18c2", "name": "tempest-TestMinimumBasicScenario-776289633"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c607157092ca4b0ea2d01c6fe7fb18c2", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:30:00,370 80148 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'bbd390a3-499e-4b86-9c48-401b14864b06', 'name': 'tempest-TestMinimumBasicScenario-337104155-network', 'tenant_id': 'c607157092ca4b0ea2d01c6fe7fb18c2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c607157092ca4b0ea2d01c6fe7fb18c2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64141, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:29:46Z', 'updated_at': '2023-04-24T00:29:46Z', 'revision_number': 1} available for tenant 2023-04-24 00:30:01,110 80148 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.739s 2023-04-24 00:30:01,111 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1216480377", "imageRef": "9ecdd39b-39aa-4c6d-a449-0f574c554082", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1846912878", "networks": [{"uuid": "bbd390a3-499e-4b86-9c48-401b14864b06"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ee209ee-5f76-49db-b046-e317978963b2', 'x-compute-request-id': 'req-3ee209ee-5f76-49db-b046-e317978963b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "V8Dj2vmdir2G"}}' 2023-04-24 00:30:01,191 80148 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/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.077s 2023-04-24 00:30:01,192 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:30:01 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-4d0308d9-900a-41fb-8f8f-c780d8b59de2', 'x-compute-request-id': 'req-4d0308d9-900a-41fb-8f8f-c780d8b59de2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'{"server": {"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "name": "tempest-TestMinimumBasicScenario-server-1216480377", "status": "BUILD", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "", "image": {"id": "9ecdd39b-39aa-4c6d-a449-0f574c554082", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/ compute/images/9ecdd39b-39aa-4c6d-a449-0f574c554082"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:30:01Z", "updated": "2023-04-24T00:30:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846912878", "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-24 00:30:51,513 80148 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/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.260s 2023-04-24 00:30:51,514 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:30:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85befeff-fe53-424f-a4e9-d77fa727596d', 'x-compute-request-id': 'req-85befeff-fe53-424f-a4e9-d77fa727596d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'{"server": {"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "name": "tempest-TestMinimumBasicScenario-server-1216480377", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "9ecdd39b-39aa-4c6d-a449-0f574c554082", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9ecdd39b-39aa-4c6d-a449-0f574c554082"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:30:01Z", "updated": "2023-04-24T00:30:08Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ad:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846912878", "OS-SRV-USG:launched_at": "2023-04-24T00:30:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:30:51,525 80148 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-24 00:31:51,968 80148 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/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.382s 2023-04-24 00:31:51,969 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None R esponse - Headers: {'date': 'Mon, 24 Apr 2023 00:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93aa3b10-1702-4dd8-b604-eb3537a1ec19', 'x-compute-request-id': 'req-93aa3b10-1702-4dd8-b604-eb3537a1ec19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'{"server": {"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "name": "tempest-TestMinimumBasicScenario-server-1216480377", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "9ecdd39b-39aa-4c6d-a449-0f574c554082", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9ecdd39b-39aa-4c6d-a449-0f574c554082"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:30:01Z", "updated": "2023-04-24T00:30:08Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ad:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846912878", "OS-SRV-USG:launched_at": "2023-04-24T00:30:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:31:52,196 80148 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.215s 2023-04-24 00:31:52,196 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:51 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-2ad38288-508e-40af-9e2a-e1795bec9e55', 'x-compute-request-id': 'req-2ad38288-508e-40af-9e2a-e1795bec9e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "name": "tempest-TestMinimumBasicScenario-server-1216480377", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}]}]}' 2023-04-24 00:31:52,406 80148 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/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.206s 2023-04-24 00:31:52,406 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/jso n', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca84a52f-e170-4f25-8013-1212c66f3e6d', 'x-compute-request-id': 'req-ca84a52f-e170-4f25-8013-1212c66f3e6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'{"server": {"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "name": "tempest-TestMinimumBasicScenario-server-1216480377", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "9ecdd39b-39aa-4c6d-a449-0f574c554082", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9ecdd39b-39aa-4c6d-a449-0f574c554082"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:30:01Z", "updated": "2023-04-24T00:30:08Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ad:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846912878", "OS-SRV-USG:launched_at": "2023-04-24T00:30:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:31:52,698 80148 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/c607157092ca4b0ea2d01c6fe7fb18c2/volumes 0.278s 2023-04-24 00:31:52,698 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-113905847", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-207c3eed-2137-47a8-b36d-e51a7e3a6438', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-207c3eed-2137-47a8-b36d-e51a7e3a6438', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes'} Body: b'{"volume": {"id": "7529a023-cd05-4d80-9780-047d4524f7e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:31:52.622823", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-113905847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2"}], "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:31:52,757 80148 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/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2 0.043s 2023-04-24 00:31:52,757 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44799254-cf89-4279-9143-de7929250fa2', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44799254-cf89-4279-9143-de7929250fa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2'} Body: b'{"volume": {"id": "7529a023-cd05-4d80-9780-047d4524f7e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:31:53.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-113905847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2"}], "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2"}}' 2023-04-24 00:31:53,812 80148 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/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2 0.041s 2023-04-24 00:31:53,813 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-425dcce4-ab49-4220-b53f-bcdee0aa141f', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-425dcce4-ab49-4220-b53f-bcdee0aa141f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2'} Body: b'{"volume": {"id": "7529a023-cd05-4d80-9780-047d4524f7e2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:31:53.000000", "updated_at": "2023-04-24T00:31:53.000000", "name": "tempest-TestMinimumBasicScenario-volume-113905847", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2"}], "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2"}}' 2023-04-24 00:31:53,932 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2 0.106s 2023-04-24 00:31:53,932 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type ': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7429b933-d0c1-4240-b6ff-3b192ee91bcf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2'} Body: b'' 2023-04-24 00:31:53,952 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2 0.019s 2023-04-24 00:31:53,952 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31: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-e7e4b15e-aa12-4922-a166-5ae94d203b34', 'x-openstack-request-id': 'req-e7e4b15e-aa12-4922-a166-5ae94d203b34', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/7529a023-cd05-4d80-9780-047d4524f7e2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7529a023-cd05-4d80-9780-047d4524f7e2 could not be found."}}' 2023-04-24 00:31:54,074 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.122s 2023-04-24 00:31:54,075 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:53 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-9ee08598-c5dc-4728-b10b-bb5f52187677', 'x-compute-request-id': 'req-9ee08598-c5dc-4728-b10b-bb5f52187677', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'' 2023-04-24 00:31:54,417 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.342s 2023-04-24 00:31:54,418 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e1c3617-d7f7-4df1-b7c5-0f98d35f6ddc', 'x-compute-request-id': 'req-7e1c3617-d7f7-4df1-b7c5-0f98d35f6ddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'{"server": {"id": "3441ea8c-1b7f-4db7-b26a-37c56edc2453", "name": "tempest-TestMinimumBasicScenario-server-1216480377", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "9ecdd39b-39aa-4c6d-a449-0f5 74c554082", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9ecdd39b-39aa-4c6d-a449-0f574c554082"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:30:01Z", "updated": "2023-04-24T00:31:54Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ad:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1846912878", "OS-SRV-USG:launched_at": "2023-04-24T00:30:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-24 00:32:44,529 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453 0.053s 2023-04-24 00:32:44,530 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:44 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-c74bdd1c-49d5-4d8d-8007-d63bae3a2c39', 'x-compute-request-id': 'req-c74bdd1c-49d5-4d8d-8007-d63bae3a2c39', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3441ea8c-1b7f-4db7-b26a-37c56edc2453'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3441ea8c-1b7f-4db7-b26a-37c56edc2453 could not be found."}}' 2023-04-24 00:32:44,578 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1846912878 0.048s 2023-04-24 00:32:44,579 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64976099-b92d-461a-af41-6bb87eab9466', 'x-compute-request-id': 'req-64976099-b92d-461a-af41-6bb87eab9466', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1846912878'} Body: b'' 2023-04-24 00:32:44,676 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/9ecdd39b-39aa-4c6d-a449-0f574c554082 0.096s 2023-04-24 00:32:44,676 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-57fe6824-a811-4780-aedb-bb652455dffa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9ecd d39b-39aa-4c6d-a449-0f574c554082'} 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 a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-24 00:32:44,681 80148 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-24 00:32:45,386 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.705s 2023-04-24 00:32:45,387 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1184996871", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-2663b8be-20d4-4daf-ba8e-85ccee9cd0ea', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1184996871", "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": "c607157092ca4b0ea2d01c6fe7fb18c2", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "created_at": "2023-04-24T00:32:45Z", "updated_at": "2023-04-24T00:32:45Z", "tags": [], "self": "/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "file": "/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7/file", "schema": "/v2/schemas/image"}' 2023-04-24 00:32:46,767 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7/file 1.380s 2023-04-24 00:32:46,768 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b28451d2-2c44-4eab-bda8-3ffb0780815c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7/file'} Body: b'' 2023-04-24 00:32:46,768 80148 DEBUG [tempest.scenario.manager] image:fa4c3529-43a6-4316-88b2-b3bbed76c1f7 2023-04-24 00:32:46,830 80148 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.059s 2023-04-24 00:32:46,831 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-571855735", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA/yBQ3OeQ6p3JWTMHIDZTKaDI1rEfdHuupYSVs84i1LbT47YEJ6RDAi4BJ9tHinujF4UyeJuVsDtyFCcsUXegAo8xzzOvG1iF59HUjKwHaDr5EsL0PxFO1OUkiouNZxPA=="}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:46 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-56e18fc9-7a21-4c28-89f1-89decb1f34a3', 'x-compute-request-id': 'req-56e18fc9-7a21-4c28-89f1-89decb1f34a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-5718 55735", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA/yBQ3OeQ6p3JWTMHIDZTKaDI1rEfdHuupYSVs84i1LbT47YEJ6RDAi4BJ9tHinujF4UyeJuVsDtyFCcsUXegAo8xzzOvG1iF59HUjKwHaDr5EsL0PxFO1OUkiouNZxPA==", "fingerprint": "78:b6:6b:10:04:e9:2a:46:c9:2b:4a:62:d8:06:e4:a6", "user_id": "e2ca48cbf8204d958685eaa42f6b6952"}}' 2023-04-24 00:32:46,885 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.046s 2023-04-24 00:32:46,885 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:46 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-0935edb9-36a7-4e9e-8429-a05d5811c19a', '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": "e2ca48cbf8204d958685eaa42f6b6952", "name": "tempest-TestMinimumBasicScenario-776289633-project-member", "password_expires_at": null}, "audit_ids": ["oIMG0n9yRkSoylanehOqOg"], "expires_at": "2023-04-24T01:32:46.000000Z", "issued_at": "2023-04-24T00:32:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c607157092ca4b0ea2d01c6fe7fb18c2", "name": "tempest-TestMinimumBasicScenario-776289633"}, "is_domain": false, "roles": [{"id": "46f33d66be454fab8c3a087c7a2d4602", "name": "reader"}, {"id": "5462da0c50b7468b84646ec04954ea36", "name": "member"}], "catalog": [{"endpoints": [{"id": "649060278006489fa080d5e013611734", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "08cbe7d4f5db4739873a4b67362a084f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "35261eae8f8a4488a76acca4a7efad90", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2", "region": "RegionOne"}], "id": "232305ef041449ad9ff8994b91a76b1e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "397364273f0e4f8085c4dd50d3446092", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "3b131717cef447f9956b26b5d3910f0c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "e5267ddb2bb44044af55a2178263fd42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "aa9138057d034d4387a8de6a87d8e42a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "46a706f2c9df41c7a5494a515dac140a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "afc2464012fa4a189d08408cb3fdbb71", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9644103b78c146acbb044337e6bec926", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c11e5bb3d7b54772975d65dedb03d546", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "28a34ba8dd7648f898f8db7fb7d50fdc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2", "region": "RegionOne"}], "id": "dbdd3aa06d2d4aebb433a9ed2b5320d0", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "e485541727f44ec8a473058c4194c397", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c607157092ca4b0ea2d01c6fe7fb18c2", "region": "RegionOne"}], "id": "de17ac2ca65b424f815944489e853cb2", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2023-04-24 00:32:46,886 80148 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'bbd390a3-499e-4b86-9c48-401b14864b06', 'name': 'tempest-TestMinimumBasicScenario-337104155-network', 'tenant_id': 'c607157092ca4b0ea2d01c6fe7fb18c2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c607157092ca4b0ea2d01c6fe7fb18c2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64141, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-24T00:29:46Z', 'updated_at': '2023-04-24T00:29:46Z', 'revision_number': 1} available for tenant 2023-04-24 00:32:47,632 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.744s 2023-04-24 00:32:47,632 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1411545761", "imageRef": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-571855735", "networks": [{"uuid": "bbd390a3-499e-4b86-9c48-401b14864b06"}]}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9be327b3-3aae-443a-ac0a-82906860f34c', 'x-compute-request-id': 'req-9be327b3-3aae-443a-ac0a-82906860f34c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "nQHSt6UPBbnJ"}}' 2023-04-24 00:32:47,707 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.071s 2023-04-24 00:32:47,707 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:32:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2e19385-860e-4616-aea9-389a0c9f49d3', 'x-compute-request-id': 'req-c2e19385-860e-4616-aea9-389a0c9f49d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370'} Body: b'{"server": {"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "name": "tempest-TestMinimumBasicScenario-server-1411545761", "status": "BUILD", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "", "image": {"id": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:32:48Z", "updated": "2023-04-24T00:32:47Z", "addresses": {}, "acce ssIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-571855735", "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-24 00:33:38,061 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.330s 2023-04-24 00:33:38,061 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:33:37 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-8fae704c-7918-408b-b216-288c8fa61d16', 'x-compute-request-id': 'req-8fae704c-7918-408b-b216-288c8fa61d16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370'} Body: b'{"server": {"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "name": "tempest-TestMinimumBasicScenario-server-1411545761", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:32:47Z", "updated": "2023-04-24T00:32:54Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:dd:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-571855735", "OS-SRV-USG:launched_at": "2023-04-24T00:32: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-24 00:33:38,072 80148 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-24 00:34:38,385 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.252s 2023-04-24 00:34:38,386 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:38 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-cbb2db9d-b6ee-4aab-83dc-f3492e90ef2d', 'x-compute-request-id': 'req-cbb2db9d-b6ee-4aab-83dc-f3492e90ef2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370'} Body: b'{"server": {"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "name": "tempest-TestMinimumBasicScenario-server-1411545761", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:32:47Z", "updated": "2023-04-24T00:32:54Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:dd:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-571855735", "OS-SRV-USG:launched_at": "2023-04-24T00:32: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-24 00:34:38,657 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.260s 2023-04-24 00:34:38,657 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:38 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-055811bb-1ead-4dab-86d6-66e6a32b09db', 'x-compute-request-id': 'req-055811bb-1ead-4dab-86d6-66e6a32b09db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "name": "tempest-TestMinimumBasicScenario-server-1411545761", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}]}]}' 2023-04-24 00:34:38,905 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.244s 2023-04-24 00:34:38,906 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:38 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-f13c198b-28cd-4f84-a666-6374b750f51d', 'x-compute-request-id': 'req-f13c198b-28cd-4f84-a666-6374b750f51d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d6 1-ba28-93465a74b370'} Body: b'{"server": {"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "name": "tempest-TestMinimumBasicScenario-server-1411545761", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:32:47Z", "updated": "2023-04-24T00:32:54Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:dd:a7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-571855735", "OS-SRV-USG:launched_at": "2023-04-24T00:32: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-24 00:34:39,153 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes 0.234s 2023-04-24 00:34:39,153 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-2033731716", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e2ca798-9265-48a0-80e5-8912696663cf', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e2ca798-9265-48a0-80e5-8912696663cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes'} Body: b'{"volume": {"id": "a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:34:39.070808", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2033731716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c"}], "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-24 00:34:39,205 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c 0.042s 2023-04-24 00:34:39,205 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-com pute-request-id': 'req-1d42fe79-4ed3-4d5c-9760-4338fdba6c43', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d42fe79-4ed3-4d5c-9760-4338fdba6c43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c'} Body: b'{"volume": {"id": "a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:34:39.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2033731716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c"}], "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2"}}' 2023-04-24 00:34:40,284 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c 0.068s 2023-04-24 00:34:40,284 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf795832-0b87-4c7b-9a0e-f98316e27193', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf795832-0b87-4c7b-9a0e-f98316e27193', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c'} Body: b'{"volume": {"id": "a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-24T00:34:39.000000", "updated_at": "2023-04-24T00:34:39.000000", "name": "tempest-TestMinimumBasicScenario-volume-2033731716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c"}], "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2"}}' 2023-04-24 00:34:40,395 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c 0.099s 2023-04-24 00:34:40,395 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34: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-63608f14-2c6a-43ef-b456-5573fbf8499d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c607 157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c'} Body: b'' 2023-04-24 00:34:40,415 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c 0.020s 2023-04-24 00:34:40,416 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34: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-5730b61b-a406-4c7f-b973-c674b3c77d8f', 'x-openstack-request-id': 'req-5730b61b-a406-4c7f-b973-c674b3c77d8f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c607157092ca4b0ea2d01c6fe7fb18c2/volumes/a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a9b3b9f3-3a84-4ffa-82b2-6942ce51fb4c could not be found."}}' 2023-04-24 00:34:40,531 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.115s 2023-04-24 00:34:40,531 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:40 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-91e2e752-1f1b-4eaa-840b-935c0ab25652', 'x-compute-request-id': 'req-91e2e752-1f1b-4eaa-840b-935c0ab25652', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370'} Body: b'' 2023-04-24 00:34:40,724 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.192s 2023-04-24 00:34:40,725 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:34:40 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-2953da51-b7cc-4a5b-8e23-ad8eb209fd0f', 'x-compute-request-id': 'req-2953da51-b7cc-4a5b-8e23-ad8eb209fd0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370'} Body: b'{"server": {"id": "b330e0bf-027f-4d61-ba28-93465a74b370", "name": "tempest-TestMinimumBasicScenario-server-1411545761", "status": "ACTIVE", "tenant_id": "c607157092ca4b0ea2d01c6fe7fb18c2", "user_id": "e2ca48cbf8204d958685eaa42f6b6952", "metadata": {}, "hostId": "003b04b3156e2797e5dbd64377b2f489fd9c55a5c24ee7904544e72e", "image": {"id": "fa4c3529-43a6-4316-88b2-b3bbed76c1f7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-24T00:32:47Z", "updated": "2023-04-24T00:34:40Z", "addresses": {"tempest-TestMinimumBasicScenario-337104155-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7d:dd:a7"}]}, "accessIPv4": "", "ac cessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b330e0bf-027f-4d61-ba28-93465a74b370"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-571855735", "OS-SRV-USG:launched_at": "2023-04-24T00:32:54.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-24 00:35:30,908 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370 0.124s 2023-04-24 00:35:30,908 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:35:30 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-70e33a90-88c0-4835-b6eb-b979fd1498fe', 'x-compute-request-id': 'req-70e33a90-88c0-4835-b6eb-b979fd1498fe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b330e0bf-027f-4d61-ba28-93465a74b370'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b330e0bf-027f-4d61-ba28-93465a74b370 could not be found."}}' 2023-04-24 00:35:30,954 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-571855735 0.045s 2023-04-24 00:35:30,955 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:35:30 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-c010e552-a9ff-4461-8718-327b09447f84', 'x-compute-request-id': 'req-c010e552-a9ff-4461-8718-327b09447f84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-571855735'} Body: b'' 2023-04-24 00:35:31,070 80148 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7 0.115s 2023-04-24 00:35:31,071 80148 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Mon, 24 Apr 2023 00:35:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0e119ace-8e2c-4bd2-9eba-8746df40b552', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/fa4c3529-43a6-4316-88b2-b3bbed76c1f7'} Body: b'' ====== Totals ====== Ran: 198 tests in 1486.1384 sec. - Passed: 75 - Skipped: 27 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 96 Sum of execute time for each test: 3846.9206 sec. ============== Worker Balance ============== - Worker 0 (27 tests) => 0:09:11.454214 - Worker 1 (18 tests) => 0:09:57.121308 - Worker 2 (18 tests) => 0:03:37.450351 - Worker 3 (15 tests) => 0:00:51.475167 - Worker 4 (11 tests) => 0:01:25.252708 - Worker 5 (13 tests) => 0:23:56.550898 - Worker 6 (14 tests) => 0:07:34.449007 - Worker 7 (17 tests) => 0:12:33.374783 - Worker 8 (15 tests) => 0:05:24.018543 - Worker 9 (19 tests) => 0:06:56.711076 - Worker 10 (16 tests) => 0:00:34.501742 - Worker 11 (15 tests) => 0:06:09.851081 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed