all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==22.2.0,autopage==0.5.1,bcrypt==4.0.1,certifi==2022.12.7,cffi==1.15.1,charset-normalizer==3.1.0,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.2.0,cmd2==2.4.3,cryptography==40.0.1,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==6.0.1,iso8601==1.1.0,jsonschema==4.17.3,msgpack==1.0.5,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.0,oslo.serialization==5.1.1,oslo.utils==6.1.0,packaging==23.0,paramiko==3.1.0,pbr==5.11.1,prettytable==3.6.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.19.3,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2023.3,PyYAML==6.0,requests==2.28.2,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://github.com/openstack/tempest@3c7eebaaf35c9e8a3f00c76cd1741457bdec9fab#egg=tempest,testtools==2.6.0,urllib3==1.26.15,voluptuous==0.13.1,wcwidth==0.2.6,wrapt==1.15.0,zipp==3.15.0 all run-test-pre: PYTHONHASHSEED='3580294243' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {6} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {6} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {10} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {4} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [3.618849s] ... 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 71126e0d-6dda-48f2-b1ae-258241264280 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:13,402 79653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 1.806s 2023-04-18 20:57:13,402 79653 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-1941683296"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/71126e0d-6dda-48f2-b1ae-258241264280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-329450b8-6bba-4742-adaf-14c6209b1ed8', 'x-compute-request-id': 'req-329450b8-6bba-4742-adaf-14c6209b1ed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "71126e0d-6dda-48f2-b1ae-258241264280", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T20:57:13.162718", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1941683296", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 20:57:13,606 79653 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/71126e0d-6dda-48f2-b1ae-258241264280 0.196s 2023-04-18 20:57:13,606 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:13 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-633e1aa6-6f99-4624-af09-ec02b31adc75', 'x-compute-request-id': 'req-633e1aa6-6f99-4624-af09-ec02b31adc75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/71126e0d-6dda-48f2-b1ae-258241264280'} Body: b'{"volume": {"id": "71126e0d-6dda-48f2-b1ae-258241264280", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T20:57:13.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1941683296", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 20:57:15,203 79653 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/71126e0d-6dda-48f2-b1ae-258241264280 0.591s 2023-04-18 20:57:15,203 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:14 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-fdd9d167-ae2e-407e-bb36-bf5d12c74187', 'x-compute-request-id': 'req-fdd9d167-ae2e-407e-bb36-bf5d12c74187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/71126e0d-6dda-48f2-b1ae-258241264280'} Body: b'{"volume": {"id": "71126e0d-6dda-48f2-b1ae-258241264280", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-1 8T20:57:13.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1941683296", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {3} setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8b0e3061-f669-4518-a064-7e22a8aa0f79 failed to build and is in ERROR status {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.168721s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.024652s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.016315s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.046502s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.012580s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.011493s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.057178s] ... ok {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.044824s] ... ok {4} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [2.447236s] ... 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 fe6838a5-2f54-438b-8218-bce392e2c11c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:19,961 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/types 0.225s 2023-04-18 20:57:19,961 79653 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-2009986144"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2214815-2a88-4123-8608-63f4b2e90a14', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2214815-2a88-4123-8608-63f4b2e90a14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/types'} Body: b'{"volume_type": {"id": "38c0e224-2e8b-4c1d-8b96-2be834406547", "name": "tempest-GroupsV320Test-volume-type-2009986144", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:57:20,030 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/group_types 0.065s 2023-04-18 20:57:20,031 79653 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-1095754399"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-245aed7c-7598-4ce1-bc86-1afbe9f0378a', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-245aed7c-7598-4ce1-bc86-1afbe9f0378a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/group_types'} Body: b'{"group_type": {"id": "8024d010-3d37-44ac-ad57-4efcbffaf0be", "name": "tempest-GroupsV320Test-group-type-1095754399", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 20:57:20,468 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups 0.434s 2023-04-18 20:57:20,469 79653 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": "8024d010-3d37-44ac-ad57-4efcbffaf0be", "volume_types": ["38c0e224-2e8b-4c1d-8b96-2be834406547"], "name": "tempest-GroupsV320Test-Group-419964874"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-958334fa-b937-48bc-ad5b-c58e3a80b70d', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-958334fa-b937-48bc-ad5b-c58e3a80b70d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups'} Body: b'{"group": {"id": "fe6838a5-2f54-438b-8218-bce392e2c11c", "name": "tempest-GroupsV320Test-Group-419964874"}}' 2023-04-18 20:57:20,544 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c 0.073s 2023-04-18 20:57:20,545 79653 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': 'Tue, 18 Apr 2023 20:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3cb20b9-03be-463f-b29b-824026ba6e0c', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3cb20b9-03be-463f-b29b-824026ba6e0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c'} Body: b'{"group": {"id": "fe6838a5-2f54-438b-8218-bce392e2c11c", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T20:57:20.000000", "name": "tempest-GroupsV320Test-Group-419964874", "description": null, "group_type": "8024d010-3d37-44ac-ad57-4efcbffaf0be", "volume_types": ["38c0e224-2e8b-4c1d-8b96-2be834406547"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:21,620 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c 0.070s 2023-04-18 20:57:21,620 79653 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': 'Tue, 18 Apr 2023 20:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c04ff34-7702-4648-8cea-40f4034c6e37', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c04ff34-7702-4648-8cea-40f4034c6e37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c'} Body: b'{"group": {"id": "fe6838a5-2f54-438b-8218-bce392e2c11c", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T20:57:20.000000", "name": "tempest-GroupsV320Test-Group-419964874", "description": null, "group_type": "8024d010-3d37-44ac-ad57-4efcbffaf0be", "volume_types": ["38c0e224-2e8b-4c1d-8b96-2be834406547"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:21,686 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/volumes/detail 0.061s 2023-04-18 20:57:21,687 79653 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': 'Tue, 18 Apr 2023 20:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaf14330-ac9e-46e5-8bf0-3249c72d1399', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaf14330-ac9e-46e5-8bf0-3249c72d1399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 20:57:21,772 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c/action 0.074s 2023-04-18 20:57:21,772 79653 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': 'Tue, 18 Apr 2023 20:57:21 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-ba80cfcf-09ab-4f4f-a12f-76493c1b399b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c/action'} Body: b'' 2023-04-18 20:57:21,791 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c 0.017s 2023-04-18 20:57:21,791 79653 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': 'Tue, 18 Apr 2023 20:57:21 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-5655a0c9-4a81-4ae4-b115-f1b011bc2e2b', 'x-openstack-request-id': 'req-5655a0c9-4a81-4ae4-b115-f1b011bc2e2b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c'} Body: b'{"itemNotFound": {"code": 404, "message": "Group fe6838a5-2f54-438b-8218-bce392e2c11c could not be found."}}' 2023-04-18 20:57:21,831 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/group_types/8024d010-3d37-44ac-ad57-4efcbffaf0be 0.039s 2023-04-18 20:57:21,832 79653 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': 'Tue, 18 Apr 2023 20:57:21 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-3c4655b7-a41f-4f55-ac61-964853c76260', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/group_types/8024d010-3d37-44ac-ad57-4efcbffaf0be'} Body: b'' 2023-04-18 20:57:22,166 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/types/38c0e224-2e8b-4c1d-8b96-2be834406547 0.333s 2023-04-18 20:57:22,166 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-f07a5533-a28f-47a3-88ba-5dc9b8f51e44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/types/38c0e224-2e8b-4c1d-8b96-2be834406547'} Body: b'' 2023-04-18 20:57:22,181 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/types/38c0e224-2e8b-4c1d-8b96-2be834406547 0.015s 2023-04-18 20:57:22,182 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': ' 114', 'content-type': 'application/json', 'x-compute-request-id': 'req-45cd586d-2a24-4faf-9365-734a1c92d884', 'x-openstack-request-id': 'req-45cd586d-2a24-4faf-9365-734a1c92d884', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/types/38c0e224-2e8b-4c1d-8b96-2be834406547'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 38c0e224-2e8b-4c1d-8b96-2be834406547 could not be found."}}' {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [2.031637s] ... 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 dca7a6ac-7eee-45ef-b946-cd9fd941a4e6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:21,123 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types 0.171s 2023-04-18 20:57:21,123 79651 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-583084952"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a69b052-c131-4c6c-97cd-5698f3cd6de3', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a69b052-c131-4c6c-97cd-5698f3cd6de3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types'} Body: b'{"volume_type": {"id": "c81d9f5e-385b-42cc-8310-3d815359e629", "name": "tempest-GroupSnapshotsTest-volume-type-583084952", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:57:21,169 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types 0.043s 2023-04-18 20:57:21,169 79651 DEBUG [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-1573224103"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c201c69-9e6c-4b42-b239-9bbd79179d55', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c201c69-9e6c-4b42-b239-9bbd79179d55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types'} Body: b'{"group_type": {"id": "eb7d77c9-39c6-4f92-9cb2-90ba05d3e9f9", "name": "tempest-GroupSnapshotsTest-group-type-1573224103", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 20:57:21,549 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups 0.377s 2023-04-18 20:57:21,549 79651 DEBUG [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": "eb7d77c9-39c6-4f92-9cb2-90ba05d3e9f9", "volume_types": ["c81d9f5e-385b-42cc-8310-3d815359e629"], "name": "tempest-GroupSnapshotsTest-Group-1414902818"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58f79f0f-5226-4502-bb2f-e789624915aa', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58f79f0f-5226-4502-bb2f-e789624915aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups'} Body: b'{"group": {"id": "dca7a6ac-7eee-45ef-b946-cd9fd941a4e6", "name": "tempest-GroupSnapshotsTest-Group-1414902818"}}' 2023-04-18 20:57:21,599 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6 0.048s 2023-04-18 20:57:21,600 79651 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': 'Tue, 18 Apr 2023 20:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67bcb04f-543e-4388-bdee-27b138d1ae53', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67bcb04f-543e-4388-bdee-27b138d1ae53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6'} Body: b'{"group": {"id": "dca7a6ac-7eee-45ef-b946-cd9fd941a4e6", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T20:57:22.000000", "name": "tempest-GroupSnapshotsTest-Group-1414902818", "description": null, "group_type": "eb7d77c9-39c6-4f92-9cb2-90ba05d3e9f9", "volume_types": ["c81d9f5e-385b-42cc-8310-3d815359e629"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:22,635 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6 0.031s 2023-04-18 20:57:22,635 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd0d190f-dae9-4543-8b6a-914a0be1dcee', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd0d190f-dae9-4543-8b6a-914a0be1dcee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6'} Body: b'{"group": {"id": "dca7a6ac-7eee-45ef-b946-cd9fd941a4e6", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T20:57:22.000000", "name": "tempest-GroupSnapshotsTest-Group-1414902818", "description": null, "group_type": "eb7d77c9-39c6-4f92-9cb2-90ba05d3e9f9", "volume_types": ["c81d9f5e-385b-42cc-8310-3d815359e629"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:22,727 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/volumes/detail 0.087s 2023-04-18 20:57:22,727 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84e3dcda-de38-4c91-84ea-4286d12a03c4', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84e3dcda-de38-4c91-84ea-4286d12a03c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 20:57:22,810 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6/action 0.071s 2023-04-18 20:57:22,810 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"de lete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23ef3796-beef-4a5c-aa53-20ffa4ef1bdf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6/action'} Body: b'' 2023-04-18 20:57:22,827 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6 0.016s 2023-04-18 20:57:22,827 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-5282a391-d718-4f6a-b35e-e12f383544d4', 'x-openstack-request-id': 'req-5282a391-d718-4f6a-b35e-e12f383544d4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6'} Body: b'{"itemNotFound": {"code": 404, "message": "Group dca7a6ac-7eee-45ef-b946-cd9fd941a4e6 could not be found."}}' 2023-04-18 20:57:22,863 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types/eb7d77c9-39c6-4f92-9cb2-90ba05d3e9f9 0.036s 2023-04-18 20:57:22,864 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5bf04bf-26e2-49eb-b975-134a08a5a984', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types/eb7d77c9-39c6-4f92-9cb2-90ba05d3e9f9'} Body: b'' 2023-04-18 20:57:22,967 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/c81d9f5e-385b-42cc-8310-3d815359e629 0.102s 2023-04-18 20:57:22,967 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-91671598-9b57-4960-b50a-0df18237b338', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/c81d9f5e-385b-42cc-8310-3d815359e629'} Body: b'' 2023-04-18 20:57:22,981 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/c81d9f5e-385b-42cc-8310-3d815359e629 0.014s 2023-04-18 20:57:22,982 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-753520e6-390c-4d83-9e53-c47effe8aaf3', 'x-openstack-request-id': 'req-753520e6-390c-4d83-9e53-c47effe8aaf3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/c81d9f5e-385b-42cc-8310-3d815359e629'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c81d9f5e-385b-42cc-8310-3d815359e629 could not be found."}}' {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.549133s] ... 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 39748f12-b031-4d2d-ac98-a3338979c631 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:23,014 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types 0.030s 2023-04-18 20:57:23,015 79651 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-653962800"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffabe03f-f782-4df2-a222-87ffee20da2e', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffabe03f-f782-4df2-a222-87ffee20da2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types'} Body: b'{"volume_type": {"id": "5e1d772e-2f8f-4095-b8d8-11a04316ddd6", "name": "tempest-GroupSnapshotsTest-volume-type-653962800", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:57:23,052 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types 0.034s 2023-04-18 20:57:23,052 79651 DEBUG [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-1015819110"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b8d9e47-4322-4fba-93fc-f6e06b8b6855', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b8d9e47-4322-4fba-93fc-f6e06b8b6855', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types'} Body: b'{"group_type": {"id": "cab50d76-3e26-4bb6-83f9-5cc1ff8be0da", "name": "tempest-GroupSnapshotsTest-group-type-1015819110", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 20:57:23,140 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups 0.085s 2023-04-18 20:57:23,140 79651 DEBUG [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": "cab50d76-3e26-4bb6-83f9-5cc1ff8be0da", "volume_types": ["5e1d772e-2f8f-4095-b8d8-11a04316ddd6"], "name": "tempest-GroupSnapshotsTest-Group-667735970"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2de1296-e72b-451a-af84-88882327313d', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2de1296-e72b-451a-af84-88882327313d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups'} Body: b'{"group": {"id": "39748f12-b031-4d2d-ac98-a3338979c631", "name": "tempest-GroupSnapshotsTest-Group-667735970"}}' 2023-04-18 20:57:23,196 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631 0.052s 2023-04-18 20:57:23,196 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9182dc5-c073-41cb-afb5-5e09081d92cd', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9182dc5-c073-41cb-afb5-5e09081d92cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631'} Body: b'{"group": {"id": "39748f12-b031-4d2d-ac98-a3338979c631", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T20:57:23.000000", "name": "tempest-GroupSnapshotsTest-Group-667735970", "description": null, "group_type": "cab50d76-3e26-4bb6-83f9-5cc1ff8be0da", "volume_types": ["5e1d772e-2f8f-4095-b8d8-11a04316ddd6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:24,247 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631 0.043s 2023-04-18 20:57:24,247 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b253a6e0-09ed-4664-ac8a-eb776a393d29', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b253a6e0-09ed-4664-ac8a-eb776a393d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631'} Body: b'{"group": {"id": "39748f12-b031-4d2d-ac98-a3338979c631", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T20:57:23.000000", "name": "tempest-GroupSnapshotsTest-Group-667735970", "description": null, "group_type": "cab50d76-3e26-4bb6-83f9-5cc1ff8be0da", "volume_types": ["5e1d772e-2f8f-4095-b8d8-11a04316ddd6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:24,251 79651 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-18 20:57:24,309 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/volumes/detail 0.056s 2023-04-18 20:57:24,309 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fdf3475-c9d0-42fb-a693-74d0ad5c41d0', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fdf3475-c9d0-42fb-a693-74d0ad5c41d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 20:57:24,396 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631/action 0.06 7s 2023-04-18 20:57:24,397 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10397c32-be42-4a9a-b182-4eef5b792e79', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631/action'} Body: b'' 2023-04-18 20:57:24,414 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631 0.016s 2023-04-18 20:57:24,414 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea35a4fa-030f-4b8b-94e8-56fd857f3045', 'x-openstack-request-id': 'req-ea35a4fa-030f-4b8b-94e8-56fd857f3045', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 39748f12-b031-4d2d-ac98-a3338979c631 could not be found."}}' 2023-04-18 20:57:24,443 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types/cab50d76-3e26-4bb6-83f9-5cc1ff8be0da 0.027s 2023-04-18 20:57:24,443 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56312ea4-971a-4fd6-a364-726c178b6b50', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types/cab50d76-3e26-4bb6-83f9-5cc1ff8be0da'} Body: b'' 2023-04-18 20:57:24,507 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/5e1d772e-2f8f-4095-b8d8-11a04316ddd6 0.062s 2023-04-18 20:57:24,507 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-95c99bde-c9d5-43bd-a316-35edc68bd95d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/5e1d772e-2f8f-4095-b8d8-11a04316ddd6'} Body: b'' 2023-04-18 20:57:24,532 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/5e1d772e-2f8f-4095-b8d8-11a04316ddd6 0.024s 2023-04-18 20:57:24,532 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfd5c470-96f9-403f-9a28-92986eb3d3b3', 'x-openstack-request-id': 'req-dfd5c470-96f9-403f-9a28-92986eb3d3b3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/5e1d772e-2f8f-4095-b8d8-11a04316ddd6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5e1d772e-2f8f-4095-b8d8-11a04316ddd6 could not be found."}}' {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.695742s] ... 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 08b6f9ee-7483-4856-8594-471c71522c75 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:24,575 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types 0.039s 2023-04-18 20:57:24,576 79651 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-805849092"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dc55cfc-c5d6-4dda-98e9-2d2a78223620', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dc55cfc-c5d6-4dda-98e9-2d2a78223620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types'} Body: b'{"volume_type": {"id": "20660d38-97db-40ed-9c67-dab2499a46e7", "name": "tempest-GroupSnapshotsTest-volume-type-805849092", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:57:24,620 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types 0.040s 2023-04-18 20:57:24,621 79651 DEBUG [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-649629872"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3897e8ef-714f-4d29-879d-25f9a91d968d', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3897e8ef-714f-4d29-879d-25f9a91d968d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types'} Body: b'{"group_type": {"id": "f2ba21f9-d7ff-445e-9def-8a5554da99d4", "name": "tempest-GroupSnapshotsTest-group-type-649629872", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 20:57:24,752 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups 0.127s 2023-04-18 20:57:24,753 79651 DEBUG [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": "f2ba21f9-d7ff-445e-9def-8a5554da99d4", "volume_types": ["20660d38-97db-40ed-9c67-dab2499a46e7"], "name": "tempest-GroupSnapshotsTest-Group-231591241"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a343b89-a5ee-4781-bcd5-1ddeea19edf2', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a343b89-a5ee-4781-bcd5-1ddeea19edf2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups'} Body: b'{"group": {"id": "08b6f9ee-7483-4856-8594-471c71522c75", "name": "tempest-GroupSnapshotsTest-Group-231591241"}}' 2023-04-18 20:57:24,790 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75 0.035s 2023-04-18 20:57:24,791 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa2313a6-a9c8-4940-b4a1-f99b74700407', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa2313a6-a9c8-4940-b4a1-f99b74700407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75'} Body: b'{"group": {"id": "08b6f9ee-7483-4856-8594-471c71522c75", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T20:57:25.000000", "name": "tempest-GroupSnapshotsTest-Group-231591241", "description": null, "group_type": "f2ba21f9-d7ff-445e-9def-8a5554da99d4", "volume_types": ["20660d38-97db-40ed-9c67-dab2499a46e7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:25,864 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75 0.068s 2023-04-18 20:57:25,864 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e32f3db-df24-4261-9243-8feb49a9096c', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e32f3db-df24-4261-9243-8feb49a9096c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75'} Body: b'{"group": {"id": "08b6f9ee-7483-4856-8594-471c71522c75", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T20:57:25.000000", "name": "tempest-GroupSnapshotsTest-Group-231591241", "description": null, "group_type": "f2ba21f9-d7ff-445e-9def-8a5554da99d4", "volume_types": ["20660d38-97db-40ed-9c67-dab2499a46e7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:25,938 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/volumes/detail 0.069s 2023-04-18 20:57:25,938 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c76fdf-2b66-4b9e-a9ea-8ef41f0fa20b', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c76fdf-2b66-4b9e-a9ea-8ef41f0fa20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 20:57:26,046 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75/action 0.098s 2023-04-18 20:57:26,046 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9786fb5-5480-49b6-bd1d-d937a025d901', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75/action'} Body: b'' 2023-04-18 20:57:26,065 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75 0.018s 2023-04-18 20:57:26,065 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:26 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-28cc9968-6e72-4833-882f-def90306b557', 'x-openstack-request-id': 'req-28cc9968-6e72-4833-882f-def90306b557', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 08b6f9ee-7483-4856-8594-471c71522c75 could not be found."}}' 2023-04-18 20:57:26,099 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types/f2ba21f9-d7ff-445e-9def-8a5554da99d4 0.033s 2023-04-18 20:57:26,100 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:26 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-c5ed4e67-05dd-4bd6-b0a4-472b306976cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types/f2ba21f9-d7ff-445e-9def-8a5554da99d4'} Body: b'' 2023-04-18 20:57:26,208 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/20660d38-97db-40ed-9c67-dab2499a46e7 0.108s 2023-04-18 20:57:26,209 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f83d934d-4763-4180-844d-4fd2d90bd16f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/20660d38-97db-40ed-9c67-dab2499a46e7'} Body: b'' 2023-04-18 20:57:26,230 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/20660d38-97db-40ed-9c67-dab2499a46e7 0.021s 2023-04-18 20:57:26,231 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Header s: {'date': 'Tue, 18 Apr 2023 20:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ad78bb5-2a1c-4e19-97e1-80683fcd8b89', 'x-openstack-request-id': 'req-9ad78bb5-2a1c-4e19-97e1-80683fcd8b89', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/20660d38-97db-40ed-9c67-dab2499a46e7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 20660d38-97db-40ed-9c67-dab2499a46e7 could not be found."}}' {4} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {4} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.246176s] ... ok {4} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.030815s] ... ok {3} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.029052s] ... ok {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.025322s] ... ok {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.019527s] ... ok {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.755042s] ... 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 39d496a6-610f-4d2a-a2e4-2ee571dcf88e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:35,883 79651 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes 0.418s 2023-04-18 20:57:35,883 79651 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-1555789889"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba5c1d7-ec33-465d-9c97-437f21855c28', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eba5c1d7-ec33-465d-9c97-437f21855c28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes'} Body: b'{"volume": {"id": "39d496a6-610f-4d2a-a2e4-2ee571dcf88e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:35.815644", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1555789889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}], "user_id": "675af878a8ff4eeca310eff7318ee3b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:35,934 79651 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e 0.042s 2023-04-18 20:57:35,935 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-076b39d6-8f9b-4aa9-b0ce-9ac8ec747997', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-076b39d6-8f9b-4aa9-b0ce-9ac8ec747997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e'} Body: b'{"volume": {"id": "39d496a6-610f-4d2a-a2e4-2ee571dcf88e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:36.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1555789889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}], "user_id": "675af878a8ff4eeca310eff7318ee3b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2de2afbdc8034d37b3f70d861add99e3"}}' 2023-04-18 20:57:36,990 79651 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e 0.044s 2023-04-18 20:57:36,991 79651 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-359e68c4-7afc-4776-b809-ef756c645532', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-359e68c4-7afc-4776-b809-ef756c645532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e'} Body: b'{"volume": {"id": "39d496a6-610f-4d2a-a2e4-2ee571dcf88e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:36.000000", "updated_at": "2023-04-18T20:57:36.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1555789889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}], "user_id": "675af878a8ff4eeca310eff7318ee3b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2de2afbdc8034d37b3f70d861add99e3"}}' 2023-04-18 20:57:37,050 79651 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e 0.049s 2023-04-18 20:57:37,050 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-688b7207-29ad-4434-a5fc-175672bad253', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-688b7207-29ad-4434-a5fc-175672bad253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e'} Body: b'{"volume": {"id": "39d496a6-610f-4d2a-a2e4-2ee571dcf88e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:36.000000", "updated_at": "2023-04-18T20:57:36.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1555789889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}], "user_id": "675af878a8ff4eeca310eff7318ee3b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2de2afbdc8034d37b3f70d861add99e3"}}' 2023-04-18 20:57:37,195 79651 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e 0.135s 2023-04-18 20:57:37,195 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-150f38a1-aaf5-4da8-9383-27d5672fa171', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e'} Body: b'' 2023-04-18 20:57:37,218 79651 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e 0.022s 2023-04-18 20:57:37,218 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-8e637c82-da5d-48e4-ba6c-8b69c9d14224', 'x-openstack-request-id': 'req-8e637c82-da5d-48e4-ba6c-8b69c9d14224', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 39d496a6-610f-4d2a-a2e4-2ee571dcf88e could not be found."}}' {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.027428s] ... ok {4} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.349310s] ... ok {4} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.035468s] ... ok {4} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.057535s] ... ok {4} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.772589s] ... 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 fdc96d10-5a00-4739-937a-53bd8413ed43 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:40,803 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/e403bd89a3a44b85a26425aa3cb11038/os-quota-sets/e2877679138a44e585810296b94ba0ea?usage=True 0.054s 2023-04-18 20:57:40,804 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99d62adb-e0b0-4663-99c9-b37d88006795', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99d62adb-e0b0-4663-99c9-b37d88006795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e403bd89a3a44b85a26425aa3cb11038/os-quota-sets/e2877679138a44e585810296b94ba0ea?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": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:41,186 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes 0.372s 2023-04-18 20:57:41,187 79653 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-495114751"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5041f8d-645a-4629-9655-bdd11cfa655e', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5041f8d-645a-4629-9655-bdd11cfa655e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes'} Body: b'{"volume": {"id": "fdc96d10-5a00-4739-937a-53bd8413ed43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:41.120242", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-495114751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:41,245 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43 0.043s 2023-04-18 20:57:41,245 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8a79734-834a-4a43-9a9c-7700251608fc', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8a79734-834a-4a43-9a9c-7700251608fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43'} Body: b'{"volume": {"id": "fdc96d10-5a00-4739-937a-53bd8413ed43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:41.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-495114751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:42,299 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43 0.042s 2023-04-18 20:57:42,299 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e406170-a4a4-42b7-9956-d94defb65bb2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e406170-a4a4-42b7-9956-d94defb65bb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43'} Body: b'{"volume": {"id": "fdc96d10-5a00-4739-937a-53bd8413ed43", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:41.000000", "updated_at": "2023-04-18T20:57:41.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-495114751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:42,348 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43 0.038s 2023-04-18 20:57:42,348 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-e197f9ce-5ec4-4f53-8586-fb5b5870bbbc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e197f9ce-5ec4-4f53-8586-fb5b5870bbbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43'} Body: b'{"volume": {"id": "fdc96d10-5a00-4739-937a-53bd8413ed43", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:41.000000", "updated_at": "2023-04-18T20:57:41.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-495114751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:42,491 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43 0.132s 2023-04-18 20:57:42,491 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f61877ae-441a-4115-b372-d5886589d0d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43'} Body: b'' 2023-04-18 20:57:42,519 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43 0.027s 2023-04-18 20:57:42,519 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-78a8acac-5919-47fa-a45a-4bc7c8280e82', 'x-openstack-request-id': 'req-78a8acac-5919-47fa-a45a-4bc7c8280e82', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fdc96d10-5a00-4739-937a-53bd8413ed43 could not be found."}}' {4} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.617723s] ... 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 61898892-f437-44eb-ab8a-f3521be02d94 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:42,767 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes 0.245s 2023-04-18 20:57:42,768 79653 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-1002880288"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb52907c-c1f1-47bc-befa-d320c82ef8f1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb52907c-c1f1-47bc-befa-d320c82ef8f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes'} Body: b'{"volume": {"id": "61898892-f437-44eb-ab8a-f3521be02d94", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:42.661417", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1002880288", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:42,822 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94 0.043s 2023-04-18 20:57:42,822 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-720dc320-6861-48b7-961b-bfab8316cd15', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-720dc320-6861-48b7-961b-bfab8316cd15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94'} Body: b'{"volume": {"id": "61898892-f437-44eb-ab8a-f3521be02d94", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:43.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1002880288", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:43,872 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94 0.036s 2023-04-18 20:57:43,872 79653 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12b09cca-8c8a-40b6-8506-f4cc9154297c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12b09cca-8c8a-40b6-8506-f4cc9154297c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94'} Body: b'{"volume": {"id": "61898892-f437-44eb-ab8a-f3521be02d94", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:43.000000", "updated_at": "2023-04-18T20:57:43.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1002880288", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:43,950 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94 0.067s 2023-04-18 20:57:43,950 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36a9114c-1230-48af-a697-14c2cb587c36', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36a9114c-1230-48af-a697-14c2cb587c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94'} Body: b'{"volume": {"id": "61898892-f437-44eb-ab8a-f3521be02d94", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:43.000000", "updated_at": "2023-04-18T20:57:43.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1002880288", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:44,114 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94 0.153s 2023-04-18 20:57:44,114 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:43 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f999cb87-b1da-4c2f-a87b-01b573684a9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94'} Body: b'' 2023-04-18 20:57:44,137 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94 0.022s 2023-04-18 20:57:44,138 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e48d8a9-f6e8-49aa-9df5-bc3185579327', 'x-openstack-request-id': 'req-6e48d8a9-f6e8-49aa-9df5-bc3185579327', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 61898892-f437-44eb-ab8a-f3521be02d94 could not be found."}}' {4} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.103720s] ... ok {3} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {4} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.341962s] ... ok {3} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.774123s] ... 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 dd552b5d-4483-4d79-b918-57125b5278b6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:45,797 79651 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes 0.453s 2023-04-18 20:57:45,798 79651 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-761956842"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d46f90d-7e1d-412c-8e66-a34611b5cfd5', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d46f90d-7e1d-412c-8e66-a34611b5cfd5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes'} Body: b'{"volume": {"id": "dd552b5d-4483-4d79-b918-57125b5278b6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T20:57:45.730255", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-761956842", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}], "user_id": "84cfadf77b1240d4b865adbf10e797eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:45,852 79651 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6 0.043s 2023-04-18 20:57:45,852 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02def4c5-d248-4601-9d51-d082eb72c777', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02def4c5-d248-4601-9d51-d082eb72c777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6'} Body: b'{"volume": {"id": "dd552b5d-4483-4d79-b918-57125b5278b6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T20:57:46.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-761956842", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}], "user_id": "84cfadf77b1240d4b865adbf10e797eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c2cf9f542cd49c4a00183fe84fdcf35"}}' 2023-04-18 20:57:46,905 79651 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6 0.042s 2023-04-18 20:57:46,905 79651 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6321254d-2291-42e6-8a5c-dc088fea40bc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6321254d-2291-42e6-8a5c-dc088fea40bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6'} Body: b'{"volume": {"id": "dd552b5d-4483-4d79-b918-57125b5278b6", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T20:57:46.000000", "updated_at": "2023-04-18T20:57:46.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-761956842", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}], "user_id": "84cfadf77b1240d4b865adbf10e797eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c2cf9f542cd49c4a00183fe84fdcf35"}}' 2023-04-18 20:57:46,976 79651 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6 0.059s 2023-04-18 20:57:46,977 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0863f26-e7fe-4f2d-aa92-5c8a4e5ae047', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0863f26-e7fe-4f2d-aa92-5c8a4e5ae047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6'} Body: b'{"volume": {"id": "dd552b5d-4483-4d79-b918-57125b5278b6", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T20:57:46.000000", "updated_at": "2023-04-18T20:57:46.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-761956842", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}], "user_id": "84cfadf77b1240d4b865adbf10e797eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c2cf9f542cd49c4a00183fe84fdcf35"}}' 2023-04-18 20:57:47,090 79651 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6 0.094s 2023-04-18 20:57:47,090 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:46 GMT', 'server': 'Apache/2.4.5 2 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-659868de-55c8-4a64-b44c-d6bbf79a0e63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6'} Body: b'' 2023-04-18 20:57:47,117 79651 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6 0.026s 2023-04-18 20:57:47,117 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-97183549-2339-4d03-9c90-fa72a7296b3d', 'x-openstack-request-id': 'req-97183549-2339-4d03-9c90-fa72a7296b3d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dd552b5d-4483-4d79-b918-57125b5278b6 could not be found."}}' {3} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [3.076346s] ... 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 94e3911b-5750-47b0-9fca-fdcc467e59f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:52,539 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319 0.409s 2023-04-18 20:57:52,540 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2f043956-8e00-4f55-bb45-fd55dbeb7014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:57:53,247 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes 0.706s 2023-04-18 20:57:53,248 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-VolumesExtendTest-Volume-784837662"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ddfaafb-b9b7-4885-9102-4f88625cc4ae', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ddfaafb-b9b7-4885-9102-4f88625cc4ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes'} Body: b'{"volume": {"id": "94e3911b-5750-47b0-9fca-fdcc467e59f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:53.106805", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-784837662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:53,481 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1 0.220s 2023-04-18 20:57:53,482 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40903c16-9d73-429e-a41e-1242a832b795', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40903c16-9d73-429e-a41e-1242a832b795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1'} Body: b'{"volume": {"id": "94e3911b-5750-47b0-9fca-fdcc467e59f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:53.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-784837662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "417794e0586d407c90a72967aed892c5"}}' 2023-04-18 20:57:54,621 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1 0.124s 2023-04-18 20:57:54,621 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20eab45f-b0cd-4961-a355-550541ead660', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20eab45f-b0cd-4961-a355-550541ead660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1'} Body: b'{"volume": {"id": "94e3911b-5750-47b0-9fca-fdcc467e59f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:53.000000", "updated_at": "2023-04-18T20:57:53.000000", "name": "tempest-VolumesExtendTest-Volume-784837662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "417794e0586d407c90a72967aed892c5"}}' 2023-04-18 20:57:54,698 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1 0.063s 2023-04-18 20:57:54,699 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbea76b3-e9e2-47a1-a881-9f3c265c3f53', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-cbea76b3-e9e2-47a1-a881-9f3c265c3f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1'} Body: b'{"volume": {"id": "94e3911b-5750-47b0-9fca-fdcc467e59f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:53.000000", "updated_at": "2023-04-18T20:57:53.000000", "name": "tempest-VolumesExtendTest-Volume-784837662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "417794e0586d407c90a72967aed892c5"}}' 2023-04-18 20:57:55,102 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1 0.382s 2023-04-18 20:57:55,102 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-17ec2561-5284-4fc9-8fc7-870008ed572d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1'} Body: b'' 2023-04-18 20:57:55,203 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1 0.099s 2023-04-18 20:57:55,203 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-46bf7b94-e8f9-4a68-b474-875cfc45aab4', 'x-openstack-request-id': 'req-46bf7b94-e8f9-4a68-b474-875cfc45aab4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 94e3911b-5750-47b0-9fca-fdcc467e59f1 could not be found."}}' {3} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.953199s] ... 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 91b46714-5bb6-497b-a8ad-dffb087f116d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:55,594 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes 0.387s 2023-04-18 20:57:55,595 79651 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-833025889"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-448246b2-9d4f-4be9-b792-cf0db12eb52a', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-448246b2-9d4f-4be9-b792-cf0db12eb52a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes'} Body: b'{"volume": {"id": "91b46714-5bb6-497b-a8ad-dffb087f116d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:55.445519", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-833025889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:55,724 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d 0.118s 2023-04-18 20:57:55,725 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48404ff3-dc6f-487d-9f3f-15dbbbf19108', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48404ff3-dc6f-487d-9f3f-15dbbbf19108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d'} Body: b'{"volume": {"id": "91b46714-5bb6-497b-a8ad-dffb087f116d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:55.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-833025889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "417794e0586d407c90a72967aed892c5"}}' 2023-04-18 20:57:56,787 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d 0.048s 2023-04-18 20:57:56,788 79651 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-541dfcc4-15da-4bcf-972b-060ab0727b22', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-541dfcc4-15da-4bcf-972b-060ab0727b22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d'} Body: b'{"volume": {"id": "91b46714-5bb6-497b-a8ad-dffb087f116d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:55.000000", "updated_at": "2023-04-18T20:57:56.000000", "name": "tempest-VolumesExtendTest-Volume-833025889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "417794e0586d407c90a72967aed892c5"}}' 2023-04-18 20:57:56,868 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d 0.070s 2023-04-18 20:57:56,868 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dd613cf-cc30-4db4-ba10-2ab6910acdf8', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dd613cf-cc30-4db4-ba10-2ab6910acdf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d'} Body: b'{"volume": {"id": "91b46714-5bb6-497b-a8ad-dffb087f116d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:55.000000", "updated_at": "2023-04-18T20:57:56.000000", "name": "tempest-VolumesExtendTest-Volume-833025889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "417794e0586d407c90a72967aed892c5"}}' 2023-04-18 20:57:57,091 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d 0.212s 2023-04-18 20:57:57,091 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-fa3dc439-4e50-4217-ae50-a7ca101e3565', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d'} Body: b'' 2023-04-18 20:57:57,159 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d 0.067s 2023-04-18 20:57:57,159 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea08f84c-b51c-4a6c-98ae-c567b02ece3d', 'x-openstack-request-id': 'req-ea08f84c-b51c-4a6c-98ae-c567b02ece3d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 91b46714-5bb6-497b-a8ad-dffb087f116d could not be found."}}' {2} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [2.038297s] ... 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 9a910aad-3ea4-452c-9ea8-c591eb111d80 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:57,967 79649 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes 0.851s 2023-04-18 20:57:57,967 79649 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-1455731172"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e46111b-70be-462c-afdb-eeec1da2d342', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e46111b-70be-462c-afdb-eeec1da2d342', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes'} Body: b'{"volume": {"id": "9a910aad-3ea4-452c-9ea8-c591eb111d80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:57.801762", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1455731172", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80"}], "user_id": "267e847d07e54e56a98af9e1baf16df1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:58,071 79649 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80 0.090s 2023-04-18 20:57:58,071 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9abd38d1-fd57-49de-b59d-148959c1cc6e', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9abd38d1-fd57-49de-b59d-148959c1cc6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80'} Body: b'{"volume": {"id": "9a910aad-3ea4-452c-9ea8-c591eb111d80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:58.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1455731172", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80"}], "user_id": "267e847d07e54e56a98af9e1baf16df1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f33b8ee1fafe4440876e91f4e13fbd0b"}}' 2023-04-18 20:57:59,140 79649 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80 0.057s 2023-04-18 20:57:59,141 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0c46b50-94c5-4e45-951e-587e9c7df69e', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0c46b50-94c5-4e45-951e-587e9c7df69e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80'} Body: b'{"volume": {"id": "9a910aad-3ea4-452c-9ea8-c591eb111d80", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:58.000000", "updated_at": "2023-04-18T20:57:58.000000", "name": "tempest-TestVolumeSwap-volume-1455731172", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80"}], "user_id": "267e847d07e54e56a98af9e1baf16df1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f33b8ee1fafe4440876e91f4e13fbd0b"}}' {5} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [9.470245s] ... 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 837ee3e8-4b01-4188-a20c-d70d47478f9c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:54,699 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 3.889s 2023-04-18 20:57:54,700 79655 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-869919898"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-44996293-a402-4e7b-a1a0-8ab05b9c45da', 'date': 'Tue, 18 Apr 2023 20:57:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"b6ae53d6-37a6-49d5-80ff-d7904ac935ec","name":"tempest-tagged-attachments-test-net-869919898","tenant_id":"c8301998d10e483ba6797cf878f4e5ad","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"c8301998d10e483ba6797cf878f4e5ad","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-18T20:57:51Z","updated_at":"2023-04-18T20:57:51Z","revision_number":1}}' 2023-04-18 20:57:56,535 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.835s 2023-04-18 20:57:56,536 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "b6ae53d6-37a6-49d5-80ff-d7904ac935ec", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-1d271ec0-55a0-46b7-acbe-62a98889d53f', 'date': 'Tue, 18 Apr 2023 20:57:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"af2a89e3-cbd5-427e-9964-de6859c0748e","name":"","tenant_id":"c8301998d10e483ba6797cf878f4e5ad","network_id":"b6ae53d6-37a6-49d5-80ff-d7904ac935ec","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-18T20:57:54Z","updated_at":"2023-04-18T20:57:54Z","revision_number":0,"project_id":"c8301998d10e483ba6797cf878f4e5ad"}}' 2023-04-18 20:57:57,145 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes 0.608s 2023-04-18 20:57:57,145 79655 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-1986255672"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c99e51bc-cfbd-441b-9eeb-75694dc06fca', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c99e51bc-cfbd-441b-9eeb-75694dc06fca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes'} Body: b'{"volume": {"id": "837ee3e8-4b01-4188-a20c-d70d47478f9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:56.905122", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1986255672", "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/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c"}], "user_id": "40b0c83fb605493d8bc1846a94f20fc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:57,228 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c 0.065s 2023-04-18 20:57:57,228 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24f47c21-7a1c-4c58-99e7-7523d61c57c6', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24f47c21-7a1c-4c58-99e7-7523d61c57c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c'} Body: b'{"volume": {"id": "837ee3e8-4b01-4188-a20c-d70d47478f9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:57.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1986255672", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c"}], "user_id": "40b0c83fb605493d8bc1846a94f20fc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c8301998d10e483ba6797cf878f4e5ad"}}' 2023-04-18 20:57:58,475 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c 0.234s 2023-04-18 20:57:58,475 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22592ef-ead3-4b27-a51e-86ce08aba683', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22592ef-ead3-4b27-a51e-86ce08aba683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c'} Body: b'{"volume": {"id": "837ee3e8-4b01-4188-a20c-d70d47478f9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:57.000000", "updated_at": "2023-04-18T20:57:57.000000", "name": "tempest-TaggedAttachmentsTest-volume-1986255672", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-41 88-a20c-d70d47478f9c"}], "user_id": "40b0c83fb605493d8bc1846a94f20fc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c8301998d10e483ba6797cf878f4e5ad"}}' 2023-04-18 20:57:58,818 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/af2a89e3-cbd5-427e-9964-de6859c0748e 0.330s 2023-04-18 20:57:58,818 79655 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-f9270c82-3933-4197-86ef-356396ce8e98', 'date': 'Tue, 18 Apr 2023 20:57:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/af2a89e3-cbd5-427e-9964-de6859c0748e'} Body: b'' 2023-04-18 20:58:00,278 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/b6ae53d6-37a6-49d5-80ff-d7904ac935ec 1.459s 2023-04-18 20:58:00,279 79655 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-7acc2609-ffc3-4972-938d-b54c56ce1238', 'date': 'Tue, 18 Apr 2023 20:58:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/b6ae53d6-37a6-49d5-80ff-d7904ac935ec'} Body: b'' {11} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [2.185261s] ... 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 20b26479-400c-486d-b2c9-7f3324806927 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:02,156 79667 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes 0.919s 2023-04-18 20:58:02,157 79667 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-1794560945", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709ddee6-5ef8-4677-811e-f322048ecf80', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709ddee6-5ef8-4677-811e-f322048ecf80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes'} Body: b'{"volume": {"id": "20b26479-400c-486d-b2c9-7f3324806927", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:02.051265", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1794560945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927"}], "user_id": "f8ec8f40770240a88745ed916694d2c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:58:02,265 79667 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927 0.094s 2023-04-18 20:58:02,265 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d8d6f52-e2c7-434c-93a1-538b2ca92de9', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d8d6f52-e2c7-434c-93a1-538b2ca92de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927'} Body: b'{"volume": {"id": "20b26479-400c-486d-b2c9-7f3324806927", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:02.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1794560945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927"}], "user_id": "f8ec8f40770240a88745ed916694d2c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a459e7f50dc4439a3269f6caff95b5a"}}' 2023-04-18 20:58:03,407 79667 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927 0.129s 2023-04-18 20:58:03,408 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a2b9714-a793-4f18-9649-70aef87885db', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a2b9714-a793-4f18-9649-70aef87885db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927'} Body: b'{"volume": {"id": "20b26479-400c-486d-b2c9-7f3324806927", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:02.000000", "updated_at": "2023-04-18T20:58:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1794560945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927"}], "user_id": "f8ec8f40770240a88745ed916694d2c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a459e7f50dc4439a3269f6caff95b5a"}}' {4} 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 ca1a43c1-ac0b-4ec0-9a2a-3a1705aa1834 failed to build and is in ERROR status {3} 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 146b9e2d-7ec4-43cd-81a2-4d8bea31520e failed to build and is in ERROR status {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.766610s] ... 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 2dd6a184-0f84-41be-b69c-859888eb0b4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:07,302 79653 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/fce52e4b288045ad8c6076cbf620aaa3/types 0.321s 2023-04-18 20:58:07,302 79653 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-1605924570", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7d5feb7-f3e1-40ee-8daa-f349bee5c306', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7d5feb7-f3e1-40ee-8daa-f349bee5c306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types'} Body: b'{"volume_type": {"id": "441ab0dc-f466-4f67-9e03-0235ff05c980", "name": "tempest-VolumeTypesTest-volume-type-1605924570", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:58:07,402 79653 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/fce52e4b288045ad8c6076cbf620aaa3/types 0.096s 2023-04-18 20:58:07,403 79653 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-1995411879", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5f194ea-512b-4cac-9871-be44d6ac21b1', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5f194ea-512b-4cac-9871-be44d6ac21b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types'} Body: b'{"volume_type": {"id": "b905b124-1082-4b1f-9d09-291f8ecaf831", "name": "tempest-VolumeTypesTest-volume-type-1995411879", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:58:07,942 79653 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/f7e682aa243f418887e700dc1e7f5283/volumes 0.532s 2023-04-18 20:58:07,943 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-104470029", "volume_type": "441ab0dc-f466-4f67-9e03-0235ff05c980", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c2df2f-514e-4c2a-9413-7e638b896468', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c2df2f-514e-4c2a-9413-7e638b896468', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes'} Body: b'{"volume": {"id": "2dd6a184-0f84-41be-b69c-859888eb0b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:07.812194", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-104470029", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-1605924570", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}], "user_id": "ee476a88c7214bef8b8d8738fae37ce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:58:08,010 79653 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/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a 0.057s 2023-04-18 20:58:08,010 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-492038a4-13d8-45ce-aebc-862735d91b59', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-492038a4-13d8-45ce-aebc-862735d91b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a'} Body: b'{"volume": {"id": "2dd6a184-0f84-41be-b69c-859888eb0b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:08.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-104470029", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1605924570", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}], "user_id": "ee476a88c7214bef8b8d8738fae37ce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7e682aa243f418887e700dc1e7f5283"}}' 2023-04-18 20:58:09,114 79653 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/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a 0.090s 2023-04-18 20:58:09,114 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cadb3115-17dd-40c2-b302-3db73ac48db2', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cadb3115-17dd-40c2-b302-3db73ac48db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a'} Body: b'{"volume": {"id": "2dd6a184-0f84-41be-b69c-859888eb0b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:08.000000", "updated_at": "2023-04-18T20:58:08.000000", "name": "tempest-VolumeTypesTest-volume-104470029", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1605924570", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41b e-b69c-859888eb0b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}], "user_id": "ee476a88c7214bef8b8d8738fae37ce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7e682aa243f418887e700dc1e7f5283"}}' 2023-04-18 20:58:09,223 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a 0.095s 2023-04-18 20:58:09,223 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34d4da24-fb2a-46ae-bbaa-ae267265e588', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34d4da24-fb2a-46ae-bbaa-ae267265e588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a'} Body: b'{"volume": {"id": "2dd6a184-0f84-41be-b69c-859888eb0b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:08.000000", "updated_at": "2023-04-18T20:58:08.000000", "name": "tempest-VolumeTypesTest-volume-104470029", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1605924570", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}], "user_id": "ee476a88c7214bef8b8d8738fae37ce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7e682aa243f418887e700dc1e7f5283"}}' 2023-04-18 20:58:09,502 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a 0.268s 2023-04-18 20:58:09,502 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0672f5a7-50d0-45e3-8159-05d303c46f36', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a'} Body: b'' 2023-04-18 20:58:09,531 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a 0.027s 2023-04-18 20:58:09,531 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca10db54-be50-4123-bd92-b53aacdf4728', 'x-openstack-request-id': 'req-ca10db54-be50-4123-bd92-b53aac df4728', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2dd6a184-0f84-41be-b69c-859888eb0b4a could not be found."}}' 2023-04-18 20:58:09,627 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/b905b124-1082-4b1f-9d09-291f8ecaf831 0.095s 2023-04-18 20:58:09,627 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f502a700-11ba-4625-a86d-8328fe49beb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/b905b124-1082-4b1f-9d09-291f8ecaf831'} Body: b'' 2023-04-18 20:58:09,661 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/b905b124-1082-4b1f-9d09-291f8ecaf831 0.033s 2023-04-18 20:58:09,661 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc2e23a-72de-4d3e-b77a-848535bbbd6d', 'x-openstack-request-id': 'req-efc2e23a-72de-4d3e-b77a-848535bbbd6d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/b905b124-1082-4b1f-9d09-291f8ecaf831'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b905b124-1082-4b1f-9d09-291f8ecaf831 could not be found."}}' 2023-04-18 20:58:09,718 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/441ab0dc-f466-4f67-9e03-0235ff05c980 0.056s 2023-04-18 20:58:09,718 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa152f0f-b179-4708-9bb7-999e50565714', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/441ab0dc-f466-4f67-9e03-0235ff05c980'} Body: b'' 2023-04-18 20:58:09,745 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/441ab0dc-f466-4f67-9e03-0235ff05c980 0.026s 2023-04-18 20:58:09,746 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88267f3-f944-4b40-8768-39481bc3c3e7', 'x-openstack-request-id': 'req-a88267f3-f944-4b40-8768-39481bc3c3e 7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/441ab0dc-f466-4f67-9e03-0235ff05c980'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 441ab0dc-f466-4f67-9e03-0235ff05c980 could not be found."}}' {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.189297s] ... ok {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.585547s] ... ok {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.046192s] ... ok {4} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.347841s] ... ok {11} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {5} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.732156s] ... 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 f8cb642e-5735-4933-b37e-61537c014731 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:16,277 79655 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.578s 2023-04-18 20:58:16,277 79655 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-1226279593", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/f8cb642e-5735-4933-b37e-61537c014731', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0e46f31-aee3-4664-b0b6-94f30f4390d6', 'x-compute-request-id': 'req-c0e46f31-aee3-4664-b0b6-94f30f4390d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "f8cb642e-5735-4933-b37e-61537c014731", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T20:58:16.150879", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1226279593", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 20:58:16,347 79655 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/f8cb642e-5735-4933-b37e-61537c014731 0.065s 2023-04-18 20:58:16,347 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b78421fe-711d-4bdb-909b-f3f5893e1bac', 'x-compute-request-id': 'req-b78421fe-711d-4bdb-909b-f3f5893e1bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/f8cb642e-5735-4933-b37e-61537c014731'} Body: b'{"volume": {"id": "f8cb642e-5735-4933-b37e-61537c014731", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T20:58:16.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1226279593", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 20:58:17,425 79655 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/f8cb642e-5735-4933-b37e-61537c014731 0.073s 2023-04-18 20:58:17,426 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:17 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-0591cac2-0e96-44d7-9618-259952fa9a76', 'x-compute-request-id': 'req-0591cac2-0e96-44d7-9618-259952fa9a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/f8cb642e-5735-4933-b37e-61537c014731'} Body: b'{"volume": {"id": "f8cb642e-5735-4933-b37e-61537c014731", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T20:58:16.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1226279593", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {4} setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8d248cd9-ed64-44b9-bc1c-a03fd2320301 failed to build and is in ERROR status {5} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [1.918487s] ... 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 01fd1f57-bc06-4a56-8c33-439343e3ccb9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:20,273 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/types 0.197s 2023-04-18 20:58:20,273 79655 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-822176742"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd8a7af-a93b-4080-836d-958d21e40823', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcd8a7af-a93b-4080-836d-958d21e40823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/types'} Body: b'{"volume_type": {"id": "3643e7ed-e480-4a31-86b1-44e084e92fd3", "name": "tempest-GroupsV314Test-volume-type-822176742", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:58:20,317 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/group_types 0.040s 2023-04-18 20:58:20,317 79655 DEBUG [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-413421776"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e209879-0e7e-4a83-a745-dca01759c0e8', 'content-length': '176', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e209879-0e7e-4a83-a745-dca01759c0e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/group_types'} Body: b'{"group_type": {"id": "12ced222-25dc-4c14-b04a-79be723e15a3", "name": "tempest-GroupsV314Test-group-type-413421776", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 20:58:20,558 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups 0.238s 2023-04-18 20:58:20,559 79655 DEBUG [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": "12ced222-25dc-4c14-b04a-79be723e15a3", "volume_types": ["3643e7ed-e480-4a31-86b1-44e084e92fd3"], "name": "tempest-GroupsV314Test-Group-1983280368"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b474265d-c2ae-4a34-8b53-e623c0e6facb', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b474265d-c2ae-4a34-8b53-e623c0e6facb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups'} Body: b'{"group": {"id": "01fd1f57-bc06-4a56-8c33-439343e3ccb9", "name": "tempest-GroupsV314Test-Group-1983280368"}}' 2023-04-18 20:58:20,610 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9 0.048s 2023-04-18 20:58:20,610 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc770ba6-9abc-42d4-a0c7-8ed03c752e17', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc770ba6-9abc-42d4-a0c7-8ed03c752e17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9'} Body: b'{"group": {"id": "01fd1f57-bc06-4a56-8c33-439343e3ccb9", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T20:58:21.000000", "name": "tempest-GroupsV314Test-Group-1983280368", "description": null, "group_type": "12ced222-25dc-4c14-b04a-79be723e15a3", "volume_types": ["3643e7ed-e480-4a31-86b1-44e084e92fd3"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:58:21,666 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9 0.050s 2023-04-18 20:58:21,667 79655 DEBUG [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': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d34d1ae-1073-4b9d-a787-4019ba018a53', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d34d1ae-1073-4b9d-a787-4019ba018a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9'} Body: b'{"group": {"id": "01fd1f57-bc06-4a56-8c33-439343e3ccb9", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T20:58:21.000000", "name": "tempest-GroupsV314Test-Group-1983280368", "description": null, "group_type": "12ced222-25dc-4c14-b04a-79be723e15a3", "volume_types": ["3643e7ed-e480-4a31-86b1-44e084e92fd3"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:58:21,745 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/volumes/detail 0.073s 2023-04-18 20:58:21,745 79655 DEBUG [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': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f72ad94-435d-4edc-bfde-459c475f9b7d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f72ad94-435d-4edc-bfde-459c475f9b7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 20:58:21,834 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9/action 0.076s 2023-04-18 20:58:21,834 79655 DEBUG [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': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2 .4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7a28eea-6423-470f-ad70-88f53587f7e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9/action'} Body: b'' 2023-04-18 20:58:21,857 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9 0.022s 2023-04-18 20:58:21,858 79655 DEBUG [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': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-86020e0d-97da-4b21-97ed-962ee932f237', 'x-openstack-request-id': 'req-86020e0d-97da-4b21-97ed-962ee932f237', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 01fd1f57-bc06-4a56-8c33-439343e3ccb9 could not be found."}}' 2023-04-18 20:58:21,890 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/group_types/12ced222-25dc-4c14-b04a-79be723e15a3 0.031s 2023-04-18 20:58:21,890 79655 DEBUG [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': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c6fa81-3803-4b38-b60c-4d21346ad965', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/group_types/12ced222-25dc-4c14-b04a-79be723e15a3'} Body: b'' 2023-04-18 20:58:21,968 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/types/3643e7ed-e480-4a31-86b1-44e084e92fd3 0.077s 2023-04-18 20:58:21,969 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58: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-1813de60-5c0e-4489-892e-f77fba177913', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/types/3643e7ed-e480-4a31-86b1-44e084e92fd3'} Body: b'' 2023-04-18 20:58:21,992 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/types/3643e7ed-e480-4a31-86b1-44e084e92fd3 0.023s 2023-04-18 20:58:21,993 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Vers ion', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a6a59b6-5789-4436-938b-753c190e7d91', 'x-openstack-request-id': 'req-2a6a59b6-5789-4436-938b-753c190e7d91', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/types/3643e7ed-e480-4a31-86b1-44e084e92fd3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 3643e7ed-e480-4a31-86b1-44e084e92fd3 could not be found."}}' {4} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.745854s] ... 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 2a2b65fd-0fec-4928-9ca7-a6a275433efe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:22,939 79653 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes 0.596s 2023-04-18 20:58:22,940 79653 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-1898090487"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e96688f-3444-4fed-aef1-e563349199f2', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e96688f-3444-4fed-aef1-e563349199f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes'} Body: b'{"volume": {"id": "2a2b65fd-0fec-4928-9ca7-a6a275433efe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:22.863580", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1898090487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe"}], "user_id": "7288b90d62a44fddaa1cfe0624c62916", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:58:23,008 79653 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe 0.057s 2023-04-18 20:58:23,008 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f045d65-a05a-44d4-9bff-31d52d0b700e', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f045d65-a05a-44d4-9bff-31d52d0b700e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe'} Body: b'{"volume": {"id": "2a2b65fd-0fec-4928-9ca7-a6a275433efe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:23.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1898090487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe"}], "user_id": "7288b90d62a44fddaa1cfe0624c62916", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8e485366ba44dec9288ac586f0cc569"}}' 2023-04-18 20:58:24,075 79653 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe 0.054s 2 023-04-18 20:58:24,076 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78031816-4027-46f4-97f1-acc68a15a9a8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78031816-4027-46f4-97f1-acc68a15a9a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe'} Body: b'{"volume": {"id": "2a2b65fd-0fec-4928-9ca7-a6a275433efe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:23.000000", "updated_at": "2023-04-18T20:58:23.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1898090487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe"}], "user_id": "7288b90d62a44fddaa1cfe0624c62916", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8e485366ba44dec9288ac586f0cc569"}}' {5} setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume df3b60df-ec59-4682-8acc-3b163c41d073 failed to build and is in ERROR status {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.311815s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.087029s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.353871s] ... ok {2} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [1.678094s] ... 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 fb139e7b-6dcd-497d-9154-1dce3385b21d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:34,601 79649 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes 0.542s 2023-04-18 20:58:34,601 79649 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-1024366604", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afe1bb9e-cfb5-4bc6-b1b8-94d90d29d6c6', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afe1bb9e-cfb5-4bc6-b1b8-94d90d29d6c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes'} Body: b'{"volume": {"id": "fb139e7b-6dcd-497d-9154-1dce3385b21d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:34.529672", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1024366604", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d"}], "user_id": "b7f855716579485cbe0fbbe7187fca8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:58:34,656 79649 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d 0.045s 2023-04-18 20:58:34,656 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3a9aac8-fea2-45eb-9db7-4add011546bd', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3a9aac8-fea2-45eb-9db7-4add011546bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d'} Body: b'{"volume": {"id": "fb139e7b-6dcd-497d-9154-1dce3385b21d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:35.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1024366604", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d"}], "user_id": "b7f855716579485cbe0fbbe7187fca8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab6cd6d9cd4648ab8c75f7d5a4bd1e8f"}}' 2023-04-18 20:58:35,725 79649 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d 0.056s 2023-04-18 20:58:35,725 79649 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f57e177-d917-4b56-8ab8-1ad9e4af1371', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f57e177-d917-4b56-8ab8-1ad9e4af1371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d'} Body: b'{"volume": {"id": "fb139e7b-6dcd-497d-9154-1dce3385b21d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:35.000000", "updated_at": "2023-04-18T20:58:35.000000", "name": "tempest-TaggedBootDevicesTest-volume-1024366604", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d"}], "user_id": "b7f855716579485cbe0fbbe7187fca8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab6cd6d9cd4648ab8c75f7d5a4bd1e8f"}}' {5} setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 95b43aea-e4f2-426a-83ea-42078dfdcd33 failed to build and is in ERROR status {5} 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 9408f713-fd14-4059-938c-40e9126ebb2f failed to build and is in ERROR status {5} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {5} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {5} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [2.032142s] ... 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 2e5f6d09-341f-4cd9-ac31-307b199315b8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:59,355 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319 0.388s 2023-04-18 20:58:59,355 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ecc7fde2-db0f-4a2d-a676-ef3bb1c9b10f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:58:59,756 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes 0.400s 2023-04-18 20:58:59,757 79655 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-1880847083", "snapshot_id": null, "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc2ac630-f9fe-4bf6-a873-c37f11bd5826', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc2ac630-f9fe-4bf6-a873-c37f11bd5826', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes'} Body: b'{"volume": {"id": "2e5f6d09-341f-4cd9-ac31-307b199315b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:59.699371", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1880847083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:58:59,811 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8 0.043s 2023-04-18 20:58:59,811 79655 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-647b0a1a-9299-4421-9643-92bde4d3c26d', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-647b0a1a-9299-4421-9643-92bde4d3c26d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8'} Body: b'{"volume": {"id": "2e5f6d09-341f-4cd9-ac31-307b199315b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:00.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1880847083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:00,862 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8 0.039s 2023-04-18 20:59:00,863 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b20ba146-bcff-42cc-b6b3-3f50d990baf4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b20ba146-bcff-42cc-b6b3-3f50d990baf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8'} Body: b'{"volume": {"id": "2e5f6d09-341f-4cd9-ac31-307b199315b8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:00.000000", "updated_at": "2023-04-18T20:59:00.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1880847083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:00,974 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8 0.100s 2023-04-18 20:59:00,975 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:00 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-bbc607ab-cf46-49b3-a06a-ac5a2f456604', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8'} Body: b'' 2023-04-18 20:59:00,997 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8 0.021s 2023-04-18 20:59:00,997 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c04579-e2bc-4dd6-a5b8-182684a6936e', 'x-openstack-request-id': 'req-08c04579-e2bc-4dd6-a5b8-182684a6936e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2e5f6d09-341f-4cd9-ac31-307b199315b8 could not be found."}}' {5} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.808254s] ... 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 3b98a654-c5f5-47fd-9fc3-b273de14253e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:59:01,023 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319 0.023s 2023-04-18 20:59:01,023 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ec6a8c5a-2a8f-42fc-93ef-3022ebad5cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:01,558 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes 0.534s 2023-04-18 20:59:01,558 79655 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-361399970", "snapshot_id": null, "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e3ee12a-d4fd-404d-a56f-1ca40c62acc3', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e3ee12a-d4fd-404d-a56f-1ca40c62acc3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes'} Body: b'{"volume": {"id": "3b98a654-c5f5-47fd-9fc3-b273de14253e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:01.319784", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-361399970", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:59:01,608 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e 0.040s 2023-04-18 20:59:01,608 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72025a4e-fb48-4974-8220-c3c85f676d1e', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72025a4e-fb48-4974-8220-c3c85f676d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e'} Body: b'{"volume": {"id": "3b98a654-c5f5-47fd-9fc3-b273de14253e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:01.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-361399970", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:02,677 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e 0.057s 2023-04-18 20:59:02,678 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fe873d2-2c6a-49d4-adb7-d13acd1b3aec', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fe873d2-2c6a-49d4-adb7-d13acd1b3aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e'} Body: b'{"volume": {"id": "3b98a654-c5f5-47fd-9fc3-b273de14253e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:01.000000", "updated_at": "2023-04-18T20:59:02.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-361399970", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:02,786 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e 0.098s 2023-04-18 20:59:02,786 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'co ntent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19c701dd-09b9-4909-bef4-7953a994b539', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e'} Body: b'' 2023-04-18 20:59:02,807 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e 0.020s 2023-04-18 20:59:02,807 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3db5671a-30d0-44ac-ab77-b6206725a09b', 'x-openstack-request-id': 'req-3db5671a-30d0-44ac-ab77-b6206725a09b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3b98a654-c5f5-47fd-9fc3-b273de14253e could not be found."}}' {5} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [3.304401s] ... 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 f2158fa4-23cc-45c6-a2c3-95552767dc20 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:59:02,812 79655 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-18 20:59:02,866 79655 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.046s 2023-04-18 20:59:02,866 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1961281035", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFiVTKLwhmWie1dfJqdPFrQ7EXKrs2a0+yrfE+Ig7hpgBgkWmsFyJQSLru+xmvg65GdMN6lEk98cCJ+SOcj5rgO9q8ex01M1CwUsGMawBK1tTbnT/vEpazSzMUIGdBhJWw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d0ce15f-1711-4f8a-9b10-0eda45002a1e', 'x-compute-request-id': 'req-1d0ce15f-1711-4f8a-9b10-0eda45002a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1961281035", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFiVTKLwhmWie1dfJqdPFrQ7EXKrs2a0+yrfE+Ig7hpgBgkWmsFyJQSLru+xmvg65GdMN6lEk98cCJ+SOcj5rgO9q8ex01M1CwUsGMawBK1tTbnT/vEpazSzMUIGdBhJWw==", "fingerprint": "2b:92:80:ea:7f:17:c4:25:c2:e8:95:d1:8f:92:12:f0", "user_id": "59446a4ac29744ca89d266a56d9abe9c"}}' 2023-04-18 20:59:03,022 79655 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.152s 2023-04-18 20:59:03,023 79655 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-694645257", "description": "tempest-secgroup-smoke-694645257 description", "project_id": "143d281f167f413aa6fae6fdac5163b2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-56bac972-fcc3-4ea9-b920-270e2370e0c9', 'date': 'Tue, 18 Apr 2023 20:59:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "name": "tempest-secgroup-smoke-694645257", "stateful": true, "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "description": "tempest-secgroup-smoke-694645257 description", "shared": false, "security_group_rules": [{"id": "3da8757d-8214-4705-b66a-94ba694dd5da", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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": 516, "description": null, "tags": [], "created_at": "2023-04-18T20:59:02Z", "updated_at": "2023-04-18T20:59:02Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}, {"id": "c4334ae0-e826-4c68-aa3a-8245251b9a54", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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": 515, "description": null, "tags": [], "created_at": "2023-04-18T20:59:02Z", "updated_at": "2023-04-18T20:59:02Z", "revision_number": 0, "project_id": "143d281f1 67f413aa6fae6fdac5163b2"}], "tags": [], "created_at": "2023-04-18T20:59:02Z", "updated_at": "2023-04-18T20:59:02Z", "revision_number": 1, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:03,203 79655 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.180s 2023-04-18 20:59:03,204 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "project_id": "143d281f167f413aa6fae6fdac5163b2", "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-ad6c2b64-4dd3-453e-a926-a8d5d2ba9b96', 'date': 'Tue, 18 Apr 2023 20:59: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": "8c224a30-e170-49db-babb-ec401c700d32", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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-18T20:59:03Z", "updated_at": "2023-04-18T20:59:03Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:03,398 79655 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.194s 2023-04-18 20:59:03,398 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "project_id": "143d281f167f413aa6fae6fdac5163b2", "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-fd42da89-b20a-4fab-ac15-5a390cf8388a', 'date': 'Tue, 18 Apr 2023 20:59: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": "0945dc2b-2555-46b6-b340-34a479d41c05", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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-18T20:59:03Z", "updated_at": "2023-04-18T20:59:03Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:03,583 79655 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.184s 2023-04-18 20:59:03,584 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "project_id": "143d281f167f413aa6fae6fdac5163b2", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a5019c53-f4a7-499f-9e97-9e346a0df585', 'date': 'Tue, 18 Apr 2023 20:59:03 GMT', 'connection': 'close', 'status': '201', 'content-locati on': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ba7e8525-ebc1-4d9e-a07e-8be0c1028293", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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-18T20:59:03Z", "updated_at": "2023-04-18T20:59:03Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:03,761 79655 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.177s 2023-04-18 20:59:03,762 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "project_id": "143d281f167f413aa6fae6fdac5163b2", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-54d03de9-1a68-4f7c-a0c1-660f675bcee2', 'date': 'Tue, 18 Apr 2023 20:59: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": "22555bf2-365b-4a8b-b0aa-cd40dbdb3e23", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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-18T20:59:03Z", "updated_at": "2023-04-18T20:59:03Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:04,036 79655 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.273s 2023-04-18 20:59:04,036 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "project_id": "143d281f167f413aa6fae6fdac5163b2", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-a15bd6ea-752a-490d-890a-877c5363b603', 'date': 'Tue, 18 Apr 2023 20:59: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": "0dceb13b-3aa9-4cb6-88c8-666e73e3b18f", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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-18T20:59:03Z", "updated_at": "2023-04-18T20:59:03Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:04,218 79655 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-18 20:59:04,218 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_ rule": {"security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "project_id": "143d281f167f413aa6fae6fdac5163b2", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-40b894a1-5714-4ccb-a05a-16ffb43f9600', 'date': 'Tue, 18 Apr 2023 20:59: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": "53efd5b4-698b-48a9-a4c7-086cb339632c", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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-18T20:59:04Z", "updated_at": "2023-04-18T20:59:04Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:04,219 79655 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-18 20:59:04,240 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319 0.021s 2023-04-18 20:59:04,240 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-64f26a6a-0443-4124-85a4-f969a7ae8ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:04,648 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes 0.407s 2023-04-18 20:59:04,649 79655 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-2059959322", "snapshot_id": null, "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6633a06-117d-47d3-8894-7d53eb461f8a', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6633a06-117d-47d3-8894-7d53eb461f8a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes' } Body: b'{"volume": {"id": "f2158fa4-23cc-45c6-a2c3-95552767dc20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:04.511163", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2059959322", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:59:04,702 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20 0.043s 2023-04-18 20:59:04,702 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-539e2c03-0bdc-46c3-903e-9f047164c709', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-539e2c03-0bdc-46c3-903e-9f047164c709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20'} Body: b'{"volume": {"id": "f2158fa4-23cc-45c6-a2c3-95552767dc20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:05.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2059959322", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:05,755 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20 0.041s 2023-04-18 20:59:05,756 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e0455c-7e89-4f33-8117-7f25e8880285', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53e0455c-7e89-4f33-8117-7f25e8880285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20'} Body: b'{"volume": {"id": "f2158fa4-23cc-45c6-a2c3-95552767dc20", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:05.000000", "updated_at": "2023-04-18T20:59:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2059959322", "description": null, "volume_type": "joviandss-2", "s napshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:05,892 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20 0.125s 2023-04-18 20:59:05,893 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a0d72e4-9229-454b-b063-a0ab44076dbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20'} Body: b'' 2023-04-18 20:59:05,914 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20 0.020s 2023-04-18 20:59:05,914 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-770fb94a-58f5-4fd0-9061-4d3508a141af', 'x-openstack-request-id': 'req-770fb94a-58f5-4fd0-9061-4d3508a141af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f2158fa4-23cc-45c6-a2c3-95552767dc20 could not be found."}}' 2023-04-18 20:59:06,082 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/aa7623c2-ab19-470e-aa7d-b994d7ebb5ce 0.167s 2023-04-18 20:59:06,082 79655 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-e68ef756-71ce-4b54-b198-a2f09bbe26fd', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 20:59:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/aa7623c2-ab19-470e-aa7d-b994d7ebb5ce'} Body: b'' 2023-04-18 20:59:06,115 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1961281035 0.031s 2023-04-18 20:59:06,115 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59: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-7f4f7ac4-b2ac-407f-a92f-49b674ca3131', 'x-compute-request-id': 'req-7f4f7ac4-b2ac-407f-a92f-49b674ca3131', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1961281035'} Body: b'' {5} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [115.140914s] ... 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 4cae24e9-c305-4774-a01e-4593e1a484a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:28,739 79645 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.035s 2023-04-18 20:57:28,740 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fcb40de1-7a06-48a9-b46c-fecbf0b5c32a', '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": "771843bc852b4922a50056eab2be979d", "name": "tempest-DeleteServersTestJSON-208160443-project-member", "password_expires_at": null}, "audit_ids": ["Yvonk_hqQu6hX7luVeq-mQ"], "expires_at": "2023-04-18T21:57:28.000000Z", "issued_at": "2023-04-18T20:57:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e8f3ac2c484400fbfcbf466d3a57f2f", "name": "tempest-DeleteServersTestJSON-208160443"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9e8f3ac2c484400fbfcbf466d3a57f2f", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:57:28,741 79645 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '72db7f05-bed4-4551-8c9a-429bcc60d565', 'name': 'tempest-DeleteServersTestJSON-1678918336-network', 'tenant_id': '9e8f3ac2c484400fbfcbf466d3a57f2f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9e8f3ac2c484400fbfcbf466d3a57f2f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 61421, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 20:57:31,475 79645 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.732s 2023-04-18 20:57:31,475 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-621498657", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "72db7f05-bed4-4551-8c9a-429bcc60d565"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dada71f4-53e1-4f4e-970b-2aefd74940e9', 'x-compute-request-id': 'req-dada71f4-53e1-4f4e-970b-2aefd74940e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3d69610c-9155-4ab6-9f26-f8412e6ec251", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "V3VWySvJKzub"}}' 2023-04-18 20:57:31,790 79645 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/3d69610c-9155-4ab6-9f26-f8412e6ec251 0.308s 2023-04-18 20:57:31,790 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:31 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-670e7b2e-805b-4d98-abcd-cbccda57cc6b', 'x-compute-request-id': 'req-670e7b2e-805b-4d98-abcd-cbccda57cc6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251'} Body: b'{"server": {"id": "3d69610c-9155-4ab6-9f26-f8412e6ec251", "name": "tempest-DeleteServersTestJSON-server-621498657", "status": "BUILD", "tenant_id": "9e8f3ac2c484400fbfcbf466d3a57f2f", "user_id": "771843bc852b4922a50056eab2be979d", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:31Z", "updated": "2023-04-18T20:57:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251"}], "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-18 20:58:22,355 79645 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/3d69610c-9155-4ab6-9f26-f8412e6ec251 0.501s 2023-04-18 20:58:22,355 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1489', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecbc7803-e33e-4d93-bb42-4114ac1879a5', 'x-compute-request-id': 'req-ecbc7803-e33e-4d93-bb42-4114ac1879a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251'} Body: b'{"server": {"id": "3d69610c-9155-4ab6-9f26-f8412e6ec251", "name": "tempest-DeleteServersTestJSON-server-621498657", "status": "ACTIVE", "tenant_id": "9e8f3ac2c484400fbfcbf466d3a57f2f", "user_id": "771843bc852b4922a50056eab2be979d", "metadata": {}, "hostId": "574ff475d8dd5af758b7fb9ce8edb5e5db6605f3f0c7707012283474", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:31Z", "updated": "2023-04-18T20:57:51Z", "addresses": {"tempest-DeleteServersTestJSON-1678918336-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:32:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T20:57:51.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-18 20:58:22,370 79645 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 20:59:22,721 79645 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes 0.289s 2023-04-18 20:59:22,722 79645 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-1875455261"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-017c9558-0f69-4cec-83e3-25c0baed401e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-017c9558-0f69-4cec-83e3-25c0baed401e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes'} Body: b'{"volume": {"id": "4cae24e9-c305-4774-a01e-4593e1a484a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:22.6502 66", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1875455261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2"}], "user_id": "771843bc852b4922a50056eab2be979d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:59:22,771 79645 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2 0.038s 2023-04-18 20:59:22,771 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52936ca7-44be-4d8a-bb08-2afed5268266', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52936ca7-44be-4d8a-bb08-2afed5268266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2'} Body: b'{"volume": {"id": "4cae24e9-c305-4774-a01e-4593e1a484a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:23.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1875455261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2"}], "user_id": "771843bc852b4922a50056eab2be979d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e8f3ac2c484400fbfcbf466d3a57f2f"}}' 2023-04-18 20:59:23,824 79645 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2 0.040s 2023-04-18 20:59:23,825 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b455a1fb-a0ea-484a-b078-6ab95df04c3b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b455a1fb-a0ea-484a-b078-6ab95df04c3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2'} Body: b'{"volume": {"id": "4cae24e9-c305-4774-a01e-4593e1a484a2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:23.000000", "updated_at": "2023-04-18T20:59:23.000000", "name": "tempest-DeleteServersTestJSON-volume-1875455261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes /4cae24e9-c305-4774-a01e-4593e1a484a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2"}], "user_id": "771843bc852b4922a50056eab2be979d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e8f3ac2c484400fbfcbf466d3a57f2f"}}' {8} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [119.609276s] ... 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 eb8d85c2-2eb3-4def-a8ed-be25fedc0974 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:03,148 79661 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 20:58:03,791 79661 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.640s 2023-04-18 20:58:03,791 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1061000452", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA2UTfG6vVC8VZyrzgJrr8dL7pFrUdlnyn6cKyItlJ6gPAtnwDrn5l+2vLKF+HCUfOvmM5ZhDwQBWXDRWFdUQxrl/PkTW5xVfjKAAmhbSfUFoy38VqYqZuoMvNXaXumzqw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:03 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-46b67115-083c-47a2-b709-ef9be63d31e2', 'x-compute-request-id': 'req-46b67115-083c-47a2-b709-ef9be63d31e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1061000452", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA2UTfG6vVC8VZyrzgJrr8dL7pFrUdlnyn6cKyItlJ6gPAtnwDrn5l+2vLKF+HCUfOvmM5ZhDwQBWXDRWFdUQxrl/PkTW5xVfjKAAmhbSfUFoy38VqYqZuoMvNXaXumzqw==", "fingerprint": "b6:e4:2d:f1:5b:22:6d:8b:6e:a0:84:4e:4f:36:90:c7", "user_id": "e4224e9c1f5a47649dae0fd569edace2"}}' 2023-04-18 20:58:03,797 79661 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1061000452 created 2023-04-18 20:58:04,615 79661 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.817s 2023-04-18 20:58:04,616 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--315108181", "description": "tempest-description--492673284"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-0c026d07-fc1e-407a-8081-349795ea9328', 'date': 'Tue, 18 Apr 2023 20:58:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "name": "tempest-securitygroup--315108181", "stateful": true, "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "description": "tempest-description--492673284", "shared": false, "security_group_rules": [{"id": "ade58739-1649-47ed-a859-8a9134635514", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "security_group_id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "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": 339, "description": null, "tags": [], "created_at": "2023-04-18T20:58:04Z", "updated_at": "2023-04-18T20:58:04Z", "revision_number": 0, "project_id": "cc1123ea88c041ed82b64c982aac6a35"}, {"id": "b9a9676d-68e4-4ad0-b5fa-dba116b027d4", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "security_group_id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "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": 338, "description": null, "tags": [], "created_at": "2023-04-18T20:58:04Z", "updated_at": "2023-04-18T20:58:04Z", "revision_number": 0, "project_id": "cc1123ea88c041ed82b64c982aac6a35"}], "tags": [], "created_at": "2023-04-18T20:58:04Z", "updated_at": "2023-04-18T20:58:04Z", "revision_number": 1, "project_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 2023-04-18 20:58:05,611 79661 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.994s 2023-04-18 20:58:05,611 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "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-26b0f0dd-d924-4cb5-8477-741d03bcc3f1', 'date': 'Tue, 18 Apr 2023 20:58: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": "afd8d3ef-46b0-4519-9208-d9ba28a4c3f9", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "security_group_id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "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-18T20:58:04Z", "updated_at": "2023-04-18T20:58:04Z", "revision_number": 0, "project_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 2023-04-18 20:58:06,131 79661 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.519s 2023-04-18 20:58:06,131 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5ca17f44-46d3-4ec7-8d19-31b8331dcf3d', 'date': 'Tue, 18 Apr 2023 20:58:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8f5cbb96-ebe8-46fc-8505-c636aa18c70f", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "security_group_id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "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-18T20:58:05Z", "updated_at": "2023-04-18T20:58:05Z", "revision_number": 0, "project_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 2023-04-18 20:58:06,132 79661 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--315108181 created 2023-04-18 20:58:07,715 79661 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 1.583s 2023-04-18 20:58:07,716 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-99b671c7-ca18-4e1f-8c3c-17157eba4c5f', 'date': 'Tue, 18 Apr 2023 20:58:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8aaabe14-20c1-4bcc-bf61-27b84a487c7f", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "floating_ip_address": "172.24.4.219", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cc1123ea88c041ed82b64c982aac6a35", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:58:07Z", "updated_at": "2023-04-18T20:58:07Z", "revision_number": 0}}' 2023-04-18 20:58:07,716 79661 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8aaabe14-20c1-4bcc-bf61-27b84a487c7f', 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'floating_ip_address': '172.24.4.219', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cc1123ea88c041ed82b64c982aac6a35', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:07Z', 'updated_at': '2023-04-18T20:58:07Z', 'revision_number': 0, 'ip': '172.24.4.219'} created 2023-04-18 20:58:07,846 79661 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.124s 2023-04-18 20:58:07,846 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7757d1f1-8766-42a4-8380-4175f516e3d5', '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": "e4224e9c1f5a47649dae0fd569edace2", "name": "tempest-VolumesAdminNegativeTest-168114348-project-member", "password_expires_at": null}, "audit_ids": ["XDtb4nVJQk-NJcMX5iXeFA"], "expires_at": "2023-04-18T21:58:07.000000Z", "issued_at": "2023-04-18T20:58:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc1123ea88c041ed82b64c982aac6a35", "name": "tempest-VolumesAdminNegativeTest-168114348"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"en dpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cc1123ea88c041ed82b64c982aac6a35", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:58:07,847 79661 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '1f06ea51-cc21-4201-9d4e-71c62d9b569e', 'name': 'tempest-VolumesAdminNegativeTest-2016728330-network', 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cc1123ea88c041ed82b64c982aac6a35', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51110, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:13Z', 'revision_number': 1} available for tenant 2023-04-18 20:58:07,848 79661 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1061000452', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA2UTfG6vVC8VZyrzgJrr8dL7pFrUdlnyn6cKyItlJ6gPAtnwDrn5l+2vLKF+HCUfOvmM5ZhDwQBWXDRWFdUQxrl/PkTW5xVfjKAAmhbSfUFoy38VqYqZuoMvNXaXumzqw==', 'fingerprint': 'b6:e4:2d:f1:5b:22:6d:8b:6e:a0:84:4e:4f:36:90:c7', 'user_id': 'e4224e9c1f5a47649dae0fd569edace2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBI5NOJYs8hg4+zf9UK1ZFdXEBuGjBhA0f2LLzpTNvXF9Bjqm+W0XLC\nG75ZNmEHheCgBwYFK4EEACKhZANiAAQNlE3xur1QvFWcq84Ca6/HS+6Ra1HZZ8p+\nnCsiLZSeoDwLZ8A65+ZftryyhfhwlHzr5jOWYQ8EAVlw0VhXVEMa5fz5E1ucVX4y\ngAJoW0n1BaMt/FamKmbqDLzV2l7ps6s=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1ae7f95b-d81f-4cff-a6ff-a4a779e5288c', 'name': 'tempest-securitygroup--315108181', 'stateful': True, 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'description': 'tempest-description--492673284', 'shared': False, 'security_group_rules': [{'id': 'ade58739-1649-47ed-a859-8a9134635514', 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'security_group_id': '1ae7f95b-d81f-4cff-a6ff-a4a779e5288c', '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': 339, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:04Z', 'updated_at': '2023-04-18T20:58:04Z', 'revision_number': 0, 'project_id': 'cc1123ea88c041ed82b64c982aac6a35'}, {'id': 'b9a9676d-68e4-4ad0-b5fa-dba116b027d4', 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'security_group_id': '1ae7f95b-d81f-4cff-a6ff-a4a779e5288c', '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': 338, 'description': None, 'tags': [], 'created_at': '2023-04- 18T20:58:04Z', 'updated_at': '2023-04-18T20:58:04Z', 'revision_number': 0, 'project_id': 'cc1123ea88c041ed82b64c982aac6a35'}], 'tags': [], 'created_at': '2023-04-18T20:58:04Z', 'updated_at': '2023-04-18T20:58:04Z', 'revision_number': 1, 'project_id': 'cc1123ea88c041ed82b64c982aac6a35'}, 'floating_ip': {'id': '8aaabe14-20c1-4bcc-bf61-27b84a487c7f', 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'floating_ip_address': '172.24.4.219', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cc1123ea88c041ed82b64c982aac6a35', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:07Z', 'updated_at': '2023-04-18T20:58:07Z', 'revision_number': 0, 'ip': '172.24.4.219'}} 2023-04-18 20:58:09,551 79661 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.702s 2023-04-18 20:58:09,551 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1520673597", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "1f06ea51-cc21-4201-9d4e-71c62d9b569e"}], "security_groups": [{"name": "tempest-securitygroup--315108181"}], "key_name": "tempest-keypair-1061000452", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d16310e5-8b47-49d0-8774-73047379b7d8', 'x-compute-request-id': 'req-d16310e5-8b47-49d0-8774-73047379b7d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0de111c2-401c-497d-9f87-af914cc14710", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0de111c2-401c-497d-9f87-af914cc14710"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--315108181"}], "adminPass": "8MyX9N4YViFG"}}' 2023-04-18 20:58:09,646 79661 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/0de111c2-401c-497d-9f87-af914cc14710 0.091s 2023-04-18 20:58:09,646 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e39e1cf-6827-446d-a487-3db77d7bf74b', 'x-compute-request-id': 'req-3e39e1cf-6827-446d-a487-3db77d7bf74b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710'} Body: b'{"server": {"id": "0de111c2-401c-497d-9f87-af914cc14710", "name": "tempest-VolumesAdminNegativeTest-server-1520673597", "status": "BUILD", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "user_id": "e4224e9c1f5a47649dae0fd569edace2", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:10Z", "updated": "2023-04-18T20:58:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0de111c2-401c-497d-9f87-af914cc14710"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1061000452", "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-18 20:59:00,133 79661 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/0de111c2-401c-497d-9f87-af914cc14710 0.424s 2023-04-18 20:59:00,133 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-837ed7ec-2e4a-42ba-8664-438a866869f1', 'x-compute-request-id': 'req-837ed7ec-2e4a-42ba-8664-438a866869f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710'} Body: b'{"server": {"id": "0de111c2-401c-497d-9f87-af914cc14710", "name": "tempest-VolumesAdminNegativeTest-server-1520673597", "status": "ACTIVE", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "user_id": "e4224e9c1f5a47649dae0fd569edace2", "metadata": {}, "hostId": "fc0ff7b22130e99984ccd9aa8f0a80f2eb2f26550812584fb38d8929", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:09Z", "updated": "2023-04-18T20:58:20Z", "addresses": {"tempest-VolumesAdminNegativeTest-2016728330-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:25:cb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0de111c2-401c-497d-9f87-af914cc14710"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1061000452", "OS-SRV-USG:launched_at": "2023-04-18T20:58:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--315108181"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 20:59:00,145 79661 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 21:00:00,367 79661 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/0de111c2-401c-497d-9f87-af914cc14710/os-interface 0.166s 2023-04-18 21:00:00,368 79661 DEBUG [tempest.lib.common.rest_client] Request - Head ers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:00 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-0b1a817c-2ce3-4131-8500-cdf2cac8af03', 'x-compute-request-id': 'req-0b1a817c-2ce3-4131-8500-cdf2cac8af03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1f06ea51-cc21-4201-9d4e-71c62d9b569e", "port_id": "abba5e0f-85e5-43d4-9aa8-6070e80d93ff", "mac_addr": "fa:16:3e:07:25:cb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "0ea05558-2dba-4842-b544-dde886fe54ba", "ip_address": "10.0.0.10"}]}]}' 2023-04-18 21:00:01,316 79661 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/8aaabe14-20c1-4bcc-bf61-27b84a487c7f 0.944s 2023-04-18 21:00:01,316 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "abba5e0f-85e5-43d4-9aa8-6070e80d93ff"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-a3b59f35-129d-4dc1-9840-65a89676ce62', 'date': 'Tue, 18 Apr 2023 21:00:01 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8aaabe14-20c1-4bcc-bf61-27b84a487c7f'} Body: b'{"floatingip": {"id": "8aaabe14-20c1-4bcc-bf61-27b84a487c7f", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "floating_ip_address": "172.24.4.219", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "41fba0bd-537c-4d9a-8c98-993cb4d30459", "port_id": "abba5e0f-85e5-43d4-9aa8-6070e80d93ff", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1f06ea51-cc21-4201-9d4e-71c62d9b569e", "mac_address": "fa:16:3e:07:25:cb", "admin_state_up": true, "status": "ACTIVE", "device_id": "0de111c2-401c-497d-9f87-af914cc14710", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:58:07Z", "updated_at": "2023-04-18T21:00:00Z", "revision_number": 1, "project_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 2023-04-18 21:00:01,319 79661 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.219:22' as 'cirros' with public key authentication 2023-04-18 21:00:01,351 79661 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:00:01,388 79661 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:00:01,388 79661 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.219 successfully created 2023-04-18 21:00:01,632 79661 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/cc1123ea88c041ed82b64c982aac6a35/volumes 0.243s 2023-04-18 21:00:01,633 79661 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-1150662652"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfb36bd6-5e94-4779-b44d-6ae5ef571b1a', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-bfb36bd6-5e94-4779-b44d-6ae5ef571b1a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes'} Body: b'{"volume": {"id": "eb8d85c2-2eb3-4def-a8ed-be25fedc0974", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:00:01.563088", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1150662652", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974"}], "user_id": "e4224e9c1f5a47649dae0fd569edace2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:00:01,690 79661 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/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974 0.046s 2023-04-18 21:00:01,690 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2f18249-66fd-40fb-a61d-339bffdab761', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2f18249-66fd-40fb-a61d-339bffdab761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974'} Body: b'{"volume": {"id": "eb8d85c2-2eb3-4def-a8ed-be25fedc0974", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:00:02.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1150662652", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974"}], "user_id": "e4224e9c1f5a47649dae0fd569edace2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 2023-04-18 21:00:02,745 79661 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/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974 0.041s 2023-04-18 21:00:02,745 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8065a8-2f9c-44e4-8912-cc58bd1c837b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8065a8-2f9c-44e4-8912-cc58bd1c837b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974'} Body: b'{"volume": {"id": "eb8d85c2-2eb3-4def-a8ed-be25fedc0974", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:00:02.000000", "updated_at": "2023-04-18T21:00:02.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1150662652", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974"}], "user_id": "e4224e9c1f5a47649dae0fd569edace2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc1123ea88c041ed82b64c982aac6a35"}}' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [175.789431s] ... 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 fde032f1-c6a6-4dd2-a0b9-6435a921dcfa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:33,629 79665 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 20:57:33,630 79665 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 20:57:33,984 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.350s 2023-04-18 20:57:33,984 79665 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-1929553880", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBECWOyaon8tCjBJi6I0uv0VRVvnJ1BnfpdAvUX/49cZZhRjyxt8fdpvmyFBvNjh0i442IU4Sk8D5laY/EUpD5cEz2t2CGbohM31z5KRE6OV7GOOhepT3KN3iaOzneMnpbw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:33 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-8cbcbd8d-6735-45c1-8e35-de9441c6dfcf', 'x-compute-request-id': 'req-8cbcbd8d-6735-45c1-8e35-de9441c6dfcf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1929553880", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBECWOyaon8tCjBJi6I0uv0VRVvnJ1BnfpdAvUX/49cZZhRjyxt8fdpvmyFBvNjh0i442IU4Sk8D5laY/EUpD5cEz2t2CGbohM31z5KRE6OV7GOOhepT3KN3iaOzneMnpbw==", "fingerprint": "b4:89:d1:ce:91:f3:28:6d:0f:bb:3f:9f:61:31:52:ff", "user_id": "220589b8afc240778bff63d1e5ce20d1"}}' 2023-04-18 20:57:33,989 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1929553880 created 2023-04-18 20:57:35,024 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.035s 2023-04-18 20:57:35,025 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--429277040", "description": "tempest-description--1146081104"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-797fe66e-716b-4aa8-9fed-53d31c3f236a', 'date': 'Tue, 18 Apr 2023 20:57:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "name": "tempest-securitygroup--429277040", "stateful": true, "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "description": "tempest-description--1146081104", "shared": false, "security_group_rules": [{"id": "6b2600a8-dbe7-4d9c-a1a8-62be3d08d7c5", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "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": 209, "description": null, "tags": [], "created_at": "2023-04-18T20:57:34Z", "updated_at": "2023-04-18T20:57:34Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}, {"id": "edd8fc79-cef9-48b4-a682-719a84d11f83", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "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": 208, "description": null, "tags": [], "created_at": "2023-04-18T20:57:34Z", "updated_at": "2023-04-18T20:57:34Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}], "tags": [], "created_at": "2023-04-18T20:57:34Z", "updated_at": "2023-04-18T20:57:34Z", "revision_number": 1, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 20:57:36,328 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.302s 2023-04-18 20:57:36,328 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "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-197f4b2e-0876-4e79-9fa6-5ceb3345f814', 'date': 'Tue, 18 Apr 2023 20:57:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "47c2f157-3d1d-41af-b77d-b5760c618e09", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "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-18T20:57:35Z", "updated_at": "2023-04-18T20:57:35Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 20:57:37,662 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.333s 2023-04-18 20:57:37,663 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3ba364da-5662-416d-9d27-34b0f2ed88ed', 'date': 'Tue, 18 Apr 2023 20:57:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7e6a06e4-dbc9-45b7-b5f5-6ee8e148c3a6", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "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-18T20:57:36Z", "updated_at": "2023-04-18T20:57:36Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 20:57:37,663 79665 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--429277040 created 2023-04-18 20:57:41,626 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.962s 2023-04-18 20:57:41,626 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a46fd980-f76a-400c-8081-8a29821575d9', 'date': 'Tue, 18 Apr 2023 20:57:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ee6c687d-5325-4b74-9b08-a30b573f1cc4", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "floating_ip_address": "172.24.4.145", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:57:39Z", "updated_at": "2023-04-18T20:57:39Z", "revision_number": 0}}' 2023-04-18 20:57:41,627 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ee6c687d-5325-4b74-9b08-a30b573f1cc4', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'floating_ip_address': '172.24.4.145', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:57:39Z', 'updated_at': '2023-04-18T20:57:39Z', 'revision_number': 0, 'ip': '172.24.4.145'} created 2023-04-18 20:57:41,740 79665 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.101s 2023-04-18 20:57:41,740 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:41 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-90a7e03b-e4f2-4ac7-a010-daa2b0730ca6', '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": "220589b8afc240778bff63d1e5ce20d1", "name": "tempest-AttachVolumeShelveTestJSON-119116216-project-member", "password_expires_at": null}, "audit_ids": ["eBXZ-rQFQtOK6YVxFqydLQ"], "expires_at": "2023-04-18T21:57:41.000000Z", "issued_at": "2023-04-18T20:57:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "name": "tempest-AttachVolumeShelveTestJSON-119116216"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79ea c4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/930dabaafe5c4d12ad95aa77bbc7cf5a", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:57:41,741 79665 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'a22cbca0-4451-45e1-8cdc-b8649f5dfe5d', 'name': 'tempest-AttachVolumeShelveTestJSON-1851043927-network', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63206, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 20:57:41,742 79665 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1929553880', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBECWOyaon8tCjBJi6I0uv0VRVvnJ1BnfpdAvUX/49cZZhRjyxt8fdpvmyFBvNjh0i442IU4Sk8D5laY/EUpD5cEz2t2CGbohM31z5KRE6OV7GOOhepT3KN3iaOzneMnpbw==', 'fingerprint': 'b4:89:d1:ce:91:f3:28:6d:0f:bb:3f:9f:61:31:52:ff', 'user_id': '220589b8afc240778bff63d1e5ce20d1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBNXzYEN4rXA2BSghCe1rvs7hoqe8ihBOLS6lgwilmhql4ydVYKLgvw\nU80qlZnMS2mgBwYFK4EEACKhZANiAARAljsmqJ/LQowSYuiNLr9FUVb5ydQZ36XQ\nL1F/+PXGWYUY8sbfH3ab5shQbzY4dIuONiFOEpPA+ZWmPxFKQ+XBM9rdghm6ITN9\nc+SkROjlexjjoXqU9yjd4mjs53jJ6W8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a857bfaa-737f-4cbc-8dba-b07ff15141e0', 'name': 'tempest-securitygroup--429277040', 'stateful': True, 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'description': 'tempest-description--1146081104', 'shared': False, 'security_group_rules': [{'id': '6b2600a8-dbe7-4d9c-a1a8-62be3d08d7c5', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'security_group_id': 'a857bfaa-737f-4cbc-8dba-b07ff15141e0', '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': 209, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:57:34Z', 'updated_at': '2023-04-18T20:57:34Z', 'revision_number': 0, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a'}, {'id': 'edd8fc79-cef9-48b4-a682-719a84d11f83', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'security_group_id': 'a857bfaa-737f-4cbc-8dba-b07ff15141e0', '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': 208, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:57:34Z', 'updated_at': '202 3-04-18T20:57:34Z', 'revision_number': 0, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a'}], 'tags': [], 'created_at': '2023-04-18T20:57:34Z', 'updated_at': '2023-04-18T20:57:34Z', 'revision_number': 1, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a'}, 'floating_ip': {'id': 'ee6c687d-5325-4b74-9b08-a30b573f1cc4', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'floating_ip_address': '172.24.4.145', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:57:39Z', 'updated_at': '2023-04-18T20:57:39Z', 'revision_number': 0, 'ip': '172.24.4.145'}} 2023-04-18 20:57:43,958 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 2.215s 2023-04-18 20:57:43,958 79665 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-106760453", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a22cbca0-4451-45e1-8cdc-b8649f5dfe5d"}], "security_groups": [{"name": "tempest-securitygroup--429277040"}], "key_name": "tempest-keypair-1929553880", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56', '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-c4f3ca0c-c0df-4932-a06d-210b3bd2dcb4', 'x-compute-request-id': 'req-c4f3ca0c-c0df-4932-a06d-210b3bd2dcb4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8b9d151c-45d7-4172-ace6-65d16d94ae56", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--429277040"}], "adminPass": "password"}}' 2023-04-18 20:57:44,088 79665 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/8b9d151c-45d7-4172-ace6-65d16d94ae56 0.127s 2023-04-18 20:57:44,089 79665 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': 'Tue, 18 Apr 2023 20:57:43 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-c24ca830-5ebd-4a16-9754-1b6ca566f6f2', 'x-compute-request-id': 'req-c24ca830-5ebd-4a16-9754-1b6ca566f6f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56'} Body: b'{"server": {"id": "8b9d151c-45d7-4172-ace6-65d16d94ae56", "name": "tempest-AttachVolumeShelveTestJSON-server-106760453", "status": "BUILD", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "user_id": "22 0589b8afc240778bff63d1e5ce20d1", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:44Z", "updated": "2023-04-18T20:57:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1929553880", "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-18 20:58:34,979 79665 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/8b9d151c-45d7-4172-ace6-65d16d94ae56 0.826s 2023-04-18 20:58:34,979 79665 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': 'Tue, 18 Apr 2023 20:58:34 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-d2c5e20a-6f71-4f12-9059-0589f6d3744f', 'x-compute-request-id': 'req-d2c5e20a-6f71-4f12-9059-0589f6d3744f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56'} Body: b'{"server": {"id": "8b9d151c-45d7-4172-ace6-65d16d94ae56", "name": "tempest-AttachVolumeShelveTestJSON-server-106760453", "status": "ACTIVE", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "user_id": "220589b8afc240778bff63d1e5ce20d1", "metadata": {}, "hostId": "6a4493884d3df2fef65cece7397f70045cc9eabb6ae61f1fbe6bc3bd", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:43Z", "updated": "2023-04-18T20:57:59Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1851043927-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:55:9a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1929553880", "OS-SRV-USG:launched_at": "2023-04-18T20:57:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--429277040"}], "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-18 20:58:34,993 79665 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 20:59:35,222 79665 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/8 b9d151c-45d7-4172-ace6-65d16d94ae56/os-interface 0.167s 2023-04-18 20:59:35,222 79665 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': 'Tue, 18 Apr 2023 20:59:35 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-3fa62002-3542-418f-96f1-134ab9be6aba', 'x-compute-request-id': 'req-3fa62002-3542-418f-96f1-134ab9be6aba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a22cbca0-4451-45e1-8cdc-b8649f5dfe5d", "port_id": "356e9511-a8a0-4055-922d-f1784906921e", "mac_addr": "fa:16:3e:69:55:9a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ef206372-293c-45af-be64-a425df75a7e2", "ip_address": "10.0.0.8"}]}]}' 2023-04-18 20:59:36,802 79665 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/ee6c687d-5325-4b74-9b08-a30b573f1cc4 1.575s 2023-04-18 20:59:36,803 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "356e9511-a8a0-4055-922d-f1784906921e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e06c30da-f138-426a-a76a-352709b9c2d5', 'date': 'Tue, 18 Apr 2023 20:59:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ee6c687d-5325-4b74-9b08-a30b573f1cc4'} Body: b'{"floatingip": {"id": "ee6c687d-5325-4b74-9b08-a30b573f1cc4", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "floating_ip_address": "172.24.4.145", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "189d139d-63f3-4bb4-aafa-5dcb4fa9998c", "port_id": "356e9511-a8a0-4055-922d-f1784906921e", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a22cbca0-4451-45e1-8cdc-b8649f5dfe5d", "mac_address": "fa:16:3e:69:55:9a", "admin_state_up": true, "status": "ACTIVE", "device_id": "8b9d151c-45d7-4172-ace6-65d16d94ae56", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:57:39Z", "updated_at": "2023-04-18T20:59:35Z", "revision_number": 1, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 20:59:36,805 79665 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.145:22' as 'cirros' with public key authentication 2023-04-18 20:59:36,846 79665 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 20:59:36,870 79665 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 20:59:36,871 79665 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.145 successfully created 2023-04-18 20:59:36,916 79665 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/8b9d151c-45d7-4172-ace6-65d16d94ae56/ips 0.044s 2023-04-18 20:59:36,916 79665 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': 'Tue, 18 Apr 2023 20:59:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c678449c-8b24-485e-8db5-ef054685e1c6', 'x-compute-request-id': 'req-c678449c-8b24-485e-8db5-ef054685e1c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1851043927-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2023-04-18 20:59:37,194 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes 0.274s 2023-04-18 20:59:37,194 79665 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-644742272"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d3846e-9b3b-4615-82ea-8ed907aec2f2', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d3846e-9b3b-4615-82ea-8ed907aec2f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes'} Body: b'{"volume": {"id": "fde032f1-c6a6-4dd2-a0b9-6435a921dcfa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:37.120561", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-644742272", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa"}], "user_id": "220589b8afc240778bff63d1e5ce20d1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:59:37,251 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa 0.046s 2023-04-18 20:59:37,251 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83c4dffe-3470-43b4-8f87-6f8b916d8f31', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83c4dffe-3470-43b4-8f87-6f8b916d8f31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa'} Body: b'{"volume": {"id": "fde032f1-c6a6-4dd2-a0b9-6435a921dcfa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:37.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-644742272", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa"}], "user_id": "220589b 8afc240778bff63d1e5ce20d1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 20:59:38,306 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa 0.042s 2023-04-18 20:59:38,306 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a221efd3-58d8-44ac-a469-9e5384d5e60b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a221efd3-58d8-44ac-a469-9e5384d5e60b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa'} Body: b'{"volume": {"id": "fde032f1-c6a6-4dd2-a0b9-6435a921dcfa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:37.000000", "updated_at": "2023-04-18T20:59:37.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-644742272", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa"}], "user_id": "220589b8afc240778bff63d1e5ce20d1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 20:59:38,434 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56 0.116s 2023-04-18 20:59:38,434 79665 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': 'Tue, 18 Apr 2023 20:59:38 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-ea79b880-5580-4288-9078-b29eb7cffa75', 'x-compute-request-id': 'req-ea79b880-5580-4288-9078-b29eb7cffa75', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56'} Body: b'' 2023-04-18 20:59:38,608 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56 0.173s 2023-04-18 20:59:38,608 79665 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': 'Tue, 18 Apr 2023 20:59:38 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-9109a974-2050-4b11-8014-688b5442b60e', 'x-compute-request-id': 're q-9109a974-2050-4b11-8014-688b5442b60e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56'} Body: b'{"server": {"id": "8b9d151c-45d7-4172-ace6-65d16d94ae56", "name": "tempest-AttachVolumeShelveTestJSON-server-106760453", "status": "ACTIVE", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "user_id": "220589b8afc240778bff63d1e5ce20d1", "metadata": {}, "hostId": "6a4493884d3df2fef65cece7397f70045cc9eabb6ae61f1fbe6bc3bd", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:43Z", "updated": "2023-04-18T20:59:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1851043927-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:55:9a"}, {"version": 4, "addr": "172.24.4.145", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:55:9a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1929553880", "OS-SRV-USG:launched_at": "2023-04-18T20:57:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--429277040"}], "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-18 21:00:28,706 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56 0.036s 2023-04-18 21:00:28,706 79665 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': 'Tue, 18 Apr 2023 21:00:28 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-631a5522-97bd-4c65-bcbc-ee9c83e98e57', 'x-compute-request-id': 'req-631a5522-97bd-4c65-bcbc-ee9c83e98e57', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8b9d151c-45d7-4172-ace6-65d16d94ae56 could not be found."}}' 2023-04-18 21:00:28,740 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1929553880 0.033s 2023-04-18 21:00:28,741 79665 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': 'Tue, 18 Apr 2023 21:00:28 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-3e83cc3e-6b10-4905-ad33-1d03222847af', 'x-compute-request-id': 'req-3e83cc3e-6b10-4905-ad33-1d03222847af', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-19 29553880'} Body: b'' 2023-04-18 21:00:28,892 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a857bfaa-737f-4cbc-8dba-b07ff15141e0 0.150s 2023-04-18 21:00:28,892 79665 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-0b72e006-e920-49d3-bebf-a77fa24e0626', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:00:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a857bfaa-737f-4cbc-8dba-b07ff15141e0'} Body: b'' 2023-04-18 21:00:28,917 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a857bfaa-737f-4cbc-8dba-b07ff15141e0 0.024s 2023-04-18 21:00:28,918 79665 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-6ee86e3c-7a05-4fa4-9300-cc21f73f7655', 'date': 'Tue, 18 Apr 2023 21:00:28 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a857bfaa-737f-4cbc-8dba-b07ff15141e0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a857bfaa-737f-4cbc-8dba-b07ff15141e0 does not exist", "detail": ""}}' 2023-04-18 21:00:29,417 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ee6c687d-5325-4b74-9b08-a30b573f1cc4 0.498s 2023-04-18 21:00:29,417 79665 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-694bacd8-ffb2-4dfe-8bec-058e2ec738f6', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:00:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ee6c687d-5325-4b74-9b08-a30b573f1cc4'} Body: b'' {9} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [177.640328s] ... 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 881f97ff-7849-4e69-a07c-9fb430b498d7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:54,036 79663 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/2776403b-74df-489f-a4f5-d994ce6e9319 0.342s 2023-04-18 20:57:54,037 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-30fc9a2f-1f2f-46f1-9f84-c2e7ec785d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:57:55,770 79663 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.692s 2023-04-18 20:57:55,770 79663 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': 'Tue, 18 Apr 2023 20:57:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-08d17636-3372-4c6e-8bd9-dc28133d8d2e', '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": "ae930c6d0b0a42338afe07adadf3c5a1", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ae768640-151e-4f87-8a4c-05ba7b3ea304", "created_at": "2023-04-18T20:57:56Z", "updated_at": "2023-04-18T20:57:56Z", "tags": [], "self": "/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304", "file": "/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:57:59,024 79663 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-18 20:57:59,025 79663 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/ae768640-151e-4f87-8a4c-05ba7b3ea304/file 3.254s 2023-04-18 20:57:59,025 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6f81f269-8014-426a-8d77-b93799473257', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304/file'} Body: b'' 2023-04-18 20:57:59,026 79663 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 20:57:59,026 79663 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 20:57:59,556 79663 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.527s 2023-04-18 20:57:59,556 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1254562589", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB4K4jiBhwdBH4NYEm6XsMIMwgcE9OXszPKffO0tQ7ZLY26aAum3sBWuZH7jo4esVoKpUIb5N3erIFwr9wFu3NFSN6YCi+tTBIxL7Gd7r7FMnbTX4vohCbZ7V+SqN8CMNw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:59 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-99e3f320-857b-44ef-bba1-f650b06d991b', 'x-compute-request-id': 'req-99e3f320-857b-44ef-bba1-f650b06d991b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1254562589", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB4K4jiBhwdBH4NYEm6XsMIMwgcE9OXszPKffO0tQ7ZLY26aAum3sBWuZH7jo4esVoKpUIb5N3erIFwr9wFu3NFSN6YCi+tTBIxL7Gd7r7FMnbTX4vohCbZ7V+SqN8CMNw==", "fingerprint": "b4:a9:5e:8a:9f:bc:5b:31:c8:d9:62:ab:e6:48:42:95", "user_id": "f69c8b0336c84623b99e18a499be822d"}}' 2023-04-18 20:57:59,562 79663 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1254562589 created 2023-04-18 20:58:01,014 79663 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.452s 2023-04-18 20:58:01,015 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--270071236", "description": "tempest-description--1959342384"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-b97e359d-37dd-4d44-8e01-d21d0e30a3aa', 'date': 'Tue, 18 Apr 2023 20:58:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "name": "tempest-securitygroup--270071236", "stateful": true, "tenant_id": "92afe913f600401db1a67dbf41476e39", "description": "tempest-description--1959342384", "shared": false, "security_group_rules": [{"id": "4eec74a8-6913-434c-bdcc-918987ccd749", "tenant_id": "92afe913f600401db1a67dbf41476e39", "security_group_id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "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": 322, "description": null, "tags": [], "created_ at": "2023-04-18T20:58:00Z", "updated_at": "2023-04-18T20:58:00Z", "revision_number": 0, "project_id": "92afe913f600401db1a67dbf41476e39"}, {"id": "b2b1e26d-e36a-44f6-af7b-e4e9a68227c4", "tenant_id": "92afe913f600401db1a67dbf41476e39", "security_group_id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "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": 321, "description": null, "tags": [], "created_at": "2023-04-18T20:58:00Z", "updated_at": "2023-04-18T20:58:00Z", "revision_number": 0, "project_id": "92afe913f600401db1a67dbf41476e39"}], "tags": [], "created_at": "2023-04-18T20:58:00Z", "updated_at": "2023-04-18T20:58:00Z", "revision_number": 1, "project_id": "92afe913f600401db1a67dbf41476e39"}}' 2023-04-18 20:58:01,933 79663 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.918s 2023-04-18 20:58:01,934 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "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-dd35211d-d2ee-4675-98d9-5505156e58bf', 'date': 'Tue, 18 Apr 2023 20:58:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4a2c8a4a-0ca6-42a1-8140-ecf93c807ae0", "tenant_id": "92afe913f600401db1a67dbf41476e39", "security_group_id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "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-18T20:58:01Z", "updated_at": "2023-04-18T20:58:01Z", "revision_number": 0, "project_id": "92afe913f600401db1a67dbf41476e39"}}' 2023-04-18 20:58:02,601 79663 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.666s 2023-04-18 20:58:02,601 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4a029313-4c36-44f0-8a17-b863952f9ef2', 'date': 'Tue, 18 Apr 2023 20:58:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fd63f55b-a0f7-4a7b-8fd5-ad43a2a2ef2d", "tenant_id": "92afe913f600401db1a67dbf41476e39", "security_group_id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "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-18T20:58:02Z", "updated_at": "2023-04-18T20:58:02Z", "revision_number": 0, "project_id": "92afe913f600401db1a67dbf41476e39"}}' 2023-04-18 20:58:02,602 79663 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--270071236 created 2023-04-18 20:58:04,544 79663 INFO [tempest.lib.common.rest_client] Request ( ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.941s 2023-04-18 20:58:04,544 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-e5cf635e-1557-469e-97ec-7f8473ca0e22', 'date': 'Tue, 18 Apr 2023 20:58:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b1500c55-46e3-480c-b283-4a35f379b086", "tenant_id": "92afe913f600401db1a67dbf41476e39", "floating_ip_address": "172.24.4.61", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "92afe913f600401db1a67dbf41476e39", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:58:03Z", "updated_at": "2023-04-18T20:58:03Z", "revision_number": 0}}' 2023-04-18 20:58:04,545 79663 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b1500c55-46e3-480c-b283-4a35f379b086', 'tenant_id': '92afe913f600401db1a67dbf41476e39', 'floating_ip_address': '172.24.4.61', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '92afe913f600401db1a67dbf41476e39', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:03Z', 'updated_at': '2023-04-18T20:58:03Z', 'revision_number': 0, 'ip': '172.24.4.61'} created 2023-04-18 20:58:04,722 79663 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.172s 2023-04-18 20:58:04,722 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:04 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-7341346a-d1fa-45ab-9d15-637560dd6e08', '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": "f69c8b0336c84623b99e18a499be822d", "name": "tempest-AttachSCSIVolumeTestJSON-1388253824-project-member", "password_expires_at": null}, "audit_ids": ["FqopFOIXQamwZw-4w8L-og"], "expires_at": "2023-04-18T21:58:04.000000Z", "issued_at": "2023-04-18T20:58:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92afe913f600401db1a67dbf41476e39", "name": "tempest-AttachSCSIVolumeTestJSON-1388253824"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39", "regio n": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/92afe913f600401db1a67dbf41476e39", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:58:04,723 79663 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '64003b59-ca7e-47de-9f25-a8b8d06c81c7', 'name': 'tempest-AttachSCSIVolumeTestJSON-152429209-network', 'tenant_id': '92afe913f600401db1a67dbf41476e39', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '92afe913f600401db1a67dbf41476e39', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35723, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 20:58:04,723 79663 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1254562589', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB4K4jiBhwdBH4NYEm6XsMIMwgcE9OXszPKffO0tQ7ZLY26aAum3sBWuZH7jo4esVoKpUIb5N3erIFwr9wFu3NFSN6YCi+tTBIxL7Gd7r7FMnbTX4vohCbZ7V+SqN8CMNw==', 'fingerprint': 'b4:a9:5e:8a:9f:bc:5b:31:c8:d9:62:ab:e6:48:42:95', 'user_id': 'f69c8b0336c84623b99e18a499be822d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB+KXsf9NwSAXyDYCiXZXP6ULXaPikCMscbWQ+Zk3xkfWH/1OkVENXX\nCco2lR17ELWgBwYFK4EEACKhZANiAAQeCuI4gYcHQR+DWBJul7DCDMIHBPTl7Mzy\nn3ztLUO2S2NumgLpt7AVrmR+46OHrFaCqVCG+Td3qyBcK/cBbtzRUjemAovrUwSM\nS+xne6+xTJ201+L6IQm2e1fkqjfAjDc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9d67fa18-8981-4858-a06b-4d2154757bc8', 'name': 'tempest-securitygroup--270071236', 'stateful': True, 'tenant_id': '92afe913f600401db1a67dbf41476e39', 'description': 'tempest-description--1959342384', 'shared': False, 'security_group_rules': [{'id': '4eec74a8-6913-434c-bdcc-918987ccd749', 'tenant_id': '92afe913f600401db1a67dbf41476e39', 'security_group_id': '9d67fa18-8981-4858-a06b-4d2154757bc8', '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': 322, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:00Z', 'updated_at': '2023-04-18T20:58:00Z', 'revision_number': 0, 'project_id': '92afe913f600401db1a67dbf41476e39'}, {'id': 'b2b1e26d-e36a-44f6-af7b-e4e9a68227c4', 'tenant_id': '92afe913f600401db1a67dbf41476e39', 'security_group_i d': '9d67fa18-8981-4858-a06b-4d2154757bc8', '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': 321, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:00Z', 'updated_at': '2023-04-18T20:58:00Z', 'revision_number': 0, 'project_id': '92afe913f600401db1a67dbf41476e39'}], 'tags': [], 'created_at': '2023-04-18T20:58:00Z', 'updated_at': '2023-04-18T20:58:00Z', 'revision_number': 1, 'project_id': '92afe913f600401db1a67dbf41476e39'}, 'floating_ip': {'id': 'b1500c55-46e3-480c-b283-4a35f379b086', 'tenant_id': '92afe913f600401db1a67dbf41476e39', 'floating_ip_address': '172.24.4.61', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '92afe913f600401db1a67dbf41476e39', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:03Z', 'updated_at': '2023-04-18T20:58:03Z', 'revision_number': 0, 'ip': '172.24.4.61'}} 2023-04-18 20:58:06,818 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/compute/v2.1/servers 2.094s 2023-04-18 20:58:06,819 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1327249685", "imageRef": "ae768640-151e-4f87-8a4c-05ba7b3ea304", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "64003b59-ca7e-47de-9f25-a8b8d06c81c7"}], "security_groups": [{"name": "tempest-securitygroup--270071236"}], "key_name": "tempest-keypair-1254562589", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a446c3de-ad18-4d27-b01f-5becfb0681ec', 'x-compute-request-id': 'req-a446c3de-ad18-4d27-b01f-5becfb0681ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9e4bd7e5-d295-48a4-a218-77396df75c11", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--270071236"}], "adminPass": "Tsein3qP9NmU"}}' 2023-04-18 20:58:06,977 79663 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/9e4bd7e5-d295-48a4-a218-77396df75c11 0.155s 2023-04-18 20:58:06,977 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:06 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-5b15cc50-f907-4aca-9d37-691a84852816', 'x-compute-request-id': 'req-5b15cc50-f907-4aca-9d37-691a84852816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/co mpute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11'} Body: b'{"server": {"id": "9e4bd7e5-d295-48a4-a218-77396df75c11", "name": "tempest-AttachSCSIVolumeTestJSON-server-1327249685", "status": "BUILD", "tenant_id": "92afe913f600401db1a67dbf41476e39", "user_id": "f69c8b0336c84623b99e18a499be822d", "metadata": {}, "hostId": "", "image": {"id": "ae768640-151e-4f87-8a4c-05ba7b3ea304", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ae768640-151e-4f87-8a4c-05ba7b3ea304"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:07Z", "updated": "2023-04-18T20:58:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1254562589", "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-18 20:58:57,419 79663 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/9e4bd7e5-d295-48a4-a218-77396df75c11 0.382s 2023-04-18 20:58:57,419 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:57 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-2a1856c2-4066-4807-ae8a-4fb5c39d1dc8', 'x-compute-request-id': 'req-2a1856c2-4066-4807-ae8a-4fb5c39d1dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11'} Body: b'{"server": {"id": "9e4bd7e5-d295-48a4-a218-77396df75c11", "name": "tempest-AttachSCSIVolumeTestJSON-server-1327249685", "status": "ACTIVE", "tenant_id": "92afe913f600401db1a67dbf41476e39", "user_id": "f69c8b0336c84623b99e18a499be822d", "metadata": {}, "hostId": "45ecd3134c564f98e7b8cc123ae308f2525755d284a68305f6462a61", "image": {"id": "ae768640-151e-4f87-8a4c-05ba7b3ea304", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ae768640-151e-4f87-8a4c-05ba7b3ea304"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:06Z", "updated": "2023-04-18T20:58:19Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-152429209-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ff:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1254562589", "OS-SRV-USG:launched_at": "2023-04-18T20:58:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--270071236"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 20:58:57,431 79663 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 20:59:57,696 79663 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/9e4bd7e5-d295-48a4-a218-77396df75c11/os-interface 0.204s 2023-04-18 20:59:57,697 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:57 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-7e99e6c1-f4f0-4ebe-bfce-580c0b3c6e48', 'x-compute-request-id': 'req-7e99e6c1-f4f0-4ebe-bfce-580c0b3c6e48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "64003b59-ca7e-47de-9f25-a8b8d06c81c7", "port_id": "f5008b3e-15d9-4809-98f3-d4a8911a27e0", "mac_addr": "fa:16:3e:97:ff:a9", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7c306c63-d117-4a6b-b876-e7579c54d7b5", "ip_address": "10.0.0.14"}]}]}' 2023-04-18 20:59:58,404 79663 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/b1500c55-46e3-480c-b283-4a35f379b086 0.703s 2023-04-18 20:59:58,405 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f5008b3e-15d9-4809-98f3-d4a8911a27e0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e0f85234-780c-4ef4-8c93-d43f87a1890d', 'date': 'Tue, 18 Apr 2023 20:59:58 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b1500c55-46e3-480c-b283-4a35f379b086'} Body: b'{"floatingip": {"id": "b1500c55-46e3-480c-b283-4a35f379b086", "tenant_id": "92afe913f600401db1a67dbf41476e39", "floating_ip_address": "172.24.4.61", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "970d74b9-3360-431a-af04-7b8754a0c396", "port_id": "f5008b3e-15d9-4809-98f3-d4a8911a27e0", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "64003b59-ca7e-47de-9f25-a8b8d06c81c7", "mac_address": "fa:16:3e:97:ff:a9", "admin_state_up": true, "status": "ACTIVE", "device_id": "9e4bd7e5-d295-48a4-a218-77396df75c11", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:58:03Z", "updated_at": "2023-04-18T20:59:57Z", "revision_number": 1, "project_id": "92afe913f600401db1a67dbf41476e39"}}' 2023-04-18 20:59:58,406 79663 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.61:22' as 'cirros' with public key authentication 2023-04-18 20:59:58,431 79663 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 20:59:58,452 79663 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 20:59:58,452 79663 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.61 successfully created 2023-04-18 20:59:58,716 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes 0.262s 2023-04-18 20:59:58,716 79663 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-1424298765"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f1da0a-4a46-4970-bc68-1df80520a547', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f1da0a-4a46-4970-bc68-1df80520a547', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes'} Body: b'{"volume": {"id": "881f97ff-7849-4e69-a07c-9fb430b498d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:58.640127", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1424298765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7"}], "user_id": "f69c8b0336c84623b99e18a499be822d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:59:58,766 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7 0.040s 2023-04-18 20:59:58,766 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab9edf1d-862f-443a-a5e1-6e1b4a4abe6e', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab9edf1d-862f-443a-a5e1-6e1b4a4abe6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7'} Body: b'{"volume": {"id": "881f97ff-7849-4e69-a07c-9fb430b498d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:59.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1424298765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7"}], "user_id": "f69c8b0336c84623b99e18a499be822d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92afe913f600401db1a67dbf41476e39"}}' 2023-04-18 20:59:59,822 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7 0.040s 2023-04-18 20:59:59,823 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b170bcee-9165-4916-9d38-fb1c96be3a7d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b170bcee-9165-4916-9d38-fb1c96be3a7d', 'connection': 'close', 'status': '200', 'con tent-location': 'http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7'} Body: b'{"volume": {"id": "881f97ff-7849-4e69-a07c-9fb430b498d7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:59.000000", "updated_at": "2023-04-18T20:59:59.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1424298765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7"}], "user_id": "f69c8b0336c84623b99e18a499be822d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92afe913f600401db1a67dbf41476e39"}}' 2023-04-18 20:59:59,983 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11 0.148s 2023-04-18 20:59:59,983 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0915919d-9cde-4c58-8874-c30fba8fbf3f', 'x-compute-request-id': 'req-0915919d-9cde-4c58-8874-c30fba8fbf3f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11'} Body: b'' 2023-04-18 21:00:00,235 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11 0.251s 2023-04-18 21:00:00,236 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e94d066c-8748-475e-bcf4-dda794929d7c', 'x-compute-request-id': 'req-e94d066c-8748-475e-bcf4-dda794929d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11'} Body: b'{"server": {"id": "9e4bd7e5-d295-48a4-a218-77396df75c11", "name": "tempest-AttachSCSIVolumeTestJSON-server-1327249685", "status": "ACTIVE", "tenant_id": "92afe913f600401db1a67dbf41476e39", "user_id": "f69c8b0336c84623b99e18a499be822d", "metadata": {}, "hostId": "45ecd3134c564f98e7b8cc123ae308f2525755d284a68305f6462a61", "image": {"id": "ae768640-151e-4f87-8a4c-05ba7b3ea304", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ae768640-151e-4f87-8a4c-05ba7b3ea304"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:06Z", "updated": "2023-04-18T21:00:00Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-152429209-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ff:a9"}, {"version": 4, "addr": "172.24.4.61", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ff:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1254562589", "OS-SRV-USG:launched_at": "2023-04-18T20:58:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--270071236"}], "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-18 21:00:50,296 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11 0.046s 2023-04-18 21:00:50,297 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:50 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-27262d9c-a5bb-4e12-853e-71f45211ac12', 'x-compute-request-id': 'req-27262d9c-a5bb-4e12-853e-71f45211ac12', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9e4bd7e5-d295-48a4-a218-77396df75c11 could not be found."}}' 2023-04-18 21:00:50,339 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1254562589 0.041s 2023-04-18 21:00:50,339 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:50 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-f9eda608-c14d-4c63-b4ab-7e3fd7d8a6f2', 'x-compute-request-id': 'req-f9eda608-c14d-4c63-b4ab-7e3fd7d8a6f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1254562589'} Body: b'' 2023-04-18 21:00:50,501 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9d67fa18-8981-4858-a06b-4d2154757bc8 0.161s 2023-04-18 21:00:50,501 79663 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-c27b982d-9ad7-40e7-93bc-efd171fa379f', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:00:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9d67fa18-8981-4858-a06b-4d2154757bc8'} Body: b'' 2023-04-18 21:00:50,519 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9d67fa18-8981-4858-a06b-4d2154757bc8 0.017s 2023-04-18 21:00:50,519 79663 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-opens tack-request-id': 'req-0fddd00b-18a8-4dd5-bd14-e7fef96b70dc', 'date': 'Tue, 18 Apr 2023 21:00:50 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9d67fa18-8981-4858-a06b-4d2154757bc8'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9d67fa18-8981-4858-a06b-4d2154757bc8 does not exist", "detail": ""}}' 2023-04-18 21:00:51,066 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b1500c55-46e3-480c-b283-4a35f379b086 0.546s 2023-04-18 21:00:51,066 79663 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-8e3ea9e6-24c1-40e5-bb29-2c83bac8a960', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:00:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b1500c55-46e3-480c-b283-4a35f379b086'} Body: b'' 2023-04-18 21:00:51,315 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304 0.248s 2023-04-18 21:00:51,315 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-58a02227-faba-4491-8d8a-f19c6e35d9d4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304'} Body: b'' 2023-04-18 21:00:51,333 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304 0.017s 2023-04-18 21:00:51,333 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a20a231b-6ec2-433b-ac60-24d359ecacbe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304'} Body: b'{"message": "No image found with ID ae768640-151e-4f87-8a4c-05ba7b3ea304

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {9} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.693547s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.160922s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.151742s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.150727s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.026764s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.031203s] ... ok {9} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.155974s] ... ok {9} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {9} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.658726s] ... 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 f3323a1e-64bf-4e8e-9c92-65546a8c51fc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:01:04,951 79663 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes 0.314s 2023-04-18 21:01:04,951 79663 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-1763878161"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c3a12dc-c041-4441-9d28-3a942faf310a', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c3a12dc-c041-4441-9d28-3a942faf310a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes'} Body: b'{"volume": {"id": "f3323a1e-64bf-4e8e-9c92-65546a8c51fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:04.890469", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1763878161", "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/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}], "user_id": "22b34f0c2f234d24883e6c515d899ae3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:01:04,999 79663 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc 0.039s 2023-04-18 21:01:05,000 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed9bcc88-661f-4724-a6c9-b6da0fee61e6', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed9bcc88-661f-4724-a6c9-b6da0fee61e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc'} Body: b'{"volume": {"id": "f3323a1e-64bf-4e8e-9c92-65546a8c51fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:05.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1763878161", "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/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}], "user_id": "22b34f0c2f234d24883e6c515d899ae3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa774fedc1c449f9bf93d0c3bc2aa29f"}}' 2023-04-18 21:01:06,058 79663 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a 8c51fc 0.045s 2023-04-18 21:01:06,058 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0112624-69f2-4b70-9584-1da2704df919', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0112624-69f2-4b70-9584-1da2704df919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc'} Body: b'{"volume": {"id": "f3323a1e-64bf-4e8e-9c92-65546a8c51fc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:05.000000", "updated_at": "2023-04-18T21:01:05.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1763878161", "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/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}], "user_id": "22b34f0c2f234d24883e6c515d899ae3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa774fedc1c449f9bf93d0c3bc2aa29f"}}' 2023-04-18 21:01:06,154 79663 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc 0.082s 2023-04-18 21:01:06,154 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f51a2098-e4a9-4352-8057-f8e34b257619', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f51a2098-e4a9-4352-8057-f8e34b257619', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc'} Body: b'{"volume": {"id": "f3323a1e-64bf-4e8e-9c92-65546a8c51fc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:05.000000", "updated_at": "2023-04-18T21:01:05.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1763878161", "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/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}], "user_id": "22b34f0c2f234d24883e6c515d899ae3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa774fedc1c449f9bf93d0c3bc2aa29f"}}' 2023-04-18 21:01:06,266 79663 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc 0.097s 2023-04-18 21:01:06,266 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01: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-084657af-13f9-4ce4-8781-7cc3a74567df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc'} Body: b'' 2023-04-18 21:01:06,294 79663 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc 0.027s 2023-04-18 21:01:06,294 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01: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-95393f5d-0477-4cc8-b765-fc837da77f27', 'x-openstack-request-id': 'req-95393f5d-0477-4cc8-b765-fc837da77f27', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f3323a1e-64bf-4e8e-9c92-65546a8c51fc could not be found."}}' {11} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [168.309794s] ... 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 f3aaabc9-44e1-4856-87e8-6990023cfc43 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:23,377 79667 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 20:58:23,377 79667 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 20:58:23,615 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.235s 2023-04-18 20:58:23,616 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1949563291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMDSx2t8c93OTuOOVYRjpGMsUnBHn3H2UxZGDfPdKbmRrWXN19Wx3EMFSgqPuYB1iKJPyPRYHKjQv8B3R7BVboj9FYnrQgSPcVoJ7DL1tlRvtVx265Gk5WO0uj872TGR4A=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:23 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-3c349bd1-a1e4-4abe-909c-4d72676787b5', 'x-compute-request-id': 'req-3c349bd1-a1e4-4abe-909c-4d72676787b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1949563291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMDSx2t8c93OTuOOVYRjpGMsUnBHn3H2UxZGDfPdKbmRrWXN19Wx3EMFSgqPuYB1iKJPyPRYHKjQv8B3R7BVboj9FYnrQgSPcVoJ7DL1tlRvtVx265Gk5WO0uj872TGR4A==", "fingerprint": "5c:f8:03:12:8e:af:84:ce:28:86:0e:a0:c9:87:7e:65", "user_id": "5370e1ed421443439d6463efd2fae614"}}' 2023-04-18 20:58:23,619 79667 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1949563291 created 2023-04-18 20:58:24,019 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.400s 2023-04-18 20:58:24,020 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1323471069", "description": "tempest-description--1610604674"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-e030818a-9e67-42f0-b463-01d435e65a24', 'date': 'Tue, 18 Apr 2023 20:58:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c883d306-bf28-4a40-a83b-99fac502756b", "name": "tempest-securitygroup--1323471069", "stateful": true, "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "description": "tempest-description--1610604674", "shared": false, "security_group_rules": [{"id": "5d593848-a583-4188-8395-0f16fde8cb8c", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "c883d306-bf28-4a40-a83b-99fac502756b", "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": 410, "description": null, "tags": [], "created_at": "2023-04-18T20:58:23Z", "updated_at": "2023-04-18T20:58:23Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}, {"id": "83631555-8139-4cbe-8a3e-e7bada032027", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "c883d306-bf28-4a40-a83b-99fac502756b", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 411, "description": null, "tags": [], "created_at": "2023-04-18T20:58:23Z", "updated_at": "2023-04-18T20:58:23Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}], "tags": [], "created_at": "2023-04-18T20:58:23Z", "updated_at": "2023-04-18T20:58:23Z", "revision_number": 1, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 20:58:24,319 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.298s 2023-04-18 20:58:24,319 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c883d306-bf28-4a40-a83b-99fac502756b", "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-5d0824fa-2653-44b5-a976-da8ba6ad4f1c', 'date': 'Tue, 18 Apr 2023 20:58:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "afae0166-dbf7-4268-af07-200ecffe909e", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "c883d306-bf28-4a40-a83b-99fac502756b", "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-18T20:58:24Z", "updated_at": "2023-04-18T20:58:24Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 20:58:24,649 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.329s 2023-04-18 20:58:24,649 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c883d306-bf28-4a40-a83b-99fac502756b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-dae0bcb9-3acf-493d-a4eb-067b1fce73f7', 'date': 'Tue, 18 Apr 2023 20:58:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f55b11e0-9025-4318-ab76-331e2b3ed3e5", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "c883d306-bf28-4a40-a83b-99fac502756b", "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-18T20:58:24Z", "updated_at": "2023-04-18T20:58:24Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 20:58:24,649 79667 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1323471069 created 2023-04-18 20:58:25,907 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.257s 2023-04-18 20:58:25,907 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-9497695f-dc94-4353-9f1c-6eaf953ee673', 'date': 'Tue, 18 Apr 2023 20:58:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4ebe1837-970a-4094-8fb2-5572a67ebad4", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "floating_ip_address": "172.24.4.92", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3a910c3017f1428c9f1c09133d73cfcc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:58:25Z", "updated_at": "2023-04-18T20:58:25Z", "revision_number": 0}}' 2023-04-18 20:58:25,908 79667 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4ebe1837-970a-4094-8fb2-5572a67ebad4', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'floating_ip_address': '172.24.4.92', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:25Z', 'updated_at': '2023-04-18T20:58:25Z', 'revision_number': 0, 'ip': '172.24.4.92'} created 2023-04-18 20:58:25,993 79667 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.080s 2023-04-18 20:58:25,994 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e2156c0f-7d47-498d-8ec1-fe5b56e17e58', '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": "5370e1ed421443439d6463efd2fae614", "name": "tempest-AttachVolumeNegativeTest-25072355-project-member", "password_expires_at": null}, "audit_ids": ["jFqGgjwJTFmogoorTtqwxw"], "expires_at": "2023-04-18T21:58:25.000000Z", "issued_at": "2023-04-18T20:58:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a910c3017f1428c9f1c09133d73cfcc", "name": "tempest-AttachVolumeNegativeTest-25072355"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne ", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:58:25,995 79667 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'c3b319de-2fa3-4858-b85a-891d6736ed6b', 'name': 'tempest-AttachVolumeNegativeTest-1307280522-network', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:58:15Z', 'updated_at': '2023-04-18T20:58:15Z', 'revision_number': 1} available for tenant 2023-04-18 20:58:25,995 79667 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1949563291', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMDSx2t8c93OTuOOVYRjpGMsUnBHn3H2UxZGDfPdKbmRrWXN19Wx3EMFSgqPuYB1iKJPyPRYHKjQv8B3R7BVboj9FYnrQgSPcVoJ7DL1tlRvtVx265Gk5WO0uj872TGR4A==', 'fingerprint': '5c:f8:03:12:8e:af:84:ce:28:86:0e:a0:c9:87:7e:65', 'user_id': '5370e1ed421443439d6463efd2fae614', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDF/QWAp9HnGVouneF5PHBnOo7mJ82JJYOhVeVNDZD3xRDB0qk5kBvy\nkNuH0JiJqQegBwYFK4EEACKhZANiAATA0sdrfHPdzk7jjlWEY6RjLFJwR59x9lMW\nRg3z3Sm5ka1lzdfVsdxDBUoKj7mAdYiiT8j0WByo0L/Ad0ewVW6I/RWJ60IEj3Fa\nCewy9bZUb7VcduuRpOVjtLo/O9kxkeA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c883d306-bf28-4a40-a83b-99fac502756b', 'name': 'tempest-securitygroup--1323471069', 'stateful': True, 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': 'tempest-description--1610604674', 'shared': False, 'security_group_rules': [{'id': '5d593848-a583-4188-8395-0f16fde8cb8c', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'security_group_id': 'c883d306-bf28-4a40-a83b-99fac502756b', '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': 410, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:23Z', 'updated_at': '2023-04-18T20:58:23Z', 'revision_number': 0, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}, {'id': '83631555-8139-4cbe-8a3e-e7bada032027', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'security_group_id': 'c883d306-bf28-4a40-a83b-99fac502756b', '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': 411, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:23Z', 'updated_at': '2023-04-18T20:58:23Z', 'revision_number': 0, 'project_id': '3a910c3017f1428c9f1c0 9133d73cfcc'}], 'tags': [], 'created_at': '2023-04-18T20:58:23Z', 'updated_at': '2023-04-18T20:58:23Z', 'revision_number': 1, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}, 'floating_ip': {'id': '4ebe1837-970a-4094-8fb2-5572a67ebad4', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'floating_ip_address': '172.24.4.92', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:25Z', 'updated_at': '2023-04-18T20:58:25Z', 'revision_number': 0, 'ip': '172.24.4.92'}} 2023-04-18 20:58:27,591 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.595s 2023-04-18 20:58:27,591 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-248362096", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c3b319de-2fa3-4858-b85a-891d6736ed6b"}], "security_groups": [{"name": "tempest-securitygroup--1323471069"}], "key_name": "tempest-keypair-1949563291", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daed4111-eef5-43bf-8116-142a6c1f8a0e', 'x-compute-request-id': 'req-daed4111-eef5-43bf-8116-142a6c1f8a0e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "12094087-b11e-4575-b6b3-09fb4091588b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/12094087-b11e-4575-b6b3-09fb4091588b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1323471069"}], "adminPass": "password"}}' 2023-04-18 20:58:27,726 79667 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/12094087-b11e-4575-b6b3-09fb4091588b 0.131s 2023-04-18 20:58:27,726 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:27 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-124651d3-89d8-4e42-9141-b5c76da99163', 'x-compute-request-id': 'req-124651d3-89d8-4e42-9141-b5c76da99163', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b'} Body: b'{"server": {"id": "12094087-b11e-4575-b6b3-09fb4091588b", "name": "tempest-AttachVolumeNegativeTest-server-248362096", "status": "BUILD", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http:/ /10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:28Z", "updated": "2023-04-18T20:58:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/12094087-b11e-4575-b6b3-09fb4091588b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1949563291", "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-18 20:59:18,032 79667 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/12094087-b11e-4575-b6b3-09fb4091588b 0.242s 2023-04-18 20:59:18,032 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c340fc91-421a-472a-949d-fabff1307e6e', 'x-compute-request-id': 'req-c340fc91-421a-472a-949d-fabff1307e6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b'} Body: b'{"server": {"id": "12094087-b11e-4575-b6b3-09fb4091588b", "name": "tempest-AttachVolumeNegativeTest-server-248362096", "status": "ACTIVE", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "11fa9b63cf914189153847a449a3073bb8a2879433589067d5ec4641", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:27Z", "updated": "2023-04-18T20:58:36Z", "addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:b7:4d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/12094087-b11e-4575-b6b3-09fb4091588b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1949563291", "OS-SRV-USG:launched_at": "2023-04-18T20:58:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1323471069"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 20:59:18,044 79667 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 21:00:18,323 79667 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/12094087-b11e-4575-b6b3-09fb4091588b/os-interface 0.217s 2023-04-18 21:00:18,323 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Heade rs: {'date': 'Tue, 18 Apr 2023 21:00:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fcc891f-d7ae-4444-85a3-4b7dafe7dfae', 'x-compute-request-id': 'req-7fcc891f-d7ae-4444-85a3-4b7dafe7dfae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c3b319de-2fa3-4858-b85a-891d6736ed6b", "port_id": "b693a48f-eb48-46e8-910c-1112960e66b6", "mac_addr": "fa:16:3e:70:b7:4d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "867fbb1a-1a72-4264-9de2-9bb611425db7", "ip_address": "10.0.0.10"}]}]}' 2023-04-18 21:00:19,092 79667 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/4ebe1837-970a-4094-8fb2-5572a67ebad4 0.765s 2023-04-18 21:00:19,093 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "b693a48f-eb48-46e8-910c-1112960e66b6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-048b3478-0ed4-48b7-b1e9-015832b0d666', 'date': 'Tue, 18 Apr 2023 21:00:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4ebe1837-970a-4094-8fb2-5572a67ebad4'} Body: b'{"floatingip": {"id": "4ebe1837-970a-4094-8fb2-5572a67ebad4", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "floating_ip_address": "172.24.4.92", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "068ffa9c-bcf5-46fe-bc9a-40a38f680daa", "port_id": "b693a48f-eb48-46e8-910c-1112960e66b6", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c3b319de-2fa3-4858-b85a-891d6736ed6b", "mac_address": "fa:16:3e:70:b7:4d", "admin_state_up": true, "status": "ACTIVE", "device_id": "12094087-b11e-4575-b6b3-09fb4091588b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:58:25Z", "updated_at": "2023-04-18T21:00:18Z", "revision_number": 1, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:00:19,095 79667 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.92:22' as 'cirros' with public key authentication 2023-04-18 21:00:19,135 79667 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:00:19,159 79667 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:00:19,159 79667 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.92 successfully created 2023-04-18 21:00:19,200 79667 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/12094087-b11e-4575-b6b3-09fb4091588b/ips 0.040s 2023-04-18 21:00:19,201 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10db2f6c-8511-4e4f-b1b3-90e42f633f29', 'x-compute-request-id': 'req-10db2f6c-8511-4e4f-b1b3-90e42f633f29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575 -b6b3-09fb4091588b/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2023-04-18 21:00:19,416 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes 0.211s 2023-04-18 21:00:19,416 79667 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-145848465"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d1f2798-237d-4901-8162-6c2d24d6c843', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d1f2798-237d-4901-8162-6c2d24d6c843', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes'} Body: b'{"volume": {"id": "f3aaabc9-44e1-4856-87e8-6990023cfc43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:00:19.355802", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-145848465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:00:19,473 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43 0.047s 2023-04-18 21:00:19,473 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e24c1d-533d-46d4-837e-08e90784bd8f', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e24c1d-533d-46d4-837e-08e90784bd8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43'} Body: b'{"volume": {"id": "f3aaabc9-44e1-4856-87e8-6990023cfc43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:00:19.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-145848465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:00:20,525 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume _to_different_server): 200 GET http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43 0.040s 2023-04-18 21:00:20,526 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2199540-347b-40c2-a9f8-c2e27af269a7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2199540-347b-40c2-a9f8-c2e27af269a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43'} Body: b'{"volume": {"id": "f3aaabc9-44e1-4856-87e8-6990023cfc43", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:00:19.000000", "updated_at": "2023-04-18T21:00:19.000000", "name": "tempest-AttachVolumeNegativeTest-volume-145848465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:00:20,710 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b 0.162s 2023-04-18 21:00:20,710 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:20 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-aac59e5d-6644-4c2c-ae87-c618d4e062e1', 'x-compute-request-id': 'req-aac59e5d-6644-4c2c-ae87-c618d4e062e1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b'} Body: b'' 2023-04-18 21:00:20,900 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b 0.189s 2023-04-18 21:00:20,900 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8262d3ce-9ab1-4083-9c39-ae4b9cbbe0dc', 'x-compute-request-id': 'req-8262d3ce-9ab1-4083-9c39-ae4b9cbbe0dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b'} Body: b'{"server": {"id": "12094087-b11e-4575-b6b3-09fb4091588b", "name": "tempest-AttachVolumeNegativeTest-server-248362096", "status": "ACTIVE", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "1 1fa9b63cf914189153847a449a3073bb8a2879433589067d5ec4641", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:27Z", "updated": "2023-04-18T21:00:21Z", "addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:b7:4d"}, {"version": 4, "addr": "172.24.4.92", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:b7:4d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/12094087-b11e-4575-b6b3-09fb4091588b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1949563291", "OS-SRV-USG:launched_at": "2023-04-18T20:58:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1323471069"}], "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-18 21:01:11,001 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b 0.040s 2023-04-18 21:01:11,001 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:10 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-6dd3581a-fdf2-4b95-bda6-554cb42d57fe', 'x-compute-request-id': 'req-6dd3581a-fdf2-4b95-bda6-554cb42d57fe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 12094087-b11e-4575-b6b3-09fb4091588b could not be found."}}' 2023-04-18 21:01:11,031 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1949563291 0.029s 2023-04-18 21:01:11,031 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:11 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-4e08d154-305b-4509-9b69-495d1503e8bd', 'x-compute-request-id': 'req-4e08d154-305b-4509-9b69-495d1503e8bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1949563291'} Body: b'' 2023-04-18 21:01:11,190 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c883d306-bf28-4a40-a83b-99fac502756b 0.158s 2023-04-18 21:01:11,190 79667 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-53a8e2d4-2082-485f-ad21-8d690d53e830', 'co ntent-length': '0', 'date': 'Tue, 18 Apr 2023 21:01:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c883d306-bf28-4a40-a83b-99fac502756b'} Body: b'' 2023-04-18 21:01:11,211 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/c883d306-bf28-4a40-a83b-99fac502756b 0.020s 2023-04-18 21:01:11,211 79667 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-21b7c406-3153-44bb-83c0-4b34d8ebe912', 'date': 'Tue, 18 Apr 2023 21:01:11 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c883d306-bf28-4a40-a83b-99fac502756b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c883d306-bf28-4a40-a83b-99fac502756b does not exist", "detail": ""}}' 2023-04-18 21:01:11,685 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4ebe1837-970a-4094-8fb2-5572a67ebad4 0.473s 2023-04-18 21:01:11,685 79667 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-a85b607b-99b1-4389-a5cb-5362cbdabe53', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:01:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4ebe1837-970a-4094-8fb2-5572a67ebad4'} Body: b'' {9} 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 2950a9cd-73bc-4416-b36e-8f3d14819635 failed to build and is in ERROR status {9} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.186245s] ... ok {9} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {7} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [233.281991s] ... 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 3deb0d7f-f532-4d52-9393-4c4353aacb78 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T21:00:38Z', 'message': 'Build of instance 3deb0d7f-f532-4d52-9393-4c4353aacb78 aborted: Volume e90841bb-5b16-4953-9338-b8f01cf645aa did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-381eac1a-91fd-4588-a45d-a5b42b240b16. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:26,204 79659 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.053s 2023-04-18 20:57:26,205 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0bbe86b1-bea1-4521-bf06-790a3bb4b8b0', '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": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132-project-member", "password_expires_at": null}, "audit_ids": ["qV-8ZqlvSNif8jwiTS3ONw"], "expires_at": "2023-04-18T21:57:26.000000Z", "issued_at": "2023-04-18T20:57:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a5f1bfc384749baaf2a69eacad57b87", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:57:26,205 79659 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '2a459fb0-36eb-4c75-afd7-0de7482741f7', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1987626567-network', 'tenant_id': '8a5f1bfc384749baaf2a69eacad57b87', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'projec t_id': '8a5f1bfc384749baaf2a69eacad57b87', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 825, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 20:57:29,264 79659 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 3.058s 2023-04-18 20:57:29,265 79659 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-556738693", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "2a459fb0-36eb-4c75-afd7-0de7482741f7"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c', '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-5efe7a10-fbad-49d1-a3a6-4ac074289b17', 'x-compute-request-id': 'req-5efe7a10-fbad-49d1-a3a6-4ac074289b17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "v75FarhwaLEh"}}' 2023-04-18 20:57:29,499 79659 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/72db6ee7-c1f6-46ef-b368-c1273e35ee3c 0.229s 2023-04-18 20:57:29,499 79659 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': 'Tue, 18 Apr 2023 20:57:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b45a6208-f8bc-4553-acdf-5b8bace5f4a3', 'x-compute-request-id': 'req-b45a6208-f8bc-4553-acdf-5b8bace5f4a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c'} Body: b'{"server": {"id": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-556738693", "status": "BUILD", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T20:57:29Z", "updated": "2023-04-18T20:57:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72db6ee7 -c1f6-46ef-b368-c1273e35ee3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}], "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-18 20:58:20,166 79659 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/72db6ee7-c1f6-46ef-b368-c1273e35ee3c 0.600s 2023-04-18 20:58:20,166 79659 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': 'Tue, 18 Apr 2023 20:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21f33147-08a2-426a-85fb-d304a26a0a8b', 'x-compute-request-id': 'req-21f33147-08a2-426a-85fb-d304a26a0a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c'} Body: b'{"server": {"id": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-556738693", "status": "ACTIVE", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "f9d071e8f4bf88d004e2f5efc62dbdf8f33051ba45edde3ec3e7d92b", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T20:57:29Z", "updated": "2023-04-18T20:57:50Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1987626567-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:fd:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T20:57:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 20:58:20,184 79659 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 20:59:21,193 79659 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/72db6ee7-c1f6-46ef-b368-c1273e35ee3c/action 0.947s 2023-04-18 20:59:21,193 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStableRe scueTest-image-985498932"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-653b5cea-cdfc-4fa7-868e-0d1f5961debd', 'x-compute-request-id': 'req-653b5cea-cdfc-4fa7-868e-0d1f5961debd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c/action'} Body: b'{"image_id": "ba608844-d4e7-40c7-a434-2081b9a4b64a"}' 2023-04-18 20:59:21,219 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.023s 2023-04-18 20:59:21,219 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6dedd5bd-81fa-4a2e-a4ba-daf6de8c36a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:21Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:22,242 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.021s 2023-04-18 20:59:22,242 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f558aa24-b49e-4212-b09a-ff6a56eb0d0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_project_name": "tempest-ServerBootFromV olumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:21Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:23,271 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.027s 2023-04-18 20:59:23,272 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8d38e7f9-9bba-4d43-b5d0-acaff9f77a88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:21Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:24,303 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.029s 2023-04-18 20:59:24,303 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-73363f4f-7064-4681-b077-3f6a952ae03b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:24Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:25,328 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.023s 2023-04-18 20:59:25,329 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f20c9c0f-5cbf-4acf-9228-5ea2bce668ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:25Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:26,359 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.028s 2023-04-18 20:59:26,359 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'a pplication/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-40823e13-6c35-47dd-84c9-338355299edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "aad868ee00b14e807c5a651687388911", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "19ee9d1d0641b59b4cf37a5148f9f42622fbe41af9eaf66642ced88baa95b19b6993e9d6b692db9b13ebe227b09d3e72a1226d95dc5b3a842b30c7421ec65dbc", "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:26Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:26,383 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.022s 2023-04-18 20:59:26,383 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-34a3ffce-c746-41a5-9812-0aa903628bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "aad868ee00b14e807c5a651687388911", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden" : false, "os_hash_algo": "sha512", "os_hash_value": "19ee9d1d0641b59b4cf37a5148f9f42622fbe41af9eaf66642ced88baa95b19b6993e9d6b692db9b13ebe227b09d3e72a1226d95dc5b3a842b30c7421ec65dbc", "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:26Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:26,760 79659 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/72db6ee7-c1f6-46ef-b368-c1273e35ee3c 0.377s 2023-04-18 20:59:26,761 79659 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': 'Tue, 18 Apr 2023 20:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5025bfcc-656e-4639-97cd-a6ad8538f8e2', 'x-compute-request-id': 'req-5025bfcc-656e-4639-97cd-a6ad8538f8e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c'} Body: b'{"server": {"id": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-556738693", "status": "ACTIVE", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "f9d071e8f4bf88d004e2f5efc62dbdf8f33051ba45edde3ec3e7d92b", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T20:57:29Z", "updated": "2023-04-18T20:59:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1987626567-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:fd:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T20:57:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 21:00:26,921 79659 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.082s 2023-04-18 21:00:26,922 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a24bb891-4e3f-4645-bf84-935add1f20e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"metho ds": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132-project-member", "password_expires_at": null}, "audit_ids": ["9QRJRxvnSEuAGTfi4Egdlg"], "expires_at": "2023-04-18T22:00:26.000000Z", "issued_at": "2023-04-18T21:00:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a5f1bfc384749baaf2a69eacad57b87", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:00:26,923 79659 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '2a459fb0-36eb-4c75-afd7-0de7482741f7', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1987626567-network', 'tenant_id': '8a5f1bfc384749baaf2a69eacad57b87', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8a5f1bfc384749baaf2a69eacad57b87', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 825, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 21:00:28,228 79659 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.305s 2023-04-18 21:00:28,229 79659 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-913311237", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "2a459fb0-36eb-4c75-afd7-0de7482741f7"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78', '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-381eac1a-91fd-4588-a45d-a5b42b240b16', 'x-compute-request-id': 'req-381eac1a-91fd-4588-a45d-a5b42b240b16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3deb0d7f-f532-4d52-9393-4c4353aacb78", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "vQjTnGzXtoG7"}}' 2023-04-18 21:00:28,316 79659 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/3deb0d7f-f532-4d52-9393-4c4353aacb78 0.084s 2023-04-18 21:00:28,317 79659 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': 'Tue, 18 Apr 2023 21:00:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eeecfb11-9452-4856-b0a5-7f30e776ef33', 'x-compute-request-id': 'req-eeecfb11-9452-4856-b0a5-7f30e776ef33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78'} Body: b'{"server": {"id": "3deb0d7f-f532-4d52-9393-4c4353aacb78", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-913311237", "status": "BUILD", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:00:28Z", "updated": "2023-04-18T21:00:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78"}], "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-18 21:01:18,724 79659 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRe scueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78 0.343s 2023-04-18 21:01:18,725 79659 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': 'Tue, 18 Apr 2023 21:01:18 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-6e3e25f5-32a9-4334-ae64-fe4b6a678a59', 'x-compute-request-id': 'req-6e3e25f5-32a9-4334-ae64-fe4b6a678a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78'} Body: b'{"server": {"id": "3deb0d7f-f532-4d52-9393-4c4353aacb78", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-913311237", "status": "ERROR", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:00:28Z", "updated": "2023-04-18T21:00:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T21:00:38Z", "message": "Build of instance 3deb0d7f-f532-4d52-9393-4c4353aacb78 aborted: Volume e90841bb-5b16-4953-9338-b8f01cf645aa 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-18 21:01:18,741 79659 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-18 21:01:19,349 79659 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/3deb0d7f-f532-4d52-9393-4c4353aacb78 0.608s 2023-04-18 21:01:19,350 79659 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': 'Tue, 18 Apr 2023 21:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45503f35-977f-4175-a60a-5d4326946eec', 'x-compute-request-id': 'req-45503f35-977f-4175-a60a-5d4326946eec', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78'} Body: b'' 2023-04-18 21:01:19,422 79659 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/3deb0d7f-f532-4d52-9393-4c4 353aacb78 0.072s 2023-04-18 21:01:19,423 79659 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': 'Tue, 18 Apr 2023 21:01:19 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-0b7ccb71-30f5-4585-9bc6-a819207cbd4b', 'x-compute-request-id': 'req-0b7ccb71-30f5-4585-9bc6-a819207cbd4b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3deb0d7f-f532-4d52-9393-4c4353aacb78 could not be found."}}' {6} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [236.489319s] ... 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 d36f78a9-83b6-40fb-8963-d602dbfc3531 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:34,283 79657 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 20:57:34,658 79657 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.371s 2023-04-18 20:57:34,658 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-280229981", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNFZ3mtD6dbg/sH/bfLL45e8YWnNuQvbN4NoTdQywz7ogxfM4Gw75mfhS0fSlJhcbyzYofAQSS+ebeMsW06mQzItR/rbssZ6+k+qN8vQnF6+NnaYyO5lQifjubPvHni9fw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:34 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-aea87801-6d58-4140-92f2-25bee4f3b285', 'x-compute-request-id': 'req-aea87801-6d58-4140-92f2-25bee4f3b285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-280229981", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNFZ3mtD6dbg/sH/bfLL45e8YWnNuQvbN4NoTdQywz7ogxfM4Gw75mfhS0fSlJhcbyzYofAQSS+ebeMsW06mQzItR/rbssZ6+k+qN8vQnF6+NnaYyO5lQifjubPvHni9fw==", "fingerprint": "9f:6c:e1:05:06:19:53:c7:f1:d6:24:1f:83:6f:c6:08", "user_id": "9856fa4dcb9d407bbeb0952587500917"}}' 2023-04-18 20:57:34,668 79657 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-280229981 created 2023-04-18 20:57:35,642 79657 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.972s 2023-04-18 20:57:35,642 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--396920405", "description": "tempest-description--1029950460"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-c6d2f2c1-2974-4a42-9b01-44e1f01c0ada', 'date': 'Tue, 18 Apr 2023 20:57:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "name": "tempest-securitygroup--396920405", "stateful": true, "tenant_id": "f7f30bf556984db19a19b918133d0ade", "description": "tempest-description--1029950460", "shared": false, "security_group_rules": [{"id": "417ff5b3-0199-4bde-9fab-c2ec7127aa34", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "security_group_id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "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": 211, "description": null, "tags": [], "created_at": "2023-04-18T20:57:34Z", "updated_at": "2023-04-18T20:57:34Z", "revision_number": 0, "project_id": "f7f30bf556984db19a19b918133d0ade"}, {"id": "919bac2a-8950-4d0c-8091-d97464395c02", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "security_group_id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "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": 212, "description": null, "tags": [], "created_at": "2023-04-18T20:57:34Z", "updated_at": "2023-04-18T20:57:34Z", "revision_number": 0, "project_id": "f7f30bf556984db19a19b918133d0ade"}], "tags": [], "created_at": "2023-04-18T20:57:34Z", "updated_at": "2023-04-18T20:57:34Z", "revision_number": 1, "project_id": "f7f30bf556984db19a19b918133d0ade"}}' 2023-04-18 20:57:37,068 79657 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.425s 2023-04-18 20:57:37,068 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "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-8332a37f-19eb-4e44-ba79-00ed30fbbb3f', 'date': 'Tue, 18 Apr 2023 20:57:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "53e6867d-ddfb-4ec5-9ea2-46040ac97d56", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "security_group_id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "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-18T20:57:36Z", "updated_at": "2023-04-18T20:57:36Z", "revision_number": 0, "project_id": "f7f30bf556984db19a19b918133d0ade"}}' 2023-04-18 20:57:38,260 79657 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.191s 2023-04-18 20:57:38,260 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-87124cbe-d72d-4002-b10e-6a98982d5eba', 'date': 'Tue, 18 Apr 2023 20:57:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "863132e9-c3e5-4665-9148-be77c7d82edf", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "security_group_id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "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-18T20:57:37Z", "updated_at": "2023-04-18T20:57:37Z", "revision_number": 0, "project_id": "f7f30bf556984db19a19b918133d0ade"}}' 2023-04-18 20:57:38,261 79657 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--396920405 created 2023-04-18 20:57:42,837 79657 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 4.575s 2023-04-18 20:57:42,837 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a 8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-be260780-0663-403f-802d-a79a6876f4bc', 'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "12749670-d460-4c23-aaac-7a2e0c9c3a89", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "floating_ip_address": "172.24.4.140", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f7f30bf556984db19a19b918133d0ade", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:57:41Z", "updated_at": "2023-04-18T20:57:41Z", "revision_number": 0}}' 2023-04-18 20:57:42,837 79657 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '12749670-d460-4c23-aaac-7a2e0c9c3a89', 'tenant_id': 'f7f30bf556984db19a19b918133d0ade', 'floating_ip_address': '172.24.4.140', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f7f30bf556984db19a19b918133d0ade', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:57:41Z', 'updated_at': '2023-04-18T20:57:41Z', 'revision_number': 0, 'ip': '172.24.4.140'} created 2023-04-18 20:57:42,934 79657 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.090s 2023-04-18 20:57:42,935 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 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-834593b2-938a-4e93-b556-819a2a922124', '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": "9856fa4dcb9d407bbeb0952587500917", "name": "tempest-ServerStableDeviceRescueTest-1995300126-project-member", "password_expires_at": null}, "audit_ids": ["7JZDb4tTT4ic3pa9uGAbJw"], "expires_at": "2023-04-18T21:57:42.000000Z", "issued_at": "2023-04-18T20:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7f30bf556984db19a19b918133d0ade", "name": "tempest-ServerStableDeviceRescueTest-1995300126"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f7f30bf556984db19a19b918133d0ade", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:57:42,935 79657 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'e8ac6e16-c9e2-4d15-b1fb-e33f0eea2d59', 'name': 'tempest-ServerStableDeviceRescueTest-2113676116-network', 'tenant_id': 'f7f30bf556984db19a19b918133d0ade', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f7f30bf556984db19a19b918133d0ade', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7146, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 20:57:42,936 79657 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-280229981', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNFZ3mtD6dbg/sH/bfLL45e8YWnNuQvbN4NoTdQywz7ogxfM4Gw75mfhS0fSlJhcbyzYofAQSS+ebeMsW06mQzItR/rbssZ6+k+qN8vQnF6+NnaYyO5lQifjubPvHni9fw==', 'fingerprint': '9f:6c:e1:05:06:19:53:c7:f1:d6:24:1f:83:6f:c6:08', 'user_id': '9856fa4dcb9d407bbeb0952587500917', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCfj0mbhupoyTSU5IXGNMjuspWyPjf8dAR2EOIlpmCd8jI1chaUOGRj\n4pxBrHBMFBugBwYFK4EEACKhZANiAATRWd5rQ+nW4P7B/23yy+OXvGFpzbkL2zeD\naE3UMsM+6IMXzOBsO+Zn4UtH0pSYXG8s2KHwEEkvnm3jLFtOpkMyLUf627LGevpP\nqjfL0JxevjZ2mMjuZUIn47mz7x54vX8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a93528ef-22dd-43a6-855e-6f73447a0a92', 'name': 'tempest-securitygroup--396920405', 'stateful': True, 'tenant_id': 'f7f30bf556984db19a19b918133d0ade', 'description': 'tempest-description--1029950460', 'shared': False, 'security_group_rules': [{'id': '417ff5b3-0199-4bde-9fab-c2ec7127aa34', 'tenant_id': 'f7f30bf556984db19a19b918133d0ade', 'security_group_id': 'a93528ef-22dd-43a6-855e-6f73447a0a92', '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': 211, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:57:34Z', 'updated_at': '2023-04-18T20:57:34Z', 'revision_number': 0, 'project_id': 'f7f30bf556984db19a19b918133d0ade'}, {'id': '919bac2a-8950-4d0c-8091-d97464395c02', 'tenant_id': 'f7f30bf556984db19a19b918133d0ade', 'security_group_id': 'a93528ef-22dd-43a6-855e-6f73447a0a92', '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': 212, 'description': None, 't ags': [], 'created_at': '2023-04-18T20:57:34Z', 'updated_at': '2023-04-18T20:57:34Z', 'revision_number': 0, 'project_id': 'f7f30bf556984db19a19b918133d0ade'}], 'tags': [], 'created_at': '2023-04-18T20:57:34Z', 'updated_at': '2023-04-18T20:57:34Z', 'revision_number': 1, 'project_id': 'f7f30bf556984db19a19b918133d0ade'}, 'floating_ip': {'id': '12749670-d460-4c23-aaac-7a2e0c9c3a89', 'tenant_id': 'f7f30bf556984db19a19b918133d0ade', 'floating_ip_address': '172.24.4.140', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f7f30bf556984db19a19b918133d0ade', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:57:41Z', 'updated_at': '2023-04-18T20:57:41Z', 'revision_number': 0, 'ip': '172.24.4.140'}} 2023-04-18 20:57:44,781 79657 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 1.844s 2023-04-18 20:57:44,782 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1267822158", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "e8ac6e16-c9e2-4d15-b1fb-e33f0eea2d59"}], "security_groups": [{"name": "tempest-securitygroup--396920405"}], "key_name": "tempest-keypair-280229981", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba473e54-7ab0-4aa1-bf31-fc88d34ffa37', 'x-compute-request-id': 'req-ba473e54-7ab0-4aa1-bf31-fc88d34ffa37', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--396920405"}], "adminPass": "wWsee826UYX9"}}' 2023-04-18 20:57:44,899 79657 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/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2 0.114s 2023-04-18 20:57:44,899 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:44 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-32c94d99-fa6a-4b7d-94d0-218342159f30', 'x-compute-request-id': 'req-32c94d99-fa6a-4b7d-94d0-218342159f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2'} Body: b'{"server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "name": "tempest-ServerStableDeviceRescueTest-server-1267822158", "status": "BUILD", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "user_id": "9856 fa4dcb9d407bbeb0952587500917", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:45Z", "updated": "2023-04-18T20:57:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-280229981", "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-18 20:58:35,295 79657 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/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2 0.334s 2023-04-18 20:58:35,295 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1552', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f624a7c-b127-4aae-a7ec-a99f6960a45f', 'x-compute-request-id': 'req-4f624a7c-b127-4aae-a7ec-a99f6960a45f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2'} Body: b'{"server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "name": "tempest-ServerStableDeviceRescueTest-server-1267822158", "status": "ACTIVE", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "user_id": "9856fa4dcb9d407bbeb0952587500917", "metadata": {}, "hostId": "ec58997bddd6706ef4d84fa8eb8634817a503443c819bf6d05d534da", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:44Z", "updated": "2023-04-18T20:58:00Z", "addresses": {"tempest-ServerStableDeviceRescueTest-2113676116-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:17:0a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-280229981", "OS-SRV-USG:launched_at": "2023-04-18T20:57:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--396920405"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 20:58:35,308 79657 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 20:59:35,789 79657 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/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2/os-interface 0.421s 2023-04-18 20:59:35,790 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:35 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-9e143279-d629-44ad-ada2-b3e8dc499197', 'x-compute-request-id': 'req-9e143279-d629-44ad-ada2-b3e8dc499197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e8ac6e16-c9e2-4d15-b1fb-e33f0eea2d59", "port_id": "33329926-393f-4b4b-80c1-5b5d97bdfc2d", "mac_addr": "fa:16:3e:bc:17:0a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "609dfccd-f37c-47b3-b52b-af1e64853a81", "ip_address": "10.0.0.7"}]}]}' 2023-04-18 20:59:37,224 79657 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/12749670-d460-4c23-aaac-7a2e0c9c3a89 1.430s 2023-04-18 20:59:37,224 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "33329926-393f-4b4b-80c1-5b5d97bdfc2d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c5081466-407a-4d69-94d5-ca58ae66ee22', 'date': 'Tue, 18 Apr 2023 20:59:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/12749670-d460-4c23-aaac-7a2e0c9c3a89'} Body: b'{"floatingip": {"id": "12749670-d460-4c23-aaac-7a2e0c9c3a89", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "floating_ip_address": "172.24.4.140", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "e4ace073-2686-4587-929e-23ad3addc6e1", "port_id": "33329926-393f-4b4b-80c1-5b5d97bdfc2d", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e8ac6e16-c9e2-4d15-b1fb-e33f0eea2d59", "mac_address": "fa:16:3e:bc:17:0a", "admin_state_up": true, "status": "ACTIVE", "device_id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:57:41Z", "updated_at": "2023-04-18T20:59:36Z", "revision_number": 1, "project_id": "f7f30bf556984db19a19b918133d0ade"}}' 2023-04-18 20:59:37,226 79657 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.140:22' as 'cirros' with public key authentication 2023-04-18 20:59:37,244 79657 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 20:59:37,266 79657 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 20:59:37,267 79657 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.140 successfully created 2023-04-18 20:59:38,090 79657 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/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2/action 0.822s 2023-04-18 20:59:38,090 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1894514503"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:37 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/484aebc1-ec99-4bb3-ab97-400f4649554c ', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edf51c27-7417-4002-9a33-9a3abcb7839f', 'x-compute-request-id': 'req-edf51c27-7417-4002-9a33-9a3abcb7839f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2/action'} Body: b'' 2023-04-18 20:59:38,148 79657 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/484aebc1-ec99-4bb3-ab97-400f4649554c 0.055s 2023-04-18 20:59:38,148 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:38 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-21a175f1-400b-4fc2-bc14-ffff7e1dd97c', 'x-compute-request-id': 'req-21a175f1-400b-4fc2-bc14-ffff7e1dd97c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/484aebc1-ec99-4bb3-ab97-400f4649554c'} Body: b'{"image": {"id": "484aebc1-ec99-4bb3-ab97-400f4649554c", "name": "tempest-ServerStableDeviceRescueTest-image-1894514503", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1995300126", "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-1995300126-project-member", "user_id": "9856fa4dcb9d407bbeb0952587500917"}, "created": "2023-04-18T20:59:38Z", "updated": "2023-04-18T20:59:38Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/484aebc1-ec99-4bb3-ab97-400f4649554c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/484aebc1-ec99-4bb3-ab97-400f4649554c"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/484aebc1-ec99-4bb3-ab97-400f4649554c"}], "server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}]}}}' 2023-04-18 21:00:28,259 79657 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/484aebc1-ec99-4bb3-ab97-400f4649554c 0.059s 2023-04-18 21:00:28,260 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:28 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-82e17c30-f7d7-40e2-aee2-f3c48453cfbf', 'x-compute-request-id': 'req-82e17c30-f7d7-40e2-aee2-f3c48453cfbf', 'connection': 'close', 'status': '200', 'content-location': 'ht tp://10.0.0.210/compute/v2.1/images/484aebc1-ec99-4bb3-ab97-400f4649554c'} Body: b'{"image": {"id": "484aebc1-ec99-4bb3-ab97-400f4649554c", "name": "tempest-ServerStableDeviceRescueTest-image-1894514503", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "owner_id": "f7f30bf556984db19a19b918133d0ade", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1995300126", "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-1995300126-project-member", "user_id": "9856fa4dcb9d407bbeb0952587500917"}, "created": "2023-04-18T20:59:38Z", "updated": "2023-04-18T20:59:43Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/484aebc1-ec99-4bb3-ab97-400f4649554c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/484aebc1-ec99-4bb3-ab97-400f4649554c"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/484aebc1-ec99-4bb3-ab97-400f4649554c"}], "server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}]}}}' 2023-04-18 21:00:28,323 79657 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/484aebc1-ec99-4bb3-ab97-400f4649554c 0.057s 2023-04-18 21:00:28,323 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:28 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-adcb54c4-2b07-4348-a2f8-b0f9d57deff9', 'x-compute-request-id': 'req-adcb54c4-2b07-4348-a2f8-b0f9d57deff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/484aebc1-ec99-4bb3-ab97-400f4649554c'} Body: b'{"image": {"id": "484aebc1-ec99-4bb3-ab97-400f4649554c", "name": "tempest-ServerStableDeviceRescueTest-image-1894514503", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "owner_id": "f7f30bf556984db19a19b918133d0ade", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1995300126", "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-1995300126-project-member", "user_id": "9856fa4dcb9d407bbeb0952587500917"}, "created": "2023-04-18T20:59:38Z", "updated": "2023-04-18T20:59:43Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/484aebc1-ec99-4bb3-ab97-400f4649554c"}, {"rel": "book mark", "href": "http://10.0.0.210/compute/images/484aebc1-ec99-4bb3-ab97-400f4649554c"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/484aebc1-ec99-4bb3-ab97-400f4649554c"}], "server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}]}}}' 2023-04-18 21:00:28,580 79657 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/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2 0.251s 2023-04-18 21:00:28,580 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1103eb15-ae68-432c-b2e6-c9d92b2f9a75', 'x-compute-request-id': 'req-1103eb15-ae68-432c-b2e6-c9d92b2f9a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2'} Body: b'{"server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "name": "tempest-ServerStableDeviceRescueTest-server-1267822158", "status": "ACTIVE", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "user_id": "9856fa4dcb9d407bbeb0952587500917", "metadata": {}, "hostId": "ec58997bddd6706ef4d84fa8eb8634817a503443c819bf6d05d534da", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:44Z", "updated": "2023-04-18T20:59:43Z", "addresses": {"tempest-ServerStableDeviceRescueTest-2113676116-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:17:0a"}, {"version": 4, "addr": "172.24.4.140", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:17:0a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-280229981", "OS-SRV-USG:launched_at": "2023-04-18T20:57:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--396920405"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:01:28,790 79657 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/484aebc1-ec99-4bb3-ab97-400f4649554c 0.137s 2023-04-18 21:01:28,791 79657 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': 'Tue, 18 Apr 2023 21:01:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1644', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3edbd76f-9d44-45b6-9798-8cbff0b781f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/484aebc1-e c99-4bb3-ab97-400f4649554c'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "owner_id": "f7f30bf556984db19a19b918133d0ade", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1995300126", "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-1995300126-project-member", "user_id": "9856fa4dcb9d407bbeb0952587500917", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1894514503", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "5e017380eb28e1dccf22561f1ff38c83", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f7f30bf556984db19a19b918133d0ade", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d08cc8aed130221cbbb8d2bc50b60cc414bfaa4f0beec0083ea7f9bd4b2146655d38ca476572d5e4e9e0ecd397d9b44ad465ff6abfd5e3d4d302f561a6ef351f", "id": "484aebc1-ec99-4bb3-ab97-400f4649554c", "created_at": "2023-04-18T20:59:38Z", "updated_at": "2023-04-18T21:01:29Z", "tags": [], "self": "/v2/images/484aebc1-ec99-4bb3-ab97-400f4649554c", "file": "/v2/images/484aebc1-ec99-4bb3-ab97-400f4649554c/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:01:28,960 79657 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/484aebc1-ec99-4bb3-ab97-400f4649554c 0.169s 2023-04-18 21:01:28,961 79657 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': 'Tue, 18 Apr 2023 21:01:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'x-openstack-request-id': 'req-692ecc0d-4fc0-4511-9f8b-b2f079d7b823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/484aebc1-ec99-4bb3-ab97-400f4649554c'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "owner_id": "f7f30bf556984db19a19b918133d0ade", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1995300126", "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-1995300126-project-member", "user_id": "9856fa4dcb9d407bbeb0952587500917", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1894514503", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "5e017380eb28e1dccf22561f1ff38c83", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f7f30bf556984db19a19b918133d0ade", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d08cc8aed130221cbbb8d2bc50b60cc414bfaa4f0beec0083ea7f9bd4b2146655d38ca476572d5e4e9e0ecd397d9b44ad465ff6abfd5e3d4d302f561a6ef351f", "id": "484aebc1-ec99-4bb3-ab97-400f4649554c", "created_at": "2023-04-18T20:59:38Z", "updated_at": "2023-04-18T21:01:29Z", "tags": [], "self": "/v2/images/484aebc1-ec99-4bb3-ab97-400f4649554c", "file": "/v2/images/484aebc1-ec99-4bb3-ab97-400f4649554c/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:01:29,244 79657 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/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2 0.283s 2023-04-18 21:01:29,245 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37ca4720-1b09-460d-8e70-bd85febd80f6', 'x-compute-request-id': 'req-37ca4720-1b09-460d-8e70-bd85febd80f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2'} Body: b'{"server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "name": "tempest-ServerStableDeviceRescueTest-server-1267822158", "status": "ACTIVE", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "user_id": "9856fa4dcb9d407bbeb0952587500917", "metadata": {}, "hostId": "ec58997bddd6706ef4d84fa8eb8634817a503443c819bf6d05d534da", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:44Z", "updated": "2023-04-18T20:59:43Z", "addresses": {"tempest-ServerStableDeviceRescueTest-2113676116-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:17:0a"}, {"version": 4, "addr": "172.24.4.140", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:17:0a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-280229981", "OS-SRV-USG:launched_at": "2023-04-18T20:57:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--396920405"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:01:29,631 79657 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/f7f30bf556984db19a19b918133d0ade/volumes 0.374s 2023-04-18 21:01:29,631 79657 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-938804795"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebd535ae-8d5f-4e1b-8bee-4ebc8cd0bd73', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebd535ae-8d5f-4e1b-8bee-4ebc8cd0bd73', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade/volumes'} Body: b'{"volume": {"id": "d36f78a9-83b6-40fb-8963-d602dbfc3531", "status": "creating", "size": 1, "availability_zone": "nova", "cr eated_at": "2023-04-18T21:01:29.570019", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-938804795", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531"}], "user_id": "9856fa4dcb9d407bbeb0952587500917", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:01:29,704 79657 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/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531 0.059s 2023-04-18 21:01:29,704 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8bd86f-c99d-4a3b-8f52-e135e14b92b8', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8bd86f-c99d-4a3b-8f52-e135e14b92b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531'} Body: b'{"volume": {"id": "d36f78a9-83b6-40fb-8963-d602dbfc3531", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:30.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-938804795", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531"}], "user_id": "9856fa4dcb9d407bbeb0952587500917", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7f30bf556984db19a19b918133d0ade"}}' 2023-04-18 21:01:30,759 79657 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/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531 0.042s 2023-04-18 21:01:30,759 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2ce40a6-1118-49f6-b640-7a5610276542', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2ce40a6-1118-49f6-b640-7a5610276542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531'} Body: b'{"volume": {"id": "d36f78a9-83b6-40fb-8963-d602dbfc3531", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:30.000000", "updated_at": "2023-04-18T21:01:30.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-938804795", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "link s": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531"}], "user_id": "9856fa4dcb9d407bbeb0952587500917", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7f30bf556984db19a19b918133d0ade"}}' {8} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.441250s] ... 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 b8fcd13e-1750-4110-9641-cd06f3ddf3f5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:00:02,867 79661 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.093s 2023-04-18 21:00:02,868 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:02 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-3ce89a81-9282-487c-9ce6-5e95f3609c93', '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": "e4224e9c1f5a47649dae0fd569edace2", "name": "tempest-VolumesAdminNegativeTest-168114348-project-member", "password_expires_at": null}, "audit_ids": ["oMB1pNw2SGSdZWUgsK408Q"], "expires_at": "2023-04-18T22:00:02.000000Z", "issued_at": "2023-04-18T21:00:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc1123ea88c041ed82b64c982aac6a35", "name": "tempest-VolumesAdminNegativeTest-168114348"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cc1123ea88c041ed82b64c982aac6a35", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:00:02,868 79661 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '1f06ea51-cc21-4201-9d4e-71c62d9b569e', 'name': 'tempest-VolumesAdminNegativeTest-2016728330-network', 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cc1123ea88c041ed82b6 4c982aac6a35', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51110, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:13Z', 'revision_number': 1} available for tenant 2023-04-18 21:00:03,440 79661 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.570s 2023-04-18 21:00:03,440 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-424829948", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "1f06ea51-cc21-4201-9d4e-71c62d9b569e"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/75507028-ae5f-4d84-8a8a-2b767254ea68', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e2fe8c2-e57f-4670-9361-d93cc2e9bd88', 'x-compute-request-id': 'req-2e2fe8c2-e57f-4670-9361-d93cc2e9bd88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "75507028-ae5f-4d84-8a8a-2b767254ea68", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/75507028-ae5f-4d84-8a8a-2b767254ea68"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/75507028-ae5f-4d84-8a8a-2b767254ea68"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "J2YzHWm9nUi7"}}' 2023-04-18 21:00:03,535 79661 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/75507028-ae5f-4d84-8a8a-2b767254ea68 0.091s 2023-04-18 21:00:03,535 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:03 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-57120491-3382-4573-b300-9714053ee36a', 'x-compute-request-id': 'req-57120491-3382-4573-b300-9714053ee36a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/75507028-ae5f-4d84-8a8a-2b767254ea68'} Body: b'{"server": {"id": "75507028-ae5f-4d84-8a8a-2b767254ea68", "name": "tempest-VolumesAdminNegativeTest-server-424829948", "status": "BUILD", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "user_id": "e4224e9c1f5a47649dae0fd569edace2", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:03Z", "updated": "2023-04-18T21:00:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/75507028-ae5f-4d84-8a8a-2b767254ea68"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/75507028-ae5f-4d84-8a8a-2b767254ea68"}], "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-18 21:00:53,827 79661 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/75507028-ae5f-4d84-8a8a-2b767254ea68 0.230s 2023-04-18 21:00:53,827 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:53 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-89561cb2-791d-434a-b181-6d3e1d67118b', 'x-compute-request-id': 'req-89561cb2-791d-434a-b181-6d3e1d67118b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/75507028-ae5f-4d84-8a8a-2b767254ea68'} Body: b'{"server": {"id": "75507028-ae5f-4d84-8a8a-2b767254ea68", "name": "tempest-VolumesAdminNegativeTest-server-424829948", "status": "ACTIVE", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "user_id": "e4224e9c1f5a47649dae0fd569edace2", "metadata": {}, "hostId": "fc0ff7b22130e99984ccd9aa8f0a80f2eb2f26550812584fb38d8929", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:03Z", "updated": "2023-04-18T21:00:10Z", "addresses": {"tempest-VolumesAdminNegativeTest-2016728330-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:ed:1f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/75507028-ae5f-4d84-8a8a-2b767254ea68"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/75507028-ae5f-4d84-8a8a-2b767254ea68"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:00:10.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-18 21:00:53,839 79661 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:01:54,087 79661 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/cc1123ea88c041ed82b64c982aac6a35/volumes 0.194s 2023-04-18 21:01:54,088 79661 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-596999310"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-195e9857-bb3e-472b-a602-7433d9ab3619', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-195e9857-bb3e-472b-a602-7433d9ab3619', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes'} Body: b'{"volume": {"id": "b8fcd13e- 1750-4110-9641-cd06f3ddf3f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:54.025121", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-596999310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5"}], "user_id": "e4224e9c1f5a47649dae0fd569edace2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:01:54,138 79661 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/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5 0.041s 2023-04-18 21:01:54,139 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24e2f533-519e-46e9-83f7-667305cab3d8', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24e2f533-519e-46e9-83f7-667305cab3d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5'} Body: b'{"volume": {"id": "b8fcd13e-1750-4110-9641-cd06f3ddf3f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:54.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-596999310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5"}], "user_id": "e4224e9c1f5a47649dae0fd569edace2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 2023-04-18 21:01:55,192 79661 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/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5 0.042s 2023-04-18 21:01:55,193 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14a3323e-af8c-4a8b-a9e5-ef5c5d9671ce', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14a3323e-af8c-4a8b-a9e5-ef5c5d9671ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5'} Body: b'{"volume": {"id": "b8fcd13e-1750-4110-9641-cd06f3ddf3f5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:54.000000", "updated_at": "2023-04-18T21:01:54.000000", "name": "tempest-VolumesAdminNegativeTest-volume-596999310", "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/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5"}], "user_id": "e4224e9c1f5a47649dae0fd569edace2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc1123ea88c041ed82b64c982aac6a35"}}' {1} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.386174s] ... 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 ab5dccb6-ff4b-469b-833e-5312a58cd871 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:02:18,448 79647 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes 0.244s 2023-04-18 21:02:18,449 79647 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-349627061"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cffe02f-bb6f-4c42-aa8b-7abce191def5', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cffe02f-bb6f-4c42-aa8b-7abce191def5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes'} Body: b'{"volume": {"id": "ab5dccb6-ff4b-469b-833e-5312a58cd871", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:18.385517", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-349627061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871"}], "user_id": "790ad228383143da97ce2b964b7fce07", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:02:18,504 79647 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871 0.045s 2023-04-18 21:02:18,504 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc0e9f73-96cb-4314-bcd8-9b18b988cfb9', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc0e9f73-96cb-4314-bcd8-9b18b988cfb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871'} Body: b'{"volume": {"id": "ab5dccb6-ff4b-469b-833e-5312a58cd871", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:18.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-349627061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871"}], "user_id": "790ad228383143da97ce2b964b7fce07", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef80599ace4b477c9a9222526789e3c6"}}' 2023-04-18 21:02:19,574 79647 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871 0.059s 2023-04-18 21:02:19,575 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-803d2430-6bc9-4acf-bb31-bfc913aa7865', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-803d2430-6bc9-4acf-bb31-bfc913aa7865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871'} Body: b'{"volume": {"id": "ab5dccb6-ff4b-469b-833e-5312a58cd871", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:18.000000", "updated_at": "2023-04-18T21:02:19.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-349627061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871"}], "user_id": "790ad228383143da97ce2b964b7fce07", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef80599ace4b477c9a9222526789e3c6"}}' {1} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.353314s] ... 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 21eff241-3480-4116-a06b-da23b10eaf71 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:02:19,782 79647 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes 0.191s 2023-04-18 21:02:19,782 79647 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-125209973"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c112e314-4b8c-4749-8297-1e526fb8d68c', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c112e314-4b8c-4749-8297-1e526fb8d68c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes'} Body: b'{"volume": {"id": "21eff241-3480-4116-a06b-da23b10eaf71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:19.719412", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-125209973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71"}], "user_id": "790ad228383143da97ce2b964b7fce07", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:02:19,854 79647 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71 0.063s 2023-04-18 21:02:19,855 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ece656e-472c-476f-a089-8bcb527e7588', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ece656e-472c-476f-a089-8bcb527e7588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71'} Body: b'{"volume": {"id": "21eff241-3480-4116-a06b-da23b10eaf71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:20.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-125209973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71"}], "user_id": "790ad228383143da97ce2b964b7fce07", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef80599ace4b477c9a9222526789e3c6"}}' 2023-04-18 21:02:20,931 79647 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71 0.065s 2023-04-18 21:02:20,932 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca3b3314-fc5e-4ad1-8af8-0327a0053198', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca3b3314-fc5e-4ad1-8af8-0327a0053198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71'} Body: b'{"volume": {"id": "21eff241-3480-4116-a06b-da23b10eaf71", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:20.000000", "updated_at": "2023-04-18T21:02:20.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-125209973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71"}], "user_id": "790ad228383143da97ce2b964b7fce07", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef80599ace4b477c9a9222526789e3c6"}}' {6} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {6} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {6} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.012622s] ... ok {6} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.177798s] ... ok {6} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.171338s] ... ok {6} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.077151s] ... ok {6} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.012622s] ... ok {6} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.058544s] ... ok {6} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.014506s] ... ok {6} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.546759s] ... 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 283103fd-bda4-48b8-bc45-f2bebd43386c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:02:36,626 79657 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes 0.225s 2023-04-18 21:02:36,626 79657 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-1003636537"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac23d7ee-cf1d-4f2b-b24b-975981da210e', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac23d7ee-cf1d-4f2b-b24b-975981da210e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes'} Body: b'{"volume": {"id": "283103fd-bda4-48b8-bc45-f2bebd43386c", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T21:02:36.567637", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1003636537", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}], "user_id": "5ce33ad1a9dd4feb929be1e2df97aba1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:02:36,675 79657 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c 0.039s 2023-04-18 21:02:36,676 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb32f0a-7372-4492-8437-a9f814ca4f90', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb32f0a-7372-4492-8437-a9f814ca4f90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c'} Body: b'{"volume": {"id": "283103fd-bda4-48b8-bc45-f2bebd43386c", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T21:02:37.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1003636537", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}], "user_id": "5ce33ad1a9dd4feb929be1e2df97aba1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5019e63431a48bdb9218a3c6caf4d7d"}}' 2023-04-18 21:02:37,733 79657 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd433 86c 0.046s 2023-04-18 21:02:37,733 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac934e63-f344-495f-af69-79bc1ac0793d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac934e63-f344-495f-af69-79bc1ac0793d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c'} Body: b'{"volume": {"id": "283103fd-bda4-48b8-bc45-f2bebd43386c", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T21:02:37.000000", "updated_at": "2023-04-18T21:02:37.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1003636537", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}], "user_id": "5ce33ad1a9dd4feb929be1e2df97aba1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5019e63431a48bdb9218a3c6caf4d7d"}}' 2023-04-18 21:02:37,796 79657 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c 0.052s 2023-04-18 21:02:37,796 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bac316e-66ef-4888-ad55-333aa5b28c23', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bac316e-66ef-4888-ad55-333aa5b28c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c'} Body: b'{"volume": {"id": "283103fd-bda4-48b8-bc45-f2bebd43386c", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T21:02:37.000000", "updated_at": "2023-04-18T21:02:37.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1003636537", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}], "user_id": "5ce33ad1a9dd4feb929be1e2df97aba1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5019e63431a48bdb9218a3c6caf4d7d"}}' 2023-04-18 21:02:37,925 79657 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c 0.117s 2023-04-18 21:02:37,925 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Tue, 18 Apr 2023 21:02: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-3bace2f3-0c65-4b3a-8b68-120b41969c07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c'} Body: b'' 2023-04-18 21:02:37,945 79657 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c 0.020s 2023-04-18 21:02:37,946 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02: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-0111d3dd-b4d6-44ca-8cf4-a07a15d41e74', 'x-openstack-request-id': 'req-0111d3dd-b4d6-44ca-8cf4-a07a15d41e74', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 283103fd-bda4-48b8-bc45-f2bebd43386c could not be found."}}' {6} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [3.165668s] ... 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 9dd1a28d-2831-42d2-b193-186c4c9a4b02 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:02:54,877 79657 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.159s 2023-04-18 21:02:54,877 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1532410493", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPpbHXdl6GSJItbd/+L3t6EH6+LOJHYdhloS3K1s9Od7u57yAKf7js9ToT85JnmtsEJwUP33jw51dQfDnBPfwMq3CLz6WOWm+Kgo3/mNxUrFl1jMdu4+1PIQ2z6Mg0sMwg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:54 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-4bfae5b7-3ab8-4fcb-82c5-fc031d469d84', 'x-compute-request-id': 'req-4bfae5b7-3ab8-4fcb-82c5-fc031d469d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1532410493", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPpbHXdl6GSJItbd/+L3t6EH6+LOJHYdhloS3K1s9Od7u57yAKf7js9ToT85JnmtsEJwUP33jw51dQfDnBPfwMq3CLz6WOWm+Kgo3/mNxUrFl1jMdu4+1PIQ2z6Mg0sMwg==", "fingerprint": "d6:08:57:91:66:0e:b6:9a:29:40:2b:23:08:75:b3:97", "user_id": "d1bebdc54f8447d7940e67d92d9d90a3"}}' 2023-04-18 21:02:55,033 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.152s 2023-04-18 21:02:55,033 79657 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-987428643", "description": "tempest-secgroup-smoke-987428643 description", "project_id": "0160c1d55d624c76812294db251b9a07"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-07875601-a42b-4609-8081-cd6088312b97', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "name": "tempest-secgroup-smoke-987428643", "stateful": true, "tenant_id": "0160c1d55d624c76812294db251b9a07", "description": "tempest-secgroup-smoke-987428643 description", "shared": false, "security_group_rules": [{"id": "095f30f5-73d6-419b-854b-d16f6343406f", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 644, "description": null, "tags": [], "created_at": "2023-04-18T21:02:54Z", "updated_at": "2023-04-18T21:02:54Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}, {"id": "b6ba2120-5ed9-4ac9-b4e1-3456c7fa44d9", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 645, "description": null, "tags": [], "created_at": "2023-04-18T21:02:54Z", "updated_at": "2023-04-18T21:02:54Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}], "tags": [], "created_at": "2023-04-18T21:02:54Z", "updated_at": "2023-04-18T21:02:5 4Z", "revision_number": 1, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:55,194 79657 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-18 21:02:55,195 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "project_id": "0160c1d55d624c76812294db251b9a07", "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-e3da22ab-6047-4bba-8d6d-973e77726337', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "68de895f-8d47-4b66-a30a-beb0f9ca7790", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "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-18T21:02:55Z", "updated_at": "2023-04-18T21:02:55Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:55,346 79657 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.151s 2023-04-18 21:02:55,347 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "project_id": "0160c1d55d624c76812294db251b9a07", "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-76c675ac-c701-4c85-9a2c-daaf3d7f317b', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7caf66ec-c674-4dee-a583-8fd2afa02305", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "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-18T21:02:55Z", "updated_at": "2023-04-18T21:02:55Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:55,500 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.153s 2023-04-18 21:02:55,500 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "project_id": "0160c1d55d624c76812294db251b9a07", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-79ae5cef-0161-43e4-9a04-cd15eb978264', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"secu rity_group_rule": {"id": "063c7015-caa2-4097-a22b-0e72525cec3a", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "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-18T21:02:55Z", "updated_at": "2023-04-18T21:02:55Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:55,655 79657 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-18 21:02:55,655 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "project_id": "0160c1d55d624c76812294db251b9a07", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-4d697740-52a5-4865-8748-59bf58573aeb', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bd3e534d-0d27-4931-aeb0-add8252b71d4", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "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-18T21:02:55Z", "updated_at": "2023-04-18T21:02:55Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:55,816 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.159s 2023-04-18 21:02:55,816 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "project_id": "0160c1d55d624c76812294db251b9a07", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-133af974-920a-4453-b79b-ae402df928c5', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "684d2a93-8d6e-44ba-abbe-318e7f916b01", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "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-18T21:02:55Z", "updated_at": "2023-04-18T21:02:55Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:55,979 79657 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.162s 2023-04-18 21:02:55,980 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "project_id": "0160c1d55d624c76812294db251b9a07", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6bb4dc1e-ac27-408f-94de-21680daa7120', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1ffe2834-c888-4f72-bffe-a436557e3e87", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "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-18T21:02:55Z", "updated_at": "2023-04-18T21:02:55Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:56,019 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-04-18 21:02:56,019 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2805', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b3d7d893-1ff7-4bc6-9cdc-914f5af07e4e', '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": "d1bebdc54f8447d7940e67d92d9d90a3", "name": "tempest-TestShelveInstance-11921144-project-member", "password_expires_at": null}, "audit_ids": ["Y_-igOeETKyQDesfRJshbQ"], "expires_at": "2023-04-18T22:02:56.000000Z", "issued_at": "2023-04-18T21:02:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0160c1d55d624c76812294db251b9a07", "name": "tempest-TestShelveInstance-11921144"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0160c1d55d624c76812294db251b9a07", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "nam e": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:02:56,020 79657 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '6c03a095-b6ce-4d6c-ba7b-4c2a63c56f2e', 'name': 'tempest-TestShelveInstance-246740636-network', 'tenant_id': '0160c1d55d624c76812294db251b9a07', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0160c1d55d624c76812294db251b9a07', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10051, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:02:39Z', 'updated_at': '2023-04-18T21:02:39Z', 'revision_number': 1} available for tenant 2023-04-18 21:02:56,410 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes 0.389s 2023-04-18 21:02:56,410 79657 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-488606100", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bcc43ac-ac4d-416c-87fb-36d422399ca3', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bcc43ac-ac4d-416c-87fb-36d422399ca3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes'} Body: b'{"volume": {"id": "9dd1a28d-2831-42d2-b193-186c4c9a4b02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:56.341895", "updated_at": null, "name": "tempest-tempest.common.compute-volume-488606100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02"}], "user_id": "d1bebdc54f8447d7940e67d92d9d90a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:02:56,474 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02 0.055s 2023-04-18 21:02:56,475 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e75b190b-3d2a-477d-9d3e-354404fc8ca4', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-i d': 'req-e75b190b-3d2a-477d-9d3e-354404fc8ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02'} Body: b'{"volume": {"id": "9dd1a28d-2831-42d2-b193-186c4c9a4b02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:56.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-488606100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02"}], "user_id": "d1bebdc54f8447d7940e67d92d9d90a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:57,529 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02 0.039s 2023-04-18 21:02:57,529 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-830e132a-bc91-4418-a055-0d8027ba184e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-830e132a-bc91-4418-a055-0d8027ba184e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02'} Body: b'{"volume": {"id": "9dd1a28d-2831-42d2-b193-186c4c9a4b02", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:56.000000", "updated_at": "2023-04-18T21:02:56.000000", "name": "tempest-tempest.common.compute-volume-488606100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02"}], "user_id": "d1bebdc54f8447d7940e67d92d9d90a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:57,676 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02 0.136s 2023-04-18 21:02:57,676 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02: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-aedc0e2d-0192-401f-925b-45188acf6e32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02'} Body: b'' 2023-04-18 21:02:57,696 79657 INFO [tempest.lib.common.rest_client] Reque st (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02 0.020s 2023-04-18 21:02:57,697 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1e318ad-0ee0-4e0d-9472-b834495d4f16', 'x-openstack-request-id': 'req-f1e318ad-0ee0-4e0d-9472-b834495d4f16', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9dd1a28d-2831-42d2-b193-186c4c9a4b02 could not be found."}}' 2023-04-18 21:02:57,851 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dde45aa0-ed98-4393-8241-41ab8a68b5ea 0.152s 2023-04-18 21:02:57,851 79657 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-34913378-ec8c-4b11-ac6e-7f6b0b3b6f07', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:02:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dde45aa0-ed98-4393-8241-41ab8a68b5ea'} Body: b'' 2023-04-18 21:02:57,880 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1532410493 0.028s 2023-04-18 21:02:57,880 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecef4c21-867c-40c0-9667-bee747a3dda7', 'x-compute-request-id': 'req-ecef4c21-867c-40c0-9667-bee747a3dda7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1532410493'} Body: b'' {6} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {6} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.475480s] ... 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 2086b482-026e-4bc1-a8ef-cc849c88f98f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:03:06,670 79657 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes 0.358s 2023-04-18 21:03:06,670 79657 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-876107143"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b795dd1a-09f5-497e-8216-3996bec1a95a', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b795dd1a-09f5-497e-8216-3996bec1a95a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes'} Body: b'{"volume": {"id": "2086b482-026e-4bc1-a8ef-cc849c88f98f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:06.609669", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-876107143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f"}], "user_id": "2599038da6c54e8d95bc566a8494c95a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:03:06,719 79657 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f 0.040s 2023-04-18 21:03:06,720 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc5ad298-8aea-4259-9680-f04a53453ff5', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc5ad298-8aea-4259-9680-f04a53453ff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f'} Body: b'{"volume": {"id": "2086b482-026e-4bc1-a8ef-cc849c88f98f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:07.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-876107143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f"}], "user_id": "2599038da6c54e8d95bc566a8494c95a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a545952ca5b48d881c6c228520cc367"}}' 2023-04-18 21:03:07,775 79657 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482- 026e-4bc1-a8ef-cc849c88f98f 0.043s 2023-04-18 21:03:07,775 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a519bcc7-a494-4c2d-931c-ca6f6ef127da', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a519bcc7-a494-4c2d-931c-ca6f6ef127da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f'} Body: b'{"volume": {"id": "2086b482-026e-4bc1-a8ef-cc849c88f98f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:07.000000", "updated_at": "2023-04-18T21:03:07.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-876107143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f"}], "user_id": "2599038da6c54e8d95bc566a8494c95a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a545952ca5b48d881c6c228520cc367"}}' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [168.517951s] ... 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 4006192e-910d-4b5d-9f71-ece7ed498424 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:00:29,420 79665 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 21:00:29,421 79665 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 21:00:29,469 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.046s 2023-04-18 21:00:29,470 79665 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-315105593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEZ2K3cnNvtjFZ6HCKgpzPCuqfThj3QLNRcRUQif05prRTUe+ZE5sgWLZbHRFypvm4YPzpVRg9plZ0PSJO8LQbnjNL1mPHV0HWvnbOZmAlfq1Umae4NgcpO4sL4itMdguQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:29 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-39e7c356-002f-4d13-a7d8-2ec057645266', 'x-compute-request-id': 'req-39e7c356-002f-4d13-a7d8-2ec057645266', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-315105593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEZ2K3cnNvtjFZ6HCKgpzPCuqfThj3QLNRcRUQif05prRTUe+ZE5sgWLZbHRFypvm4YPzpVRg9plZ0PSJO8LQbnjNL1mPHV0HWvnbOZmAlfq1Umae4NgcpO4sL4itMdguQ==", "fingerprint": "0e:e7:64:28:04:99:f8:15:e6:02:4d:74:d7:36:e7:76", "user_id": "220589b8afc240778bff63d1e5ce20d1"}}' 2023-04-18 21:00:29,472 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-315105593 created 2023-04-18 21:00:29,636 79665 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-18 21:00:29,636 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1442657046", "description": "tempest-description--1276247696"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-6c834295-53f2-4681-8312-7a5b560f7079', 'date': 'Tue, 18 Apr 2023 21:00:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "82994cbf-419a-45ba-be86-6aeaa084b669", "name": "tempest-securitygroup--1442657046", "stateful": true, "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "description": "tempest-description--1276247696", "shared": false, "security_group_rules": [{"id": "5734aa7b-0509-4310-8986-64ea8bde07ce", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "82994cbf-419a-45ba-be86-6aeaa084b669", "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": 539, "description": null, "tags": [], "created_at": "2023-04-18T21:00:29Z", "updated_at": "2023-04-18T21:00:29Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}, {"id": "c0fd6b24-d71f-4a74-ad07-ad19034088da", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "82994cbf-419a-45ba-be86-6aeaa084b669", "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": 538, "description": null, "tags": [], "created_at": "2023-04-18T21:00:29Z", "updated_at": "2023-04-18T21:00:29Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}], "tags": [], "created_at": "2023-04-18T21:00:29Z", "updated_at": "2023-04-18T21:00:29Z", "revision_number": 1, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 21:00:29,955 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.318s 2023-04-18 21:00:29,955 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "82994cbf-419a-45ba-be86-6aeaa084b669", "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-c3c743a3-31f1-4dc7-81b2-86e64acff32d', 'date': 'Tue, 18 Apr 2023 21:00:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "de5a6f46-8601-4f97-9d49-e30ab097a8d5", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "82994cbf-419a-45ba-be86-6aeaa084b669", "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-18T21:00:29Z", "updated_at": "2023-04-18T21:00:29Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 21:00:30,145 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.189s 2023-04-18 21:00:30,146 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "82994cbf-419a-45ba-be86-6aeaa084b669", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7ccc02e6-5b2c-4d79-b448-1bdc242c8ff9', 'date': 'Tue, 18 Apr 2023 21:00:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "43be4f53-124b-46e9-84c9-5d75f1179f26", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "82994cbf-419a-45ba-be86-6aeaa084b669", "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-18T21:00:30Z", "updated_at": "2023-04-18T21:00:30Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 21:00:30,146 79665 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1442657046 created 2023-04-18 21:00:31,297 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.150s 2023-04-18 21:00:31,297 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-dbee7bbb-dbf9-4abe-abdd-29fc98cb5a93', 'date': 'Tue, 18 Apr 2023 21:00:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "floating_ip_address": "172.24.4.150", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:00:30Z", "updated_at": "2023-04-18T21:00:30Z", "revision_number": 0}}' 2023-04-18 21:00:31,297 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'floating_ip_address': '172.24.4.150', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:00:30Z', 'updated_at': '2023-04-18T21:00:30Z', 'revision_number': 0, 'ip': '172.24.4.150'} created 2023-04-18 21:00:31,389 79665 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.085s 2023-04-18 21:00:31,389 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:31 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-65fb06d9-96c8-4873-b456-8211a84d461d', '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": "220589b8afc240778bff63d1e5ce20d1", "name": "tempest-AttachVolumeShelveTestJSON-119116216-project-member", "password_expires_at": null}, "audit_ids": ["EL25ejUUTUGZM5s7MhK9sw"], "expires_at": "2023-04-18T22:00:31.000000Z", "issued_at": "2023-04-18T21:00:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "name": "tempest-AttachVolumeShelveTestJSON-119116216"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79ea c4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/930dabaafe5c4d12ad95aa77bbc7cf5a", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:00:31,390 79665 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'a22cbca0-4451-45e1-8cdc-b8649f5dfe5d', 'name': 'tempest-AttachVolumeShelveTestJSON-1851043927-network', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63206, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 21:00:31,390 79665 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-315105593', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEZ2K3cnNvtjFZ6HCKgpzPCuqfThj3QLNRcRUQif05prRTUe+ZE5sgWLZbHRFypvm4YPzpVRg9plZ0PSJO8LQbnjNL1mPHV0HWvnbOZmAlfq1Umae4NgcpO4sL4itMdguQ==', 'fingerprint': '0e:e7:64:28:04:99:f8:15:e6:02:4d:74:d7:36:e7:76', 'user_id': '220589b8afc240778bff63d1e5ce20d1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDsknF7wLU6Zjt757IFB2eHBsDgVp8Fp2L9+v1dBXIlNjrqkdDbx+ci\nTERSFVONtRGgBwYFK4EEACKhZANiAARGdit3Jzb7YxWehwioKczwrqn04Y90CzUX\nEVEIn9Oaa0U1HvmRObIFi2Wx0Rcqb5uGD86VUYPaZWdD0iTvC0G54zS9Zjx1dB1r\n52zmZgJX6tVJmnuDYHKTuLC+IrTHYLk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '82994cbf-419a-45ba-be86-6aeaa084b669', 'name': 'tempest-securitygroup--1442657046', 'stateful': True, 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'description': 'tempest-description--1276247696', 'shared': False, 'security_group_rules': [{'id': '5734aa7b-0509-4310-8986-64ea8bde07ce', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'security_group_id': '82994cbf-419a-45ba-be86-6aeaa084b669', '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': 539, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:00:29Z', 'updated_at': '2023-04-18T21:00:29Z', 'revision_number': 0, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a'}, {'id': 'c0fd6b24-d71f-4a74-ad07-ad19034088da', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'security_group_id': '82994cbf-419a-45ba-be86-6aeaa084b669', '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': 538, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:00:29Z', 'updated_at': '202 3-04-18T21:00:29Z', 'revision_number': 0, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a'}], 'tags': [], 'created_at': '2023-04-18T21:00:29Z', 'updated_at': '2023-04-18T21:00:29Z', 'revision_number': 1, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a'}, 'floating_ip': {'id': '16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'floating_ip_address': '172.24.4.150', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:00:30Z', 'updated_at': '2023-04-18T21:00:30Z', 'revision_number': 0, 'ip': '172.24.4.150'}} 2023-04-18 21:00:32,846 79665 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.455s 2023-04-18 21:00:32,846 79665 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-649379328", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a22cbca0-4451-45e1-8cdc-b8649f5dfe5d"}], "security_groups": [{"name": "tempest-securitygroup--1442657046"}], "key_name": "tempest-keypair-315105593", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb', '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-53db2e3a-a6fe-4ac7-85f2-59f260ed734f', 'x-compute-request-id': 'req-53db2e3a-a6fe-4ac7-85f2-59f260ed734f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "927090e3-caa4-446f-86d7-69410977a5cb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/927090e3-caa4-446f-86d7-69410977a5cb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1442657046"}], "adminPass": "password"}}' 2023-04-18 21:00:32,924 79665 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/927090e3-caa4-446f-86d7-69410977a5cb 0.074s 2023-04-18 21:00:32,925 79665 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': 'Tue, 18 Apr 2023 21:00:32 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-c224628a-0874-4ad6-b5b3-a09511503f5a', 'x-compute-request-id': 'req-c224628a-0874-4ad6-b5b3-a09511503f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb'} Body: b'{"server": {"id": "927090e3-caa4-446f-86d7-69410977a5cb", "name": "tempest-AttachVolumeShelveTestJSON-server-649379328", "status": "BUILD", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "user_id": "2 20589b8afc240778bff63d1e5ce20d1", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:33Z", "updated": "2023-04-18T21:00:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/927090e3-caa4-446f-86d7-69410977a5cb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-315105593", "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-18 21:01:23,469 79665 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/927090e3-caa4-446f-86d7-69410977a5cb 0.484s 2023-04-18 21:01:23,470 79665 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': 'Tue, 18 Apr 2023 21:01:22 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-81a668b3-a104-4cf5-816a-63b4bc52de25', 'x-compute-request-id': 'req-81a668b3-a104-4cf5-816a-63b4bc52de25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb'} Body: b'{"server": {"id": "927090e3-caa4-446f-86d7-69410977a5cb", "name": "tempest-AttachVolumeShelveTestJSON-server-649379328", "status": "ACTIVE", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "user_id": "220589b8afc240778bff63d1e5ce20d1", "metadata": {}, "hostId": "6a4493884d3df2fef65cece7397f70045cc9eabb6ae61f1fbe6bc3bd", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:32Z", "updated": "2023-04-18T21:00:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1851043927-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:bc:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/927090e3-caa4-446f-86d7-69410977a5cb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-315105593", "OS-SRV-USG:launched_at": "2023-04-18T21:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1442657046"}], "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-18 21:01:23,484 79665 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 21:02:24,290 79665 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/9 27090e3-caa4-446f-86d7-69410977a5cb/os-interface 0.745s 2023-04-18 21:02:24,290 79665 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': 'Tue, 18 Apr 2023 21:02:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5772205-48fe-4321-8dc2-7b39c9ad3e88', 'x-compute-request-id': 'req-f5772205-48fe-4321-8dc2-7b39c9ad3e88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a22cbca0-4451-45e1-8cdc-b8649f5dfe5d", "port_id": "53a84c09-289e-4521-b8b4-b203da47a647", "mac_addr": "fa:16:3e:07:bc:45", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ef206372-293c-45af-be64-a425df75a7e2", "ip_address": "10.0.0.5"}]}]}' 2023-04-18 21:02:25,305 79665 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/16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4 1.010s 2023-04-18 21:02:25,305 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "53a84c09-289e-4521-b8b4-b203da47a647"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0e830d72-97f6-4b19-9fa2-304b534f00e0', 'date': 'Tue, 18 Apr 2023 21:02:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4'} Body: b'{"floatingip": {"id": "16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "floating_ip_address": "172.24.4.150", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "189d139d-63f3-4bb4-aafa-5dcb4fa9998c", "port_id": "53a84c09-289e-4521-b8b4-b203da47a647", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a22cbca0-4451-45e1-8cdc-b8649f5dfe5d", "mac_address": "fa:16:3e:07:bc:45", "admin_state_up": true, "status": "ACTIVE", "device_id": "927090e3-caa4-446f-86d7-69410977a5cb", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:00:30Z", "updated_at": "2023-04-18T21:02:24Z", "revision_number": 1, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 21:02:25,307 79665 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.150:22' as 'cirros' with public key authentication 2023-04-18 21:02:25,342 79665 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:02:25,363 79665 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:02:25,363 79665 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.150 successfully created 2023-04-18 21:02:25,407 79665 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/927090e3-caa4-446f-86d7-69410977a5cb/ips 0.042s 2023-04-18 21:02:25,407 79665 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': 'Tue, 18 Apr 2023 21:02:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f791dde-6e0b-4a6c-a8e3-e1c2f94d1586', 'x-compute-request-id': 'req-3f791dde-6e0b-4a6c-a8e3-e1c2f94d1586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1851043927-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2023-04-18 21:02:25,640 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes 0.229s 2023-04-18 21:02:25,640 79665 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-1643507500"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b59ea26d-940f-4f97-9886-6127ee8e2bca', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b59ea26d-940f-4f97-9886-6127ee8e2bca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes'} Body: b'{"volume": {"id": "4006192e-910d-4b5d-9f71-ece7ed498424", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:25.571101", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1643507500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424"}], "user_id": "220589b8afc240778bff63d1e5ce20d1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:02:25,689 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424 0.039s 2023-04-18 21:02:25,690 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52133120-8239-4e7a-8cc3-db39e847f0d3', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52133120-8239-4e7a-8cc3-db39e847f0d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424'} Body: b'{"volume": {"id": "4006192e-910d-4b5d-9f71-ece7ed498424", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:26.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1643507500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424"}], "user_id": "2205 89b8afc240778bff63d1e5ce20d1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 21:02:26,742 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424 0.041s 2023-04-18 21:02:26,742 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff6b197b-0c63-49c7-acf3-25f326d5aa42', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff6b197b-0c63-49c7-acf3-25f326d5aa42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424'} Body: b'{"volume": {"id": "4006192e-910d-4b5d-9f71-ece7ed498424", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:26.000000", "updated_at": "2023-04-18T21:02:26.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1643507500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424"}], "user_id": "220589b8afc240778bff63d1e5ce20d1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 21:02:26,870 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb 0.117s 2023-04-18 21:02:26,871 79665 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': 'Tue, 18 Apr 2023 21:02:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ee30957-1c4b-4a48-b83c-95272ec234a6', 'x-compute-request-id': 'req-7ee30957-1c4b-4a48-b83c-95272ec234a6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb'} Body: b'' 2023-04-18 21:02:27,067 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb 0.195s 2023-04-18 21:02:27,067 79665 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': 'Tue, 18 Apr 2023 21:02:26 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-2b241b3a-69d5-471b-ba74-2ba8edaa6932', 'x-compute-request-id': 'req-2b241b3a-69d5-471b-ba74-2ba8edaa6932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb'} Body: b'{"server": {"id": "927090e3-caa4-446f-86d7-69410977a5cb", "name": "tempest-AttachVolumeShelveTestJSON-server-649379328", "status": "ACTIVE", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "user_id": "220589b8afc240778bff63d1e5ce20d1", "metadata": {}, "hostId": "6a4493884d3df2fef65cece7397f70045cc9eabb6ae61f1fbe6bc3bd", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:32Z", "updated": "2023-04-18T21:02:27Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1851043927-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:bc:45"}, {"version": 4, "addr": "172.24.4.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:bc:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/927090e3-caa4-446f-86d7-69410977a5cb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-315105593", "OS-SRV-USG:launched_at": "2023-04-18T21:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1442657046"}], "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-18 21:03:17,261 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb 0.140s 2023-04-18 21:03:17,261 79665 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': 'Tue, 18 Apr 2023 21:03:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d04daa0f-366e-40bf-82eb-1c849daf54d1', 'x-compute-request-id': 'req-d04daa0f-366e-40bf-82eb-1c849daf54d1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 927090e3-caa4-446f-86d7-69410977a5cb could not be found."}}' 2023-04-18 21:03:17,287 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-315105593 0.025s 2023-04-18 21:03:17,287 79665 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': 'Tue, 18 Apr 2023 21:03: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-891143ee-57cf-40f9-85f8-cdb05e9f7bd9', 'x-compute-request-id': 'req-891143ee-57cf-40f9-85f8-cdb05e9f7bd9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair -315105593'} Body: b'' 2023-04-18 21:03:17,461 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/82994cbf-419a-45ba-be86-6aeaa084b669 0.173s 2023-04-18 21:03:17,462 79665 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-344ba095-9de2-4ac7-831d-eb87eb4f17d3', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:03:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/82994cbf-419a-45ba-be86-6aeaa084b669'} Body: b'' 2023-04-18 21:03:17,487 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/82994cbf-419a-45ba-be86-6aeaa084b669 0.024s 2023-04-18 21:03:17,487 79665 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-c9e1cb31-7428-4535-9399-fc76b6ea2636', 'date': 'Tue, 18 Apr 2023 21:03:17 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/82994cbf-419a-45ba-be86-6aeaa084b669'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 82994cbf-419a-45ba-be86-6aeaa084b669 does not exist", "detail": ""}}' 2023-04-18 21:03:17,937 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4 0.449s 2023-04-18 21:03:17,937 79665 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-2a5ba8a0-1353-4c38-b8cd-91d775d5ecac', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:03:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4'} Body: b'' {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached [173.127060s] ... 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 6e28b840-ef5e-46ec-b9dd-e7581640fef6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:00:48,000 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.521s 2023-04-18 21:00:48,001 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00: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-7a90fa6d-8a88-41c5-b2b4-1415db2620f6', 'x-compute-request-id': 'req-7a90fa6d-8a88-41c5-b2b4-1415db2620f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:00:48,232 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.220s 2023-04-18 21:00:48,233 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:48 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-ec5ea453-57f5-4010-bb0c-eafe4680f65c', 'x-compute-request-id': 'req-ec5ea453-57f5-4010-bb0c-eafe4680f65c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:01:38,502 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.225s 2023-04-18 21:01:38,503 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86dfce05-3c52-4462-9be5-fa4d0c23f7a1', 'x-compute-request-id': 'req-86dfce05-3c52-4462-9be5-fa4d0c23f7a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:01:38,687 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.172s 2023-04-18 21:01:38,688 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'d ate': 'Tue, 18 Apr 2023 21:01:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fd48c9e-180e-466e-b959-c0a8fff8b22c', 'x-compute-request-id': 'req-9fd48c9e-180e-466e-b959-c0a8fff8b22c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:02:39,075 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes 0.317s 2023-04-18 21:02:39,076 79649 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-618882312"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e345476-9594-4b0e-8fa3-0418b3039305', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e345476-9594-4b0e-8fa3-0418b3039305', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes'} Body: b'{"volume": {"id": "6e28b840-ef5e-46ec-b9dd-e7581640fef6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:38.993477", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-618882312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 202 3-04-18 21:02:39,142 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6 0.050s 2023-04-18 21:02:39,142 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a5075e-672f-4621-8050-f579253c49de', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a5075e-672f-4621-8050-f579253c49de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6'} Body: b'{"volume": {"id": "6e28b840-ef5e-46ec-b9dd-e7581640fef6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:39.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-618882312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e745786188a8467e91ee32d4078f12b5"}}' 2023-04-18 21:02:40,193 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6 0.039s 2023-04-18 21:02:40,193 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88ab4fdf-3961-4cf0-a434-bdfface679b1', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88ab4fdf-3961-4cf0-a434-bdfface679b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6'} Body: b'{"volume": {"id": "6e28b840-ef5e-46ec-b9dd-e7581640fef6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:39.000000", "updated_at": "2023-04-18T21:02:39.000000", "name": "tempest-ServerActionsTestJSON-volume-618882312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e745786188a8467e91ee32d4078f12b5"}}' 2023-04-18 21:02:40,547 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.335s 2023-04-18 21:02:40,548 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51575a9d-0335-4ea0-b2f1-4f667df29f44', 'x-compute-request-id': 'req-51575a9d-0335-4ea0-b2f1-4f667df29f44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "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.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.327570s] ... ok {8} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.249437s] ... ok {8} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [1.958694s] ... 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 61d2555d-3cf0-4fd3-98cd-b6edbde023d5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:03:50,074 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types 0.164s 2023-04-18 21:03:50,074 79661 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-434484954", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8199bd2-d598-4e53-a3f7-33d93238c1d9', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8199bd2-d598-4e53-a3f7-33d93238c1d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types'} Body: b'{"volume_type": {"id": "df7eb0da-9442-4f51-a478-616bdb503f83", "name": "tempest-VolumeTypesAccessTest-volume-type-434484954", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-18 21:03:50,191 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes 0.113s 2023-04-18 21:03:50,191 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "df7eb0da-9442-4f51-a478-616bdb503f83", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:50 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-81fa1225-239a-4cf2-a2e8-a70b42398a60', 'x-openstack-request-id': 'req-81fa1225-239a-4cf2-a2e8-a70b42398a60', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type df7eb0da-9442-4f51-a478-616bdb503f83 could not be found."}}' 2023-04-18 21:03:50,192 79661 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-18 21:03:50,222 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83/action 0.029s 2023-04-18 21:03:50,222 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "afc1a6df022b4ad3a1ddd930ae5ae859"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03: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-01803516-c1cb-482c-a730-e7b92ef429b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83/action'} Body: b'' 2023-04-18 21:03:50,439 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes 0.216s 2023-04-18 21:03:50,440 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "df7eb0da-9442-4f51-a478-616bdb503f 83", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1880037782"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-030a7409-3495-4b98-a540-5d57415ebb65', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-030a7409-3495-4b98-a540-5d57415ebb65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes'} Body: b'{"volume": {"id": "61d2555d-3cf0-4fd3-98cd-b6edbde023d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:50.371910", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1880037782", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-434484954", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}], "user_id": "11aea7a93d984582ac3ffc55f3f374c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:03:50,493 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5 0.044s 2023-04-18 21:03:50,494 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2558450-1436-4321-91d4-51cb43c73194', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2558450-1436-4321-91d4-51cb43c73194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5'} Body: b'{"volume": {"id": "61d2555d-3cf0-4fd3-98cd-b6edbde023d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:50.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1880037782", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-434484954", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}], "user_id": "11aea7a93d984582ac3ffc55f3f374c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afc1a6df022b4ad3a1ddd930ae5ae859"}}' 2023-04-18 21:03:51,544 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5 0.039s 2023-04-18 21:03:51,545 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f3c0aa9-87ef-45ad-894e-83fc7817f38f', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f3c0aa9-87ef-45ad-894e-83fc7817f38f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5'} Body: b'{"volume": {"id": "61d2555d-3cf0-4fd3-98cd-b6edbde023d5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:50.000000", "updated_at": "2023-04-18T21:03:51.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1880037782", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-434484954", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}], "user_id": "11aea7a93d984582ac3ffc55f3f374c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afc1a6df022b4ad3a1ddd930ae5ae859"}}' 2023-04-18 21:03:51,593 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5 0.037s 2023-04-18 21:03:51,594 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2959d2ce-a4ba-4687-99a3-27d565ef92f3', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2959d2ce-a4ba-4687-99a3-27d565ef92f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5'} Body: b'{"volume": {"id": "61d2555d-3cf0-4fd3-98cd-b6edbde023d5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:50.000000", "updated_at": "2023-04-18T21:03:51.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1880037782", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-434484954", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}], "user_id": "11aea7a93d984582ac3ffc55f3f374c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afc1a6df022b4ad3a1ddd930ae5ae859"}}' 2023-04-18 21:03:51,741 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5 0.137s 2023-04-18 21:03:51,741 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17a77e71-ff2c-4c41-9f3f-4c649724f500', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3 a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5'} Body: b'' 2023-04-18 21:03:51,765 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5 0.023s 2023-04-18 21:03:51,766 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3f2d545-cd85-4520-ad0e-bb5a3e6dc1ae', 'x-openstack-request-id': 'req-a3f2d545-cd85-4520-ad0e-bb5a3e6dc1ae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 61d2555d-3cf0-4fd3-98cd-b6edbde023d5 could not be found."}}' 2023-04-18 21:03:51,793 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83/action 0.026s 2023-04-18 21:03:51,793 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "afc1a6df022b4ad3a1ddd930ae5ae859"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bd926a0-ee13-4f2d-9d5e-87ede5c7aa51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83/action'} Body: b'' 2023-04-18 21:03:51,851 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83 0.058s 2023-04-18 21:03:51,852 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8185959e-63a0-4202-b08f-a7f25cccfaa8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83'} Body: b'' 2023-04-18 21:03:51,867 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83 0.015s 2023-04-18 21:03:51,868 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 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-f29ae96a-da9d-4787-bcf4-a69a496beca9', 'x-openstack-request-id': 'req-f29ae96a-da9d-4787-bcf4-a69a496beca9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4 f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type df7eb0da-9442-4f51-a478-616bdb503f83 could not be found."}}' {8} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.324985s] ... ok {8} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.154164s] ... ok {11} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [166.704995s] ... 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 ebadb16e-a540-4ed1-8449-05c3ff63dc74 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:01:11,688 79667 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 21:01:11,689 79667 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 21:01:11,759 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.068s 2023-04-18 21:01:11,759 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-986065476", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDQtgkkmdBCW4Im1S6OIVBs6EvnB7RoYMLtUhdA1+HNo849CLec1saof8UgYxUqrtAmFzGP2BFBjnuyh73ehnzhWNTebp7NaUZbxO9R6d8nPUcT+MBksn62A1yOOpf5u7A=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:11 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-f971f869-30a5-4029-92e0-8f1b576cfa03', 'x-compute-request-id': 'req-f971f869-30a5-4029-92e0-8f1b576cfa03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-986065476", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDQtgkkmdBCW4Im1S6OIVBs6EvnB7RoYMLtUhdA1+HNo849CLec1saof8UgYxUqrtAmFzGP2BFBjnuyh73ehnzhWNTebp7NaUZbxO9R6d8nPUcT+MBksn62A1yOOpf5u7A==", "fingerprint": "4b:51:bf:22:27:55:f5:8b:63:66:21:92:ab:31:ae:40", "user_id": "5370e1ed421443439d6463efd2fae614"}}' 2023-04-18 21:01:11,762 79667 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-986065476 created 2023-04-18 21:01:11,935 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.172s 2023-04-18 21:01:11,935 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--983037989", "description": "tempest-description--851118266"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-c8c3113b-1aac-4da1-848b-9bd1df026b8b', 'date': 'Tue, 18 Apr 2023 21:01:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "name": "tempest-securitygroup--983037989", "stateful": true, "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "description": "tempest-description--851118266", "shared": false, "security_group_rules": [{"id": "ca081557-36cf-4d1c-a593-38336e0ae652", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "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": 567, "description": null, "tags": [], "created_at": "2023-04-18T21:01:11Z", "updated_at": "2023-04-18T21:01:11Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}, {"id": "deb553a8-f65b-4bb5-a848-26e0ad065f36", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "ethertype": "IPv6", "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": 568, "description": null, "tags": [], "created_at": "2023-04-18T21:01:11Z", "updated_at": "2023-04-18T21:01:11Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}], "tags": [], "created_at": "2023-04-18T21:01:11Z", "updated_at": "2023-04-18T21:01:11Z", "revision_number": 1, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:01:12,209 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.273s 2023-04-18 21:01:12,210 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "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-45258e67-45c2-450b-95a4-4a2cf6f20fbc', 'date': 'Tue, 18 Apr 2023 21:01:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3ab49ae1-e8c3-4cd3-b4ac-19caf41d8cb0", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "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-18T21:01:12Z", "updated_at": "2023-04-18T21:01:12Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:01:12,370 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-18 21:01:12,371 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-854f7a76-ef0d-4a39-8499-9551445fe105', 'date': 'Tue, 18 Apr 2023 21:01:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7a028caa-b4d8-4c1a-a61f-1cb31bc88b84", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "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-18T21:01:12Z", "updated_at": "2023-04-18T21:01:12Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:01:12,371 79667 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--983037989 created 2023-04-18 21:01:13,326 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.955s 2023-04-18 21:01:13,326 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-open stack-request-id': 'req-056486a7-99ea-464d-aab6-f30eda7501ca', 'date': 'Tue, 18 Apr 2023 21:01:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b2049ff4-534e-424d-8f18-a8539801af01", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "floating_ip_address": "172.24.4.66", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3a910c3017f1428c9f1c09133d73cfcc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:01:12Z", "updated_at": "2023-04-18T21:01:12Z", "revision_number": 0}}' 2023-04-18 21:01:13,327 79667 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b2049ff4-534e-424d-8f18-a8539801af01', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'floating_ip_address': '172.24.4.66', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:01:12Z', 'updated_at': '2023-04-18T21:01:12Z', 'revision_number': 0, 'ip': '172.24.4.66'} created 2023-04-18 21:01:13,427 79667 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.094s 2023-04-18 21:01:13,428 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b846b41a-d1f2-43ee-96d2-7f29254e7bb1', '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": "5370e1ed421443439d6463efd2fae614", "name": "tempest-AttachVolumeNegativeTest-25072355-project-member", "password_expires_at": null}, "audit_ids": ["yo6_6gpNT6yp22KnTneWFA"], "expires_at": "2023-04-18T22:01:13.000000Z", "issued_at": "2023-04-18T21:01:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a910c3017f1428c9f1c09133d73cfcc", "name": "tempest-AttachVolumeNegativeTest-25072355"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "ht tp://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:01:13,428 79667 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'c3b319de-2fa3-4858-b85a-891d6736ed6b', 'name': 'tempest-AttachVolumeNegativeTest-1307280522-network', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:58:15Z', 'updated_at': '2023-04-18T20:58:15Z', 'revision_number': 1} available for tenant 2023-04-18 21:01:13,429 79667 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-986065476', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDQtgkkmdBCW4Im1S6OIVBs6EvnB7RoYMLtUhdA1+HNo849CLec1saof8UgYxUqrtAmFzGP2BFBjnuyh73ehnzhWNTebp7NaUZbxO9R6d8nPUcT+MBksn62A1yOOpf5u7A==', 'fingerprint': '4b:51:bf:22:27:55:f5:8b:63:66:21:92:ab:31:ae:40', 'user_id': '5370e1ed421443439d6463efd2fae614', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBEZC1khSGQoicugEoOs1tuV7jJRRxDcHHQNSYrqDl8/WCJraUOV0CU\nnqllFB03k1SgBwYFK4EEACKhZANiAAQ0LYJJJnQQluCJtUujiFQbOhL5we0aGDC7\nVIXQNfhzaPOPQi3nNbGqH/FIGMVKq7QJhcxj9gRQY57soe93oZ84VjU3m6ezWlGW\n8TvUenfJz1HE/jAZLJ+tgNcjjqX+buw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0d81a00b-5ba1-40bb-a406-97d7315ed77c', 'name': 'tempest-securitygroup--983037989', 'stateful': True, 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': 'tempest-description--851118266', 'shared': False, 'security_group_rules': [{'id': 'ca081557-36cf-4d1c-a593-38336e0ae652', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'security_group_id': '0d81a00b-5ba1-40bb-a406-97d7315ed77c', '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': 567, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:01:11Z', 'updated_at': '2023-04-18T21:01:11Z', 'revision_number': 0, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}, {'id': 'deb553a8-f65b-4bb5-a848-26e0ad065f36', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'security_group_id': '0d81a00b-5ba1-40bb-a406-97d7315ed77c', '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': 568, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:01:11Z', 'updated_at': '2023-04-18T21:01:11Z', 'revision_number': 0, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}], 'tags ': [], 'created_at': '2023-04-18T21:01:11Z', 'updated_at': '2023-04-18T21:01:11Z', 'revision_number': 1, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}, 'floating_ip': {'id': 'b2049ff4-534e-424d-8f18-a8539801af01', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'floating_ip_address': '172.24.4.66', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:01:12Z', 'updated_at': '2023-04-18T21:01:12Z', 'revision_number': 0, 'ip': '172.24.4.66'}} 2023-04-18 21:01:14,138 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.708s 2023-04-18 21:01:14,138 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1883227807", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c3b319de-2fa3-4858-b85a-891d6736ed6b"}], "security_groups": [{"name": "tempest-securitygroup--983037989"}], "key_name": "tempest-keypair-986065476", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbd3485f-1ef9-4fac-8e4e-4b86ec5b213e', 'x-compute-request-id': 'req-fbd3485f-1ef9-4fac-8e4e-4b86ec5b213e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a81d8561-aac4-4087-9c97-6180a3fbfc45", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--983037989"}], "adminPass": "password"}}' 2023-04-18 21:01:14,234 79667 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/a81d8561-aac4-4087-9c97-6180a3fbfc45 0.092s 2023-04-18 21:01:14,234 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:14 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-36c8b2b3-788b-4d13-8621-e2d6e18a735e', 'x-compute-request-id': 'req-36c8b2b3-788b-4d13-8621-e2d6e18a735e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45'} Body: b'{"server": {"id": "a81d8561-aac4-4087-9c97-6180a3fbfc45", "name": "tempest-AttachVolumeNegativeTest-server-1883227807", "status": "BUILD", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/27764 03b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:01:14Z", "updated": "2023-04-18T21:01:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-986065476", "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-18 21:02:04,565 79667 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/a81d8561-aac4-4087-9c97-6180a3fbfc45 0.272s 2023-04-18 21:02:04,566 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:04 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-e981a3c4-9670-4277-a77c-6c38261da775', 'x-compute-request-id': 'req-e981a3c4-9670-4277-a77c-6c38261da775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45'} Body: b'{"server": {"id": "a81d8561-aac4-4087-9c97-6180a3fbfc45", "name": "tempest-AttachVolumeNegativeTest-server-1883227807", "status": "ACTIVE", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "11fa9b63cf914189153847a449a3073bb8a2879433589067d5ec4641", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:01:14Z", "updated": "2023-04-18T21:01:21Z", "addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:81:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-986065476", "OS-SRV-USG:launched_at": "2023-04-18T21:01:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--983037989"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:02:04,579 79667 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:03:04,824 79667 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/a81d8561-aac4-4087-9c97-6180a3fbfc45/os-interface 0.187s 2023-04-18 21:03:04,824 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:04 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-3291e7c0-7380-44a7-852f-01af86f67ee7', 'x-compute-request-id': 'req-3291e7c0-7380-44a7-852f-01af86f67ee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c3b319de-2fa3-4858-b85a-891d6736ed6b", "port_id": "b9ae6aa1-a863-41af-a249-24059bd82ffc", "mac_addr": "fa:16:3e:e0:81:97", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "867fbb1a-1a72-4264-9de2-9bb611425db7", "ip_address": "10.0.0.12"}]}]}' 2023-04-18 21:03:05,579 79667 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/b2049ff4-534e-424d-8f18-a8539801af01 0.751s 2023-04-18 21:03:05,579 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "b9ae6aa1-a863-41af-a249-24059bd82ffc"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-8082da06-1688-4f12-b1f2-b36a53242c89', 'date': 'Tue, 18 Apr 2023 21:03:05 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b2049ff4-534e-424d-8f18-a8539801af01'} Body: b'{"floatingip": {"id": "b2049ff4-534e-424d-8f18-a8539801af01", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "floating_ip_address": "172.24.4.66", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "068ffa9c-bcf5-46fe-bc9a-40a38f680daa", "port_id": "b9ae6aa1-a863-41af-a249-24059bd82ffc", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c3b319de-2fa3-4858-b85a-891d6736ed6b", "mac_address": "fa:16:3e:e0:81:97", "admin_state_up": true, "status": "ACTIVE", "device_id": "a81d8561-aac4-4087-9c97-6180a3fbfc45", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:01:12Z", "updated_at": "2023-04-18T21:03:05Z", "revision_number": 1, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:03:05,581 79667 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.66:22' as 'cirros' with public key authentication 2023-04-18 21:03:05,619 79667 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:03:05,640 79667 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:03:05,641 79667 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.66 successfully created 2023-04-18 21:03:05,689 79667 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/a81d8561-aac4-4087-9c97-6180a3fbfc45/ips 0.048s 2023-04-18 21:03:05,690 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bce9bfb5-e0d4-4d13-a130-d6e570474f7f', 'x-compute-request-id': 'req-bce9bfb5-e0d4-4d13-a130-d6e570474f7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2023-04-18 21:03:05,881 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes 0.188s 2023-04-18 21:03:05,881 79667 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-282022757"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2092df58-a316-4732-9d3e-5a11b3d264ea', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2092df58-a316-4732-9d3e-5a11b3d264ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes'} Body: b'{"volume": {"id": "ebadb16e-a540-4ed1-8449-05c3ff63dc74", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:05.820100", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-282022757", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:03:05,940 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74 0.048s 2023-04-18 21:03:05,940 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0f5546f-1011-44a8-825f-4ee74eaca622', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0f5546f-1011-44a8-825f-4ee74eaca622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74'} Body: b'{"volume": {"id": "ebadb16e-a540-4ed1-8449-05c3ff63dc74", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:06.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-282022757", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:03:06,992 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/3a910c3017 f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74 0.040s 2023-04-18 21:03:06,992 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e949ae8f-e160-457c-9fc6-d0e85486ad8c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e949ae8f-e160-457c-9fc6-d0e85486ad8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74'} Body: b'{"volume": {"id": "ebadb16e-a540-4ed1-8449-05c3ff63dc74", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:06.000000", "updated_at": "2023-04-18T21:03:06.000000", "name": "tempest-AttachVolumeNegativeTest-volume-282022757", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:03:07,129 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45 0.126s 2023-04-18 21:03:07,129 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37bd5519-ce0d-4b64-8dc7-4af35851dbc2', 'x-compute-request-id': 'req-37bd5519-ce0d-4b64-8dc7-4af35851dbc2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45'} Body: b'' 2023-04-18 21:03:07,351 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45 0.221s 2023-04-18 21:03:07,351 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:07 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-57311e2c-6070-4416-896a-2eaf5f51f6a0', 'x-compute-request-id': 'req-57311e2c-6070-4416-896a-2eaf5f51f6a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45'} Body: b'{"server": {"id": "a81d8561-aac4-4087-9c97-6180a3fbfc45", "name": "tempest-AttachVolumeNegativeTest-server-1883227807", "status": "ACTIVE", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "11fa9b63cf914189153847a449a3073bb8a2879433589067d5ec4641", "image": { "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:01:14Z", "updated": "2023-04-18T21:03:07Z", "addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:81:97"}, {"version": 4, "addr": "172.24.4.66", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:81:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-986065476", "OS-SRV-USG:launched_at": "2023-04-18T21:01:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--983037989"}], "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-18 21:03:57,608 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45 0.195s 2023-04-18 21:03:57,608 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-91c7e3ac-87b4-4071-8b5d-f094a1021a96', 'x-compute-request-id': 'req-91c7e3ac-87b4-4071-8b5d-f094a1021a96', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a81d8561-aac4-4087-9c97-6180a3fbfc45 could not be found."}}' 2023-04-18 21:03:57,644 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-986065476 0.035s 2023-04-18 21:03:57,644 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97c2d0a4-656c-4ab1-9943-1f21a3452c83', 'x-compute-request-id': 'req-97c2d0a4-656c-4ab1-9943-1f21a3452c83', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-986065476'} Body: b'' 2023-04-18 21:03:57,849 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0d81a00b-5ba1-40bb-a406-97d7315ed77c 0.205s 2023-04-18 21:03:57,850 79667 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-f2e1d3ae-7356-47c6-8ac6-38490a15c167', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:03:57 GMT', 'connection ': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0d81a00b-5ba1-40bb-a406-97d7315ed77c'} Body: b'' 2023-04-18 21:03:57,865 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0d81a00b-5ba1-40bb-a406-97d7315ed77c 0.015s 2023-04-18 21:03:57,866 79667 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-09508faf-ed9c-4ba4-ba90-ba3b5dc24d78', 'date': 'Tue, 18 Apr 2023 21:03:57 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0d81a00b-5ba1-40bb-a406-97d7315ed77c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0d81a00b-5ba1-40bb-a406-97d7315ed77c does not exist", "detail": ""}}' 2023-04-18 21:03:58,392 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b2049ff4-534e-424d-8f18-a8539801af01 0.525s 2023-04-18 21:03:58,392 79667 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-3e4ea1ba-b6e3-4667-948e-2e10cc617f82', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:03:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b2049ff4-534e-424d-8f18-a8539801af01'} Body: b'' {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 6d0b806f-a5be-4c95-a6bb-8ad6348d9c15 failed to build and is in ERROR status {8} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.682521s] ... 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 9dfbd1c3-70df-41c3-bddd-acc141b133b7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:02,084 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes 0.358s 2023-04-18 21:04:02,085 79661 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-1669831074"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83776e92-de57-4050-8407-34520a573148', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83776e92-de57-4050-8407-34520a573148', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes'} Body: b'{"volume": {"id": "9dfbd1c3-70df-41c3-bddd-acc141b133b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:02.018855", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1669831074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:04:02,135 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7 0.041s 2023-04-18 21:04:02,135 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4e283cf-454e-4e03-9604-679c3c41a777', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4e283cf-454e-4e03-9604-679c3c41a777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7'} Body: b'{"volume": {"id": "9dfbd1c3-70df-41c3-bddd-acc141b133b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:02.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1669831074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f358abaebc6a4139adf6af50d2c76eb6"}}' 2023-04-18 21:04:03,213 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7 0.066s 2023-04-18 21:04:03,213 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afa3894e-e6cb-4187-9735-43eabc7665fb', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afa3894e-e6cb-4187-9735-43eabc7665fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7'} Body: b'{"volume": {"id": "9dfbd1c3-70df-41c3-bddd-acc141b133b7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:02.000000", "updated_at": "2023-04-18T21:04:02.000000", "name": "tempest-VolumesDeleteCascade-Volume-1669831074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f358abaebc6a4139adf6af50d2c76eb6"}}' 2023-04-18 21:04:03,266 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7 0.040s 2023-04-18 21:04:03,266 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-174e6707-f469-496d-9139-5eeb2356f6c8', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-174e6707-f469-496d-9139-5eeb2356f6c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7'} Body: b'{"volume": {"id": "9dfbd1c3-70df-41c3-bddd-acc141b133b7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:02.000000", "updated_at": "2023-04-18T21:04:02.000000", "name": "tempest-VolumesDeleteCascade-Volume-1669831074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f358abaebc6a4139adf6af50d2c76eb6"}}' 2023-04-18 21:04:03,371 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7 0.091s 2023-04-18 21:04:03,372 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:03 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-57c983a3-168b-427f-8091-5d09714ab3f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7'} Body: b'' 2023-04-18 21:04:03,406 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7 0.033s 2023-04-18 21:04:03,407 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a15275-397c-4604-8f0f-3578442ddd59', 'x-openstack-request-id': 'req-09a15275-397c-4604-8f0f-3578442ddd59', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9dfbd1c3-70df-41c3-bddd-acc141b133b7 could not be found."}}' {8} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.570579s] ... 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 665f921e-6e25-4602-b333-ce7bd2f86589 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:03,641 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes 0.229s 2023-04-18 21:04:03,641 79661 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-1968619888"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f820860d-8346-4743-b3f0-bbaac87c0d42', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f820860d-8346-4743-b3f0-bbaac87c0d42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes'} Body: b'{"volume": {"id": "665f921e-6e25-4602-b333-ce7bd2f86589", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:03.561213", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1968619888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:04:03,698 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589 0.047s 2023-04-18 21:04:03,698 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9888320-6620-4e91-9a2d-798835f8326b', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9888320-6620-4e91-9a2d-798835f8326b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589'} Body: b'{"volume": {"id": "665f921e-6e25-4602-b333-ce7bd2f86589", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:04.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1968619888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f358abaebc6a4139adf6af50d2c76eb6"}}' 2023-04-18 21:04:04,759 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589 0.048s 2023-04-18 21:04:04,759 79661 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c4d000-7fb0-4f99-8604-0f879b1bcdbe', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c4d000-7fb0-4f99-8604-0f879b1bcdbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589'} Body: b'{"volume": {"id": "665f921e-6e25-4602-b333-ce7bd2f86589", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:04.000000", "updated_at": "2023-04-18T21:04:04.000000", "name": "tempest-VolumesDeleteCascade-Volume-1968619888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f358abaebc6a4139adf6af50d2c76eb6"}}' 2023-04-18 21:04:04,810 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589 0.040s 2023-04-18 21:04:04,810 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eb09736-6e9b-4fce-aeac-4f8277b7dc9b', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eb09736-6e9b-4fce-aeac-4f8277b7dc9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589'} Body: b'{"volume": {"id": "665f921e-6e25-4602-b333-ce7bd2f86589", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:04.000000", "updated_at": "2023-04-18T21:04:04.000000", "name": "tempest-VolumesDeleteCascade-Volume-1968619888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f358abaebc6a4139adf6af50d2c76eb6"}}' 2023-04-18 21:04:04,958 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589 0.137s 2023-04-18 21:04:04,959 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': ' 0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd0a32d2-c577-4615-824f-bc9429e6af88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589'} Body: b'' 2023-04-18 21:04:04,980 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589 0.020s 2023-04-18 21:04:04,980 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04: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-8c2a25ed-771d-4ae2-a134-b496d51fc426', 'x-openstack-request-id': 'req-8c2a25ed-771d-4ae2-a134-b496d51fc426', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 665f921e-6e25-4602-b333-ce7bd2f86589 could not be found."}}' {8} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.117331s] ... ok {8} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.800529s] ... 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 d71e78af-20ab-4659-bc72-66edfba12f08 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:08,468 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/types 0.171s 2023-04-18 21:04:08,468 79647 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-4441571"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ea9b770-7a4a-42a0-8363-bdbbdf0e6081', 'content-length': '225', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ea9b770-7a4a-42a0-8363-bdbbdf0e6081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/types'} Body: b'{"volume_type": {"id": "095036cb-e8f4-43d5-bb5b-9b10d52901cb", "name": "tempest-GroupSnapshotsV319Test-volume-type-4441571", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 21:04:08,514 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/group_types 0.042s 2023-04-18 21:04:08,514 79647 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-1941532990"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e007038f-f285-44bb-a5c7-cf28c72b1e8e', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e007038f-f285-44bb-a5c7-cf28c72b1e8e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/group_types'} Body: b'{"group_type": {"id": "d62c3f7c-232a-4053-bb87-08f12c09724e", "name": "tempest-GroupSnapshotsV319Test-group-type-1941532990", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 21:04:08,743 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups 0.226s 2023-04-18 21:04:08,743 79647 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": "d62c3f7c-232a-4053-bb87-08f12c09724e", "volume_types": ["095036cb-e8f4-43d5-bb5b-9b10d52901cb"], "name": "tempest-GroupSnapshotsV319Test-Group-249701427"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3411515-fbe7-40af-838a-d5900600cffa', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3411515-fbe7-40af-838a-d5900600cffa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups'} Body: b'{"group": {"id": "d71e78af-20ab-4659-bc72-66edfba12f08", "name": "tempest-GroupSnapshotsV319Test-Group-249701427"}}' 2023-04-18 21:04:08,786 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08 0.040s 2023-04-18 21:04:08,787 79647 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae1c6131-e87f-4bbe-a998-826c719b75c4', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae1c6131-e87f-4bbe-a998-826c719b75c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08'} Body: b'{"group": {"id": "d71e78af-20ab-4659-bc72-66edfba12f08", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T21:04:09.000000", "name": "tempest-GroupSnapshotsV319Test-Group-249701427", "description": null, "group_type": "d62c3f7c-232a-4053-bb87-08f12c09724e", "volume_types": ["095036cb-e8f4-43d5-bb5b-9b10d52901cb"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 21:04:09,828 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08 0.035s 2023-04-18 21:04:09,828 79647 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': 'Tue, 18 Apr 2023 21:04:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2d8d4b7-a455-47da-8ad1-96dda2ada84d', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2d8d4b7-a455-47da-8ad1-96dda2ada84d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08'} Body: b'{"group": {"id": "d71e78af-20ab-4659-bc72-66edfba12f08", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T21:04:09.000000", "name": "tempest-GroupSnapshotsV319Test-Group-249701427", "description": null, "group_type": "d62c3f7c-232a-4053-bb87-08f12c09724e", "volume_types": ["095036cb-e8f4-43d5-bb5b-9b10d52901cb"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 21:04:09,900 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/volumes/detail 0.066s 2023-04-18 21:04:09,900 79647 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': 'Tue, 18 Apr 2023 21:04:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc0d3e95-4e45-4d2e-a1ca-95e88fc28230', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc0d3e95-4e45-4d2e-a1ca-95e88fc28230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 21:04:09,973 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08/action 0.062s 2023-04-18 21:04:09,974 79647 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': 'Tue, 18 Apr 2023 21:04:09 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-ba79b91f-75ef-470c-8dee-215726cef9b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08/action'} Body: b'' 2023-04-18 21:04:09,990 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08 0.016s 2023-04-18 21:04:09,991 79647 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': 'Tue, 18 Apr 2023 21:04:09 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-ee8993d2-9c26-4557-b3a7-65d60b5f277c', 'x-openstack-request-id': 'req-ee8993d2-9c26-4557-b3a7-65d60b5f277c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08'} Body: b'{"itemNotFound": {"code": 404, "message": "Group d71e78af-20ab-4659-bc72-66edfba12f08 could not be found."}}' 2023-04-18 21:04:10,023 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/group_types/d62c3f7c-232a-4053-bb87-08f12c09724e 0.032s 2023-04-18 21:04:10,024 79647 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': 'Tue, 18 Apr 2023 21:04:09 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-a942c795-1065-41a5-9e71-3fe810d86031', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/group_types/d62c3f7c-232a-4053-bb87-08f12c09724e'} Body: b'' 2023-04-18 21:04:10,077 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/types/095036cb-e8f4-43d5-bb5b-9b10d52901cb 0.052s 2023-04-18 21:04:10,078 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2cdb6a8-2f6e-4d85-b954-f3dc31d0bd53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/types/095036cb-e8f4-43d5-bb5b-9b10d52901cb'} Body: b'' 2023-04-18 21:04:10,095 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/types/095036cb-e8f4-43d5-bb5b-9b10d52901cb 0.016s 2023-04-18 21:04:10,095 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-318d93c4-a99a-4c20-be70-d1b0794cbfac', 'x-openstack-request-id': 'req-318d93c4-a99a-4c20-be70-d1b0794cbfac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/types/095036cb-e8f4-43d5-bb5b-9b10d52901cb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 095036cb-e8f4-43d5-bb5b-9b10d52901cb could not be found."}}' {1} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.650994s] ... ok {1} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.104600s] ... ok {1} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.864194s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.027414s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.018598s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.034699s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.020290s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.025448s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.019235s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.020359s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.014983s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.015049s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.037397s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.034674s] ... ok {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.032391s] ... ok {1} 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 4eccca02-e809-453d-b984-c90be1e17c9a failed to build and is in ERROR status {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.647360s] ... 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 cff6aea4-226d-4e05-82ac-460072f50b3b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:29,802 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes 0.399s 2023-04-18 21:04:29,803 79647 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-1209552737", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92eafdb4-6a64-49b5-873a-6659805e5acb', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92eafdb4-6a64-49b5-873a-6659805e5acb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes'} Body: b'{"volume": {"id": "cff6aea4-226d-4e05-82ac-460072f50b3b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:29.735242", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1209552737", "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/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:04:29,850 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b 0.038s 2023-04-18 21:04:29,850 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7a6f59d-991a-4496-97fb-5b0ab17f198a', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7a6f59d-991a-4496-97fb-5b0ab17f198a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b'} Body: b'{"volume": {"id": "cff6aea4-226d-4e05-82ac-460072f50b3b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:30.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1209552737", "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/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:30,912 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b 0.049s 2023-04-18 21:04:30,912 79647 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-074a17fb-02f7-4815-814e-a6d2cd5762b6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-074a17fb-02f7-4815-814e-a6d2cd5762b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b'} Body: b'{"volume": {"id": "cff6aea4-226d-4e05-82ac-460072f50b3b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:30.000000", "updated_at": "2023-04-18T21:04:30.000000", "name": "tempest-VolumesGetTest-Volume-1209552737", "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/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:31,028 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b 0.105s 2023-04-18 21:04:31,028 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04: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-ff646b81-6000-44ef-9104-e943ece8d149', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b'} Body: b'' 2023-04-18 21:04:31,049 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b 0.020s 2023-04-18 21:04:31,049 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04: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-d516368f-96d8-4a7a-9ebf-16c915f9da7a', 'x-openstack-request-id': 'req-d516368f-96d8-4a7a-9ebf-16c915f9da7a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cff6aea4-226d-4e05-82ac-460072f50b3b could not be found."}}' {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.721881s] ... 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 1611677b-b51f-4c7e-973c-82883fad3bde failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:31,486 79647 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/9c0b6c9649994178a272e1544eeb8379/volumes 0.434s 2023-04-18 21:04:31,486 79647 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-1149596028"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-042eb34c-e2ba-4124-b3f9-798286f8bf8d', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-042eb34c-e2ba-4124-b3f9-798286f8bf8d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes'} Body: b'{"volume": {"id": "1611677b-b51f-4c7e-973c-82883fad3bde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:31.228915", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1149596028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:04:31,532 79647 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/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde 0.037s 2023-04-18 21:04:31,533 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-516c0a52-7601-4e2f-beb7-de314f5ea61c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-516c0a52-7601-4e2f-beb7-de314f5ea61c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde'} Body: b'{"volume": {"id": "1611677b-b51f-4c7e-973c-82883fad3bde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:31.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1149596028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:32,583 79647 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/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde 0.038s 2023-04-18 21:04:32,583 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c406e38-2ddb-4e11-a106-c00aa2af6535', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c406e38-2ddb-4e11-a106-c00aa2af6535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde'} Body: b'{"volume": {"id": "1611677b-b51f-4c7e-973c-82883fad3bde", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:31.000000", "updated_at": "2023-04-18T21:04:32.000000", "name": "tempest-VolumesGetTest-Volume-1149596028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:32,640 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde 0.046s 2023-04-18 21:04:32,641 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bba43a8-d254-4114-bc1e-a99bd239f022', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bba43a8-d254-4114-bc1e-a99bd239f022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde'} Body: b'{"volume": {"id": "1611677b-b51f-4c7e-973c-82883fad3bde", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:31.000000", "updated_at": "2023-04-18T21:04:32.000000", "name": "tempest-VolumesGetTest-Volume-1149596028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:32,751 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde 0.100s 2023-04-18 21:04:32,751 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8 ', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c62407af-db30-4721-b359-4eb2a01fdaf1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde'} Body: b'' 2023-04-18 21:04:32,772 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde 0.020s 2023-04-18 21:04:32,772 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d43d8f1e-aa37-4b7b-a50d-c6fb6714a7d0', 'x-openstack-request-id': 'req-d43d8f1e-aa37-4b7b-a50d-c6fb6714a7d0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1611677b-b51f-4c7e-973c-82883fad3bde could not be found."}}' {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.601806s] ... 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 bcb57127-74f4-4cb6-8ff7-f50b6a0f2346 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:32,798 79647 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/2776403b-74df-489f-a4f5-d994ce6e9319 0.022s 2023-04-18 21:04:32,798 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dbecb052-7ed8-41d1-b401-e23b77beaae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:04:33,143 79647 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/9c0b6c9649994178a272e1544eeb8379/volumes 0.344s 2023-04-18 21:04:33,143 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-VolumesGetTest-Volume-241655373", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e25b69ba-f8b9-4bc9-9031-c466ede45ddf', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e25b69ba-f8b9-4bc9-9031-c466ede45ddf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes'} Body: b'{"volume": {"id": "bcb57127-74f4-4cb6-8ff7-f50b6a0f2346", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:33.075917", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-241655373", "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/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:04:33,197 79647 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/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346 0.042s 2023-04-18 21:04:33,197 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ef91cb0-89a7-47dc-8b28-be6be56c83db', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ef91cb0-89a7-47dc-8b28-be6be56c83db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346'} Body: b'{"volume": {"id": "bcb57127-74f4-4cb6-8ff7-f50b6a0f2346", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:33.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-241655373", "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/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:34,247 79647 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/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346 0.038s 2023-04-18 21:04:34,248 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f06c3edc-a551-4cf6-a042-5291114738e4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f06c3edc-a551-4cf6-a042-5291114738e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346'} Body: b'{"volume": {"id": "bcb57127-74f4-4cb6-8ff7-f50b6a0f2346", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:33.000000", "updated_at": "2023-04-18T21:04:33.000000", "name": "tempest-VolumesGetTest-Volume-241655373", "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/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:34,353 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346 0.094s 2023-04-18 21:04:34,353 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04: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-56bc9221-3804-4b0d-adce-854a6a4804b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346'} Body: b'' 2023-04-18 21:04:34,375 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346 0.021s 2023-04-18 21:04:34,376 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04: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-7a9927d2-285a-4f91-bd4c-1882b7adc992', 'x-openstack-request-id': 'req-7a9927d2-285a-4f91-bd4c-1882b7adc992', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bcb57127-74f4-4cb6-8ff7-f50b6a0f2346 could not be found."}}' {1} 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 38379c0d-decd-4d93-bea2-2e63f5ce1529 failed to build and is in ERROR status {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.482984s] ... 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 175be9f3-2e73-499f-acf3-359d781a0827 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:39,469 79647 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes 0.349s 2023-04-18 21:04:39,470 79647 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-734164091"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e680a45-bea2-4bba-9143-cf9badd5e76b', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e680a45-bea2-4bba-9143-cf9badd5e76b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes'} Body: b'{"volume": {"id": "175be9f3-2e73-499f-acf3-359d781a0827", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:39.414033", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-734164091", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827"}], "user_id": "26e25d9710e2496a9095f1696b2d79ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 21:04:39,518 79647 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827 0.038s 2023-04-18 21:04:39,519 79647 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': 'Tue, 18 Apr 2023 21:04:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5e2a1e7-4b84-4fa6-b0b6-c70cb9f72fce', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5e2a1e7-4b84-4fa6-b0b6-c70cb9f72fce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827'} Body: b'{"volume": {"id": "175be9f3-2e73-499f-acf3-359d781a0827", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:39.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-734164091", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827"}], "user_id": "26e25d9710e2496a9095f1696b2d79ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "365e70ac18754acf809973e0ece316d4"}}' 2023-04-18 21:04:40,590 79647 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827 0.049s 2023-04-18 21:04:40,591 79647 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': 'Tue, 18 Apr 2023 21:04:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad086b57-af38-4c6d-ba15-e63d7a1096d1', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad086b57-af38-4c6d-ba15-e63d7a1096d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827'} Body: b'{"volume": {"id": "175be9f3-2e73-499f-acf3-359d781a0827", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:39.000000", "updated_at": "2023-04-18T21:04:40.000000", "name": "tempest-VolumeRevertTests-Volume-734164091", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827"}], "user_id": "26e25d9710e2496a9095f1696b2d79ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "365e70ac18754acf809973e0ece316d4"}}' {1} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.328433s] ... 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 57326b27-752e-426a-afe4-3ae9da69f2ff failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:40,785 79647 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes 0.181s 2023-04-18 21:04:40,785 79647 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-927403028"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f782bda1-b1d0-4bb3-996c-5a40b5b9713c', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f782bda1-b1d0-4bb3-996c-5a40b5b9713c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes'} Body: b'{"volume": {"id": "57326b27-752e-426a-afe4-3ae9da69f2ff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:40.728196", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-927403028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff"}], "user_id": "26e25d9710e2496a9095f1696b2d79ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 21:04:40,842 79647 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff 0.047s 2023-04-18 21:04:40,842 79647 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': 'Tue, 18 Apr 2023 21:04:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-913843de-341b-4966-814d-76543c820708', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-913843de-341b-4966-814d-76543c820708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff'} Body: b'{"volume": {"id": "57326b27-752e-426a-afe4-3ae9da69f2ff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:41.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-927403028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff"}], "user_id": "26e25d9710e2496a9095f1696b2d79ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "365e70ac18754acf809973e0ece316d4"}}' 2023-04-18 21:04:41,920 79647 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff 0.066s 2023-04-18 21:04:41,920 79647 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': 'Tue, 18 Apr 2023 21:04:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c0d01a1-1f30-4cd6-8c3b-9a7b3b332787', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c0d01a1-1f30-4cd6-8c3b-9a7b3b332787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff'} Body: b'{"volume": {"id": "57326b27-752e-426a-afe4-3ae9da69f2ff", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:41.000000", "updated_at": "2023-04-18T21:04:41.000000", "name": "tempest-VolumeRevertTests-Volume-927403028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff"}], "user_id": "26e25d9710e2496a9095f1696b2d79ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "365e70ac18754acf809973e0ece316d4"}}' {7} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [229.692870s] ... 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 3b906f36-9eef-441d-acf1-d672eb602764 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T21:04:22Z', 'message': 'Build of instance 3b906f36-9eef-441d-acf1-d672eb602764 aborted: Volume 65d3180a-8c8a-4727-a5f4-83c3a98b215a did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-29cb19fd-1280-468b-bdf8-ecb52d5a033c. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:01:19,528 79659 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-18 21:01:19,529 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-90af09b0-9d78-4f68-8d55-fc936d660043', '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": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132-project-member", "password_expires_at": null}, "audit_ids": ["oCKgl5NIRBaV1PtpaLbchg"], "expires_at": "2023-04-18T22:01:19.000000Z", "issued_at": "2023-04-18T21:01:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a5f1bfc384749baaf2a69eacad57b87", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:01:19,531 79659 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '2a459fb0-36eb-4c75-afd7-0de7482741f7', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1987626567-network', 'tenant_id': '8a5f1bfc384749baaf2a69eacad57b87', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'projec t_id': '8a5f1bfc384749baaf2a69eacad57b87', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 825, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 21:01:20,106 79659 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.574s 2023-04-18 21:01:20,107 79659 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-808917023", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "2a459fb0-36eb-4c75-afd7-0de7482741f7"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1', '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-be2c06d6-0c47-4c0f-aed5-f34df58c2eb3', 'x-compute-request-id': 'req-be2c06d6-0c47-4c0f-aed5-f34df58c2eb3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "wDyzk2EcAj79"}}' 2023-04-18 21:01:20,198 79659 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/f65d46e4-3ffe-4340-a930-a14a74b542c1 0.088s 2023-04-18 21:01:20,198 79659 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': 'Tue, 18 Apr 2023 21:01:20 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-c0df5964-835e-43f6-8ced-f374c143d10e', 'x-compute-request-id': 'req-c0df5964-835e-43f6-8ced-f374c143d10e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1'} Body: b'{"server": {"id": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-808917023", "status": "BUILD", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:01:20Z", "updated": "2023-04-18T21:01:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f65d46e4 -3ffe-4340-a930-a14a74b542c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}], "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-18 21:02:10,565 79659 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/f65d46e4-3ffe-4340-a930-a14a74b542c1 0.301s 2023-04-18 21:02:10,565 79659 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': 'Tue, 18 Apr 2023 21:02:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8ba466f-f3c0-4132-a918-3427ff18c3a3', 'x-compute-request-id': 'req-a8ba466f-f3c0-4132-a918-3427ff18c3a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1'} Body: b'{"server": {"id": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-808917023", "status": "ACTIVE", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "f9d071e8f4bf88d004e2f5efc62dbdf8f33051ba45edde3ec3e7d92b", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:01:20Z", "updated": "2023-04-18T21:01:28Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1987626567-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:f1:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:01:27.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-18 21:02:10,581 79659 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:03:11,992 79659 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/f65d46e4-3ffe-4340-a930-a14a74b542c1/action 1.350s 2023-04-18 21:03:11,992 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStableR escueTest-image-2145262652"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:10 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-d09d75dd-32c0-432c-8578-43fd81d8b3c6', 'x-compute-request-id': 'req-d09d75dd-32c0-432c-8578-43fd81d8b3c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1/action'} Body: b'{"image_id": "72149343-15c4-4141-bc22-0f4bb89804c8"}' 2023-04-18 21:03:12,077 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.082s 2023-04-18 21:03:12,077 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-83939085-8528-43ed-9605-8509cfdae7f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:12Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:13,106 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.027s 2023-04-18 21:03:13,107 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9c0551f4-dadb-4a32-92ac-1d874b356d11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_project_name": "tempest-ServerBootFr omVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:12Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:14,133 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.025s 2023-04-18 21:03:14,134 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b971eae0-d273-4043-b547-3bc4b8498a46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:12Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:15,157 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.021s 2023-04-18 21:03:15,157 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2b0205b6-a4c7-4c1f-aff1-406695a38959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "boot_ro les": "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:15Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:16,185 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.026s 2023-04-18 21:03:16,185 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8349731f-652a-4181-8f25-bdb89d78237f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:16Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:17,221 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.033s 2023-04-18 21:03:17,221 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2ac481e1-51af-41e4-ae3b-fa908c5bb38a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "c37efc27087dc2ffe2b5d241e251f716", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ba3137067e73e2a9e3c5932f5fbaee2af2ef749fa1ba79a530e5f6aa9ed1ef4e7e99eba9be52731dd9af8c8d6801fca7a733888fe0588d9642eeff23d54bd7c6", "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:17Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:17,247 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.024s 2023-04-18 21:03:17,247 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-57c80dfd-73b5-4c3f-8f7b-53e04126da6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "c37efc27087dc2ffe2b5d241e251f716", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8a5f1bfc384749baaf2a69eacad57b87", "o s_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ba3137067e73e2a9e3c5932f5fbaee2af2ef749fa1ba79a530e5f6aa9ed1ef4e7e99eba9be52731dd9af8c8d6801fca7a733888fe0588d9642eeff23d54bd7c6", "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:17Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:17,499 79659 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/f65d46e4-3ffe-4340-a930-a14a74b542c1 0.251s 2023-04-18 21:03:17,499 79659 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': 'Tue, 18 Apr 2023 21:03:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aba40c48-0917-4a30-9040-f6efddf2847d', 'x-compute-request-id': 'req-aba40c48-0917-4a30-9040-f6efddf2847d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1'} Body: b'{"server": {"id": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-808917023", "status": "ACTIVE", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "f9d071e8f4bf88d004e2f5efc62dbdf8f33051ba45edde3ec3e7d92b", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:01:20Z", "updated": "2023-04-18T21:03:17Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1987626567-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:f1:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:01:27.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-18 21:04:17,651 79659 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-18 21:04:17,652 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8a294900-4148-41dd-9c9e-6cea0e06d3e1', '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": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132-project-member", "password_expires_at": null}, "audit_ids": ["NSE9OyVOTwGDQ69Of4dwzA"], "expires_at": "2023-04-18T22:04:17.000000Z", "issued_at": "2023-04-18T21:04:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a5f1bfc384749baaf2a69eacad57b87", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:04:17,652 79659 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '2a459fb0-36eb-4c75-afd7-0de7482741f7', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1987626567-network', 'tenant_id': '8a5f1bfc384749baaf2a69eacad57b87', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8a5f1bfc384749baaf2a69eacad57b87', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 825, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 21:04:18,372 79659 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.718s 2023-04-18 21:04:18,372 79659 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-1908143060", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "2776403b-74df-489f-a4f5-d994ce6e9319", "destination_type": "volume"}], "networks": [{"uuid": "2a459fb0-36eb-4c75-afd7-0de7482741f7"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764', '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-29cb19fd-1280-468b-bdf8-ecb52d5a033c', 'x-compute-request-id': 'req-29cb19fd-1280-468b-bdf8-ecb52d5a033c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3b906f36-9eef-441d-acf1-d672eb602764", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3b906f36-9eef-441d-acf1-d672eb602764"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HroQwmKrnvu9"}}' 2023-04-18 21:04:18,520 79659 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/3b906f36-9eef-441d-acf1-d672eb602764 0.144s 2023-04-18 21:04:18,520 79659 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': 'Tue, 18 Apr 2023 21:04:18 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-fc91ffc5-9088-48ca-bed1-13841e0580e7', 'x-compute-request-id': 'req-fc91ffc5-9088-48ca-bed1-13841e0580e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764'} Body: b'{"server": {"id": "3b906f36-9eef-441d-acf1-d672eb602764", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1908143060", "status": "BUILD", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:04:18Z", "updated": "2023-04-18T21:04:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3b906f36-9eef-441d-acf1-d672eb602764"}], "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-18 21:05:08,719 79659 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/3b906f36-9eef-441d-acf1-d672eb602764 0.145s 2023-04-18 21:05:08,720 79659 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': 'Tue, 18 Apr 2023 21:05:08 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-7ff27c8b-117a-49c2-b4dd-4f8f4452cade', 'x-compute-request-id': 'req-7ff27c8b-117a-49c2-b4dd-4f8f4452cade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764'} Body: b'{"server": {"id": "3b906f36-9eef-441d-acf1-d672eb602764", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1908143060", "status": "ERROR", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:04:18Z", "updated": "2023-04-18T21:04:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3b906f36-9eef-441d-acf1-d672eb602764"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T21:04:22Z", "message": "Build of instance 3b906f36-9eef-441d-acf1-d672eb602764 aborted: Volume 65d3180a-8c8a-4727-a5f4-83c3a98b215a 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-18 21:05:08,735 79659 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-18 21:05:09,085 79659 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/3b906f36-9eef-441d-acf1-d672eb602764 0.349s 2023-04-18 21:05:09,085 79659 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': 'Tue, 18 Apr 2023 21:05:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cc2ff98-38a1-475f-8c15-38556c1ef1fa', 'x-compute-request-id': 'req-8cc2ff98-38a1-475f-8c15-38556c1ef1fa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764'} Body: b'' 2023-04-18 21:05:09,126 79659 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/3b906f36-9eef-441d-acf1-d672eb602764 0.040s 2023-04-18 21:05:09,126 79659 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': 'Tue, 18 Apr 2023 21:05:09 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-03c6289f-0980-487a-a09a-b7f3dade4013', 'x-compute-request-id': 'req-03c6289f-0980-487a-a09a-b7f3dade4013', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3b906f36-9eef-441d-acf1-d672eb602764 could not be found."}}' {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached [123.203861s] ... 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 536a0341-bfba-40e9-a6ab-18a7dae7c2a9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:03:41,049 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.441s 2023-04-18 21:03:41,050 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3165a457-eac1-4266-aa48-49b63a684da0', 'x-compute-request-id': 'req-3165a457-eac1-4266-aa48-49b63a684da0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:03:41,436 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.374s 2023-04-18 21:03:41,436 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7eb55d4-e444-46b4-9ba9-a595a9d90654', 'x-compute-request-id': 'req-f7eb55d4-e444-46b4-9ba9-a595a9d90654', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0. 0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:03:41,816 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.367s 2023-04-18 21:03:41,818 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30959cbb-35fa-4dba-9e40-45715abfed20', 'x-compute-request-id': 'req-30959cbb-35fa-4dba-9e40-45715abfed20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:04:42,162 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/e7457861 88a8467e91ee32d4078f12b5/volumes 0.330s 2023-04-18 21:04:42,162 79649 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-616859526"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5857d7bf-5d06-4985-a6ec-161f3cd6e736', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5857d7bf-5d06-4985-a6ec-161f3cd6e736', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes'} Body: b'{"volume": {"id": "536a0341-bfba-40e9-a6ab-18a7dae7c2a9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:42.099558", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-616859526", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:04:42,222 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9 0.051s 2023-04-18 21:04:42,223 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c71e6336-c42d-4508-a6a7-a031e94a5666', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c71e6336-c42d-4508-a6a7-a031e94a5666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9'} Body: b'{"volume": {"id": "536a0341-bfba-40e9-a6ab-18a7dae7c2a9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:42.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-616859526", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e745786188a8467e91ee32d4078f12b5"}}' 2023-04-18 21:04:43,281 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9 0.046s 2023-04-18 21:04:43,282 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Heade rs: {'date': 'Tue, 18 Apr 2023 21:04:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7322f822-82a2-472d-a0fa-fe4d34faf44e', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7322f822-82a2-472d-a0fa-fe4d34faf44e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9'} Body: b'{"volume": {"id": "536a0341-bfba-40e9-a6ab-18a7dae7c2a9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:42.000000", "updated_at": "2023-04-18T21:04:42.000000", "name": "tempest-ServerActionsTestJSON-volume-616859526", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e745786188a8467e91ee32d4078f12b5"}}' 2023-04-18 21:04:43,294 79649 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-18 21:04:43,791 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.496s 2023-04-18 21:04:43,791 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78c03597-3a96-44f6-9159-2a98aac7bf09', 'x-compute-request-id': 'req-78c03597-3a96-44f6-9159-2a98aac7bf09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "sec urity_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [166.726937s] ... 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 bb5c7451-9b38-49b2-93a3-0560e6820de8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:03:29,227 79665 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 21:03:29,227 79665 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 21:03:29,412 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.182s 2023-04-18 21:03:29,413 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1718975577", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCatrlk8Gk1C9BIJU6Nq36ZHN2mvgVOFhKbNZOo+sHYhZjRTZoBia6bXIq9QYq+nS1cyGdMTreLYKGPgx+o2H7H6pHCB77qEztFCQxCUEXmBCUE5r3/rwDuglDWRoZEuqA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:29 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-81c83e53-5ffa-4e6e-b98c-f841246e72cc', 'x-compute-request-id': 'req-81c83e53-5ffa-4e6e-b98c-f841246e72cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1718975577", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCatrlk8Gk1C9BIJU6Nq36ZHN2mvgVOFhKbNZOo+sHYhZjRTZoBia6bXIq9QYq+nS1cyGdMTreLYKGPgx+o2H7H6pHCB77qEztFCQxCUEXmBCUE5r3/rwDuglDWRoZEuqA==", "fingerprint": "52:97:05:d0:a9:40:7b:cb:af:24:4e:0f:ed:79:df:51", "user_id": "038d8b51fbcf4542a442e69729e90b52"}}' 2023-04-18 21:03:29,415 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1718975577 created 2023-04-18 21:03:29,585 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.170s 2023-04-18 21:03:29,586 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1917103847", "description": "tempest-description--908000628"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-c1a4828a-a62a-4e64-b8ad-d8ee3c290df8', 'date': 'Tue, 18 Apr 2023 21:03:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "name": "tempest-securitygroup--1917103847", "stateful": true, "tenant_id": "4f87d615925045948bb95f84b990b2c5", "description": "tempest-description--908000628", "shared": false, "security_group_rules": [{"id": "534d43f6-6a55-48c8-a528-39a923431ab3", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "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": 671, "description": null, "tags": [], "created_at": "2023-04-18T21:03:29Z", "updated_at": "2023-04-18T21:03:29Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}, {"id": "e3dde9a9-cace-4821-a8a9-023b3754bea2", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norm alized_cidr": null, "remote_group_id": null, "standard_attr_id": 670, "description": null, "tags": [], "created_at": "2023-04-18T21:03:29Z", "updated_at": "2023-04-18T21:03:29Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}], "tags": [], "created_at": "2023-04-18T21:03:29Z", "updated_at": "2023-04-18T21:03:29Z", "revision_number": 1, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:03:29,773 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.186s 2023-04-18 21:03:29,773 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "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-43c2bee2-1df5-4e41-9721-23eed97725c5', 'date': 'Tue, 18 Apr 2023 21:03:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f031056a-04b9-4f1e-b6a9-c268e2196339", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "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-18T21:03:29Z", "updated_at": "2023-04-18T21:03:29Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:03:29,953 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.179s 2023-04-18 21:03:29,954 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4b464170-e1bc-4546-b46b-7610c2c7b927', 'date': 'Tue, 18 Apr 2023 21:03:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "08814eb0-6979-462d-8c85-042ff23f20bf", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "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-18T21:03:29Z", "updated_at": "2023-04-18T21:03:29Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:03:29,954 79665 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1917103847 created 2023-04-18 21:03:30,735 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.780s 2023-04-18 21:03:30,735 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', ' x-openstack-request-id': 'req-c9462b31-8c66-4fc3-83cc-de5aa86595f1', 'date': 'Tue, 18 Apr 2023 21:03:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f40459f6-3a5f-4773-b6c8-ed583176a37b", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "floating_ip_address": "172.24.4.143", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "4f87d615925045948bb95f84b990b2c5", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:03:30Z", "updated_at": "2023-04-18T21:03:30Z", "revision_number": 0}}' 2023-04-18 21:03:30,735 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f40459f6-3a5f-4773-b6c8-ed583176a37b', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'floating_ip_address': '172.24.4.143', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4f87d615925045948bb95f84b990b2c5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:03:30Z', 'updated_at': '2023-04-18T21:03:30Z', 'revision_number': 0, 'ip': '172.24.4.143'} created 2023-04-18 21:03:30,775 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-18 21:03:30,776 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e0a49527-faf9-4312-8c9a-453f8a302e76', '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": "038d8b51fbcf4542a442e69729e90b52", "name": "tempest-AttachVolumeTestJSON-1434283235-project-member", "password_expires_at": null}, "audit_ids": ["pFL7yQwGR92UVNNEjNh4tw"], "expires_at": "2023-04-18T22:03:30.000000Z", "issued_at": "2023-04-18T21:03:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f87d615925045948bb95f84b990b2c5", "name": "tempest-AttachVolumeTestJSON-1434283235"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210: 9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4f87d615925045948bb95f84b990b2c5", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:03:30,776 79665 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'b03bc1ed-f83c-4e48-86f7-e3e2aed9455a', 'name': 'tempest-AttachVolumeTestJSON-204806267-network', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4f87d615925045948bb95f84b990b2c5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35866, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:03:22Z', 'updated_at': '2023-04-18T21:03:22Z', 'revision_number': 1} available for tenant 2023-04-18 21:03:30,777 79665 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1718975577', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCatrlk8Gk1C9BIJU6Nq36ZHN2mvgVOFhKbNZOo+sHYhZjRTZoBia6bXIq9QYq+nS1cyGdMTreLYKGPgx+o2H7H6pHCB77qEztFCQxCUEXmBCUE5r3/rwDuglDWRoZEuqA==', 'fingerprint': '52:97:05:d0:a9:40:7b:cb:af:24:4e:0f:ed:79:df:51', 'user_id': '038d8b51fbcf4542a442e69729e90b52', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCCnoAMSiN1fMOaQfDSFiDJt/Xd9KtS52NahGnb8QZ9ThiccioJMdE+\ncXhUwLH2rCGgBwYFK4EEACKhZANiAAQmra5ZPBpNQvQSCVOjat+mRzdpr4FThYSm\nzWTqPrB2IWY0U2aAYmum1yKvUGKvp0tXMhnTE63i2Chj4MfqNh+x+qRwge+6hM7R\nQkMQlBF5gQlBOa9/68A7oJQ1kaGRLqg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c0df9083-2246-4dee-b1b8-d68722b48c61', 'name': 'tempest-securitygroup--1917103847', 'stateful': True, 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'description': 'tempest-description--908000628', 'shared': False, 'security_group_rules': [{'id': '534d43f6-6a55-48c8-a528-39a923431ab3', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'security_group_id': 'c0df9083-2246-4dee-b1b8-d68722b48c61', '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': 671, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:03:29Z', 'updated_at': '2023-04-18T21:03:29Z', 'revision_number': 0, 'project_id': '4f87d615925045948bb95f84b990b2c5'}, {'id': 'e3dde9a9-cace-4821-a8a9-023b3754bea2', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'security_group_id': 'c0df9083-2246-4dee-b1b8-d68722b48c61', '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': 670, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:03:29Z', 'updated_at': '2023-04-18T21:03:29Z', 'revision_number': 0, 'project_id': '4f87d615925045948bb95f84b990b2c5'}], 'tags': [], 'created_at': '2023-04-18T21:03: 29Z', 'updated_at': '2023-04-18T21:03:29Z', 'revision_number': 1, 'project_id': '4f87d615925045948bb95f84b990b2c5'}, 'floating_ip': {'id': 'f40459f6-3a5f-4773-b6c8-ed583176a37b', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'floating_ip_address': '172.24.4.143', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4f87d615925045948bb95f84b990b2c5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:03:30Z', 'updated_at': '2023-04-18T21:03:30Z', 'revision_number': 0, 'ip': '172.24.4.143'}} 2023-04-18 21:03:31,443 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.665s 2023-04-18 21:03:31,443 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-406631877", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "b03bc1ed-f83c-4e48-86f7-e3e2aed9455a"}], "security_groups": [{"name": "tempest-securitygroup--1917103847"}], "key_name": "tempest-keypair-1718975577", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3341856-9751-483e-bb45-d8af6dc32891', 'x-compute-request-id': 'req-c3341856-9751-483e-bb45-d8af6dc32891', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8550a1f5-306b-4396-bd98-7ccc4dd3b386", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1917103847"}], "adminPass": "password"}}' 2023-04-18 21:03:31,521 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386 0.074s 2023-04-18 21:03:31,521 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a57e9111-d467-40b9-a1aa-986d92229985', 'x-compute-request-id': 'req-a57e9111-d467-40b9-a1aa-986d92229985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386'} Body: b'{"server": {"id": "8550a1f5-306b-4396-bd98-7ccc4dd3b386", "name": "tempest-AttachVolumeTestJSON-server-406631877", "status": "BUILD", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "user_id": "038d8b51fbcf4542a442e69729e90b52", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmar k", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:03:31Z", "updated": "2023-04-18T21:03:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1718975577", "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-18 21:04:22,007 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386 0.424s 2023-04-18 21:04:22,007 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:21 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-89dcd833-9528-4fb7-99b7-3d2e30f5fac1', 'x-compute-request-id': 'req-89dcd833-9528-4fb7-99b7-3d2e30f5fac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386'} Body: b'{"server": {"id": "8550a1f5-306b-4396-bd98-7ccc4dd3b386", "name": "tempest-AttachVolumeTestJSON-server-406631877", "status": "ACTIVE", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "user_id": "038d8b51fbcf4542a442e69729e90b52", "metadata": {}, "hostId": "49eac320cac917be7fa227d9e42fd1c095bb98fe59dd83c6e4b0c06f", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:03:31Z", "updated": "2023-04-18T21:03:39Z", "addresses": {"tempest-AttachVolumeTestJSON-204806267-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:b0:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718975577", "OS-SRV-USG:launched_at": "2023-04-18T21:03:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1917103847"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:04:22,022 79665 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 21:05:22,225 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386/os-interface 0.172s 2023-04-18 21:05:22,225 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:22 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-66e733d7-7739-4645-81b8-7a4f743830fc', 'x-compute-request-id': 'req-66e733d7-7739-4645-81b8-7a4f743830fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b03bc1ed-f83c-4e48-86f7-e3e2aed9455a", "port_id": "fe6f321f-4360-4cba-b6bb-f34e14572395", "mac_addr": "fa:16:3e:78:b0:7d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b7e4c04f-cc85-44f6-a2a3-59b86b261863", "ip_address": "10.0.0.11"}]}]}' 2023-04-18 21:05:23,097 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/f40459f6-3a5f-4773-b6c8-ed583176a37b 0.864s 2023-04-18 21:05:23,097 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "fe6f321f-4360-4cba-b6bb-f34e14572395"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-5e4d5c7e-3d7f-4ba7-9b63-5e2126056cff', 'date': 'Tue, 18 Apr 2023 21:05:23 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f40459f6-3a5f-4773-b6c8-ed583176a37b'} Body: b'{"floatingip": {"id": "f40459f6-3a5f-4773-b6c8-ed583176a37b", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "floating_ip_address": "172.24.4.143", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "c243fdac-5785-4f8b-8de8-48b9f1571815", "port_id": "fe6f321f-4360-4cba-b6bb-f34e14572395", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b03bc1ed-f83c-4e48-86f7-e3e2aed9455a", "mac_address": "fa:16:3e:78:b0:7d", "admin_state_up": true, "status": "ACTIVE", "device_id": "8550a1f5-306b-4396-bd98-7ccc4dd3b386", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:03:30Z", "updated_at": "2023-04-18T21:05:22Z", "revision_number": 1, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:05:23,099 79665 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.143:22' as 'cirros' with public key authentication 2023-04-18 21:05:23,149 79665 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:05:23,170 79665 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:05:23,170 79665 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.143 successfully created 2023-04-18 21:05:23,220 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386/ips 0.049s 2023-04-18 21:05:23,221 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:23 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-9227c37d-8c8f-4731-8396-b42232ded466', 'x-compute-request-id': 'req-9227c37d-8c8f-4731-8396-b42232ded466', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-204806267-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-18 21:05:23,225 79665 INFO [tempest.lib.common.ssh] Creating ssh conn ection to '172.24.4.143:22' as 'cirros' with public key authentication 2023-04-18 21:05:23,230 79665 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:05:23,251 79665 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:05:23,251 79665 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.143 successfully created 2023-04-18 21:05:23,252 79665 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-18 21:05:23,252 79665 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.143:22' as 'cirros' with public key authentication 2023-04-18 21:05:23,257 79665 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:05:23,276 79665 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:05:23,276 79665 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.143 successfully created 2023-04-18 21:05:23,587 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes 0.286s 2023-04-18 21:05:23,587 79665 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-841828195"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-361bc9a1-0e92-4742-bf52-33ad8c7a5538', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-361bc9a1-0e92-4742-bf52-33ad8c7a5538', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes'} Body: b'{"volume": {"id": "bb5c7451-9b38-49b2-93a3-0560e6820de8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:05:23.502995", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-841828195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8"}], "user_id": "038d8b51fbcf4542a442e69729e90b52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:05:23,637 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8 0.041s 2023-04-18 21:05:23,638 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab153d87-c390-4a40-b812-a35eba57c529', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab153d87-c390-4a40-b812-a35eba57c529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8'} Body: b'{"volume": {"id": "bb5c7451-9b38-49b2-93a3-0560e6820de8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:05:24.000000", "updated_at": nul l, "name": "tempest-AttachVolumeTestJSON-volume-841828195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8"}], "user_id": "038d8b51fbcf4542a442e69729e90b52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:05:24,691 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8 0.042s 2023-04-18 21:05:24,692 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f341d21-8331-47e6-b820-ae99f5fff014', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f341d21-8331-47e6-b820-ae99f5fff014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8'} Body: b'{"volume": {"id": "bb5c7451-9b38-49b2-93a3-0560e6820de8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:05:24.000000", "updated_at": "2023-04-18T21:05:24.000000", "name": "tempest-AttachVolumeTestJSON-volume-841828195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8"}], "user_id": "038d8b51fbcf4542a442e69729e90b52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:05:24,822 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386 0.117s 2023-04-18 21:05:24,822 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95695c8a-9d2d-4d06-9d4a-357e828c7649', 'x-compute-request-id': 'req-95695c8a-9d2d-4d06-9d4a-357e828c7649', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386'} Body: b'' 2023-04-18 21:05:25,180 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386 0.358s 2023-04-18 21:05:25,181 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:24 GMT', '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-a45ddd4e-e9ca-4240-b3fb-275a05b5e662', 'x-compute-request-id': 'req-a45ddd4e-e9ca-4240-b3fb-275a05b5e662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386'} Body: b'{"server": {"id": "8550a1f5-306b-4396-bd98-7ccc4dd3b386", "name": "tempest-AttachVolumeTestJSON-server-406631877", "status": "ACTIVE", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "user_id": "038d8b51fbcf4542a442e69729e90b52", "metadata": {}, "hostId": "49eac320cac917be7fa227d9e42fd1c095bb98fe59dd83c6e4b0c06f", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:03:31Z", "updated": "2023-04-18T21:05:25Z", "addresses": {"tempest-AttachVolumeTestJSON-204806267-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:b0:7d"}, {"version": 4, "addr": "172.24.4.143", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:b0:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718975577", "OS-SRV-USG:launched_at": "2023-04-18T21:03:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1917103847"}], "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-18 21:06:15,284 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386 0.043s 2023-04-18 21:06:15,284 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-cca40858-a75b-459a-9b16-7cda6f8b35e3', 'x-compute-request-id': 'req-cca40858-a75b-459a-9b16-7cda6f8b35e3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8550a1f5-306b-4396-bd98-7ccc4dd3b386 could not be found."}}' 2023-04-18 21:06:15,319 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1718975577 0.034s 2023-04-18 21:06:15,319 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-327e3d7c- c017-40b8-9c1b-0c5f16c0f8b7', 'x-compute-request-id': 'req-327e3d7c-c017-40b8-9c1b-0c5f16c0f8b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1718975577'} Body: b'' 2023-04-18 21:06:15,466 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c0df9083-2246-4dee-b1b8-d68722b48c61 0.145s 2023-04-18 21:06:15,466 79665 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-42a7184e-d28f-473b-8ebf-e3f47c4160a3', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:06:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c0df9083-2246-4dee-b1b8-d68722b48c61'} Body: b'' 2023-04-18 21:06:15,493 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/c0df9083-2246-4dee-b1b8-d68722b48c61 0.026s 2023-04-18 21:06:15,493 79665 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-dd33ddb3-07ff-4ff0-8d08-a06b13fcbb10', 'date': 'Tue, 18 Apr 2023 21:06:15 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c0df9083-2246-4dee-b1b8-d68722b48c61'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c0df9083-2246-4dee-b1b8-d68722b48c61 does not exist", "detail": ""}}' 2023-04-18 21:06:15,952 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f40459f6-3a5f-4773-b6c8-ed583176a37b 0.458s 2023-04-18 21:06:15,952 79665 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-8665ad7a-a7cd-42f7-8732-e2ec25878d0b', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:06:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f40459f6-3a5f-4773-b6c8-ed583176a37b'} Body: b'' {11} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [166.441222s] ... 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 c8cd85d1-b80c-4e6f-aff0-777c65b79152 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:03:58,396 79667 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 21:03:58,396 79667 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 21:03:58,480 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.082s 2023-04-18 21:03:58,481 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-299609372", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBVy8PfIJFGN8qhqvmQldPf40WwKk/iyefxgJUgnWQJ1PeNnXn+l14Qi6LgOcq8E1+s/+bDJin8cFlxNyQ53JQHWWVY3tta7gVu+deT+gk+1vNjPgSo10C1DEo+e/ropFg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:58 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-feed94b4-aee6-4866-9d4c-c8fb2fe5db95', 'x-compute-request-id': 'req-feed94b4-aee6-4866-9d4c-c8fb2fe5db95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-299609372", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBVy8PfIJFGN8qhqvmQldPf40WwKk/iyefxgJUgnWQJ1PeNnXn+l14Qi6LgOcq8E1+s/+bDJin8cFlxNyQ53JQHWWVY3tta7gVu+deT+gk+1vNjPgSo10C1DEo+e/ropFg==", "fingerprint": "27:21:4f:60:f5:3b:d4:e5:0c:da:56:c1:84:ea:32:58", "user_id": "5370e1ed421443439d6463efd2fae614"}}' 2023-04-18 21:03:58,483 79667 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-299609372 created 2023-04-18 21:03:58,722 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.238s 2023-04-18 21:03:58,722 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1412837513", "description": "tempest-description--1270148088"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-eed320ad-dd2e-4673-b4df-6b9a69b413e6', 'date': 'Tue, 18 Apr 2023 21:03:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e46e8263-0365-429b-bace-01cf90684d15", "name": "tempest-securitygroup--1412837513", "stateful": true, "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "description": "tempest-description--1270148088", "shared": false, "security_group_rules": [{"id": "8c33fc76-3b70-4fa5-916a-0eaf7094ecc7", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "e46e8263-0365-429b-bace-01cf90684d15", "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": 709, "description": null, "tags": [], "created_at": "2023-04-18T21:03:58Z", "updated_at": "2023-04-18T21:03:58Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}, {"id": "dc60a176-6ecf-4e1f-9d1f-2b0ed665c784", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "e46e8263-0365-429b-bace-01cf90684d15", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norma lized_cidr": null, "remote_group_id": null, "standard_attr_id": 708, "description": null, "tags": [], "created_at": "2023-04-18T21:03:58Z", "updated_at": "2023-04-18T21:03:58Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}], "tags": [], "created_at": "2023-04-18T21:03:58Z", "updated_at": "2023-04-18T21:03:58Z", "revision_number": 1, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:03:58,887 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-04-18 21:03:58,887 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e46e8263-0365-429b-bace-01cf90684d15", "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-92cc2102-b466-48a3-a7af-403b0a91622d', 'date': 'Tue, 18 Apr 2023 21:03:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a597dd45-d581-4987-8879-c832f74c691a", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "e46e8263-0365-429b-bace-01cf90684d15", "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-18T21:03:58Z", "updated_at": "2023-04-18T21:03:58Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:03:59,038 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.151s 2023-04-18 21:03:59,039 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e46e8263-0365-429b-bace-01cf90684d15", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a41d1627-81d3-4787-9981-3a290d7b639f', 'date': 'Tue, 18 Apr 2023 21:03:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2408d10b-6bfa-447e-a7e2-c4109f06af97", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "e46e8263-0365-429b-bace-01cf90684d15", "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-18T21:03:58Z", "updated_at": "2023-04-18T21:03:58Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:03:59,039 79667 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1412837513 created 2023-04-18 21:04:00,015 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.975s 2023-04-18 21:04:00,015 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x -openstack-request-id': 'req-c71c3e29-7914-487f-9f7d-5ac68be90c94', 'date': 'Tue, 18 Apr 2023 21:04:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "33144e04-2513-4c40-92d9-f1f83c1a4ff4", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "floating_ip_address": "172.24.4.4", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3a910c3017f1428c9f1c09133d73cfcc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:03:59Z", "updated_at": "2023-04-18T21:03:59Z", "revision_number": 0}}' 2023-04-18 21:04:00,016 79667 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '33144e04-2513-4c40-92d9-f1f83c1a4ff4', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'floating_ip_address': '172.24.4.4', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:03:59Z', 'updated_at': '2023-04-18T21:03:59Z', 'revision_number': 0, 'ip': '172.24.4.4'} created 2023-04-18 21:04:00,106 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.084s 2023-04-18 21:04:00,107 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7b9e79c5-cba5-4b03-95cf-da1b7d88dd83', '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": "5370e1ed421443439d6463efd2fae614", "name": "tempest-AttachVolumeNegativeTest-25072355-project-member", "password_expires_at": null}, "audit_ids": ["EInSb4yPS8eefiDkhCsnZQ"], "expires_at": "2023-04-18T22:04:00.000000Z", "issued_at": "2023-04-18T21:04:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a910c3017f1428c9f1c09133d73cfcc", "name": "tempest-AttachVolumeNegativeTest-25072355"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.2 10:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:04:00,107 79667 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'c3b319de-2fa3-4858-b85a-891d6736ed6b', 'name': 'tempest-AttachVolumeNegativeTest-1307280522-network', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:58:15Z', 'updated_at': '2023-04-18T20:58:15Z', 'revision_number': 1} available for tenant 2023-04-18 21:04:00,108 79667 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-299609372', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBVy8PfIJFGN8qhqvmQldPf40WwKk/iyefxgJUgnWQJ1PeNnXn+l14Qi6LgOcq8E1+s/+bDJin8cFlxNyQ53JQHWWVY3tta7gVu+deT+gk+1vNjPgSo10C1DEo+e/ropFg==', 'fingerprint': '27:21:4f:60:f5:3b:d4:e5:0c:da:56:c1:84:ea:32:58', 'user_id': '5370e1ed421443439d6463efd2fae614', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD7pUEVv3Lwg9wX8ntZ/adketFvK/45G2V2bOJEWp3sEdqc/ZrgCX+1\nFNMb5XXhuc+gBwYFK4EEACKhZANiAAQVcvD3yCRRjfKoar5kJXT3+NFsCpP4snn8\nYCVIJ1kCdT3jZ15/pdeEIui4DnKvBNfrP/mwyYp/HBZcTckOdyUB1llWN7bWu4Fb\nvnXk/oJPtbzYz4EqNdAtQxKPnv66KRY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e46e8263-0365-429b-bace-01cf90684d15', 'name': 'tempest-securitygroup--1412837513', 'stateful': True, 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': 'tempest-description--1270148088', 'shared': False, 'security_group_rules': [{'id': '8c33fc76-3b70-4fa5-916a-0eaf7094ecc7', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'security_group_id': 'e46e8263-0365-429b-bace-01cf90684d15', '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': 709, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:03:58Z', 'updated_at': '2023-04-18T21:03:58Z', 'revision_number': 0, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}, {'id': 'dc60a176-6ecf-4e1f-9d1f-2b0ed665c784', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'security_group_id': 'e46e8263-0365-429b-bace-01cf90684d15', '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': 708, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:03:58Z', 'updated_at': '2023-04-18T21:03:58Z', 'revision_number': 0, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}], 'tags': [], 'created_at': '2023 -04-18T21:03:58Z', 'updated_at': '2023-04-18T21:03:58Z', 'revision_number': 1, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}, 'floating_ip': {'id': '33144e04-2513-4c40-92d9-f1f83c1a4ff4', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'floating_ip_address': '172.24.4.4', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:03:59Z', 'updated_at': '2023-04-18T21:03:59Z', 'revision_number': 0, 'ip': '172.24.4.4'}} 2023-04-18 21:04:00,954 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.845s 2023-04-18 21:04:00,955 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-605493339", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c3b319de-2fa3-4858-b85a-891d6736ed6b"}], "security_groups": [{"name": "tempest-securitygroup--1412837513"}], "key_name": "tempest-keypair-299609372", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7223076-b499-4dab-bc1b-3f589746da6f', 'x-compute-request-id': 'req-c7223076-b499-4dab-bc1b-3f589746da6f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4d51a86c-7846-462e-967c-95473aca79f6", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d51a86c-7846-462e-967c-95473aca79f6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1412837513"}], "adminPass": "password"}}' 2023-04-18 21:04:01,037 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6 0.078s 2023-04-18 21:04:01,037 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:00 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-efeec490-6089-4eef-9eee-cab4a5dd8109', 'x-compute-request-id': 'req-efeec490-6089-4eef-9eee-cab4a5dd8109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6'} Body: b'{"server": {"id": "4d51a86c-7846-462e-967c-95473aca79f6", "name": "tempest-AttachVolumeNegativeTest-server-605493339", "status": "BUILD", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42" , "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:04:01Z", "updated": "2023-04-18T21:04:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d51a86c-7846-462e-967c-95473aca79f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-299609372", "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-18 21:04:51,336 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6 0.238s 2023-04-18 21:04:51,336 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:51 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-f3ae2761-194b-4dc2-9429-7405e53d5dd4', 'x-compute-request-id': 'req-f3ae2761-194b-4dc2-9429-7405e53d5dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6'} Body: b'{"server": {"id": "4d51a86c-7846-462e-967c-95473aca79f6", "name": "tempest-AttachVolumeNegativeTest-server-605493339", "status": "ACTIVE", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "11fa9b63cf914189153847a449a3073bb8a2879433589067d5ec4641", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:04:00Z", "updated": "2023-04-18T21:04:08Z", "addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:38:a0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d51a86c-7846-462e-967c-95473aca79f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-299609372", "OS-SRV-USG:launched_at": "2023-04-18T21:04:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1412837513"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:04:51,349 79667 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:05:51,567 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6/os-interface 0.177s 2023-04-18 21:05:51,567 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'applicati on/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c88348d6-1638-456c-b267-4f8726f08dfe', 'x-compute-request-id': 'req-c88348d6-1638-456c-b267-4f8726f08dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c3b319de-2fa3-4858-b85a-891d6736ed6b", "port_id": "c420da63-c683-4d1c-9603-4bac6e9afa12", "mac_addr": "fa:16:3e:fa:38:a0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "867fbb1a-1a72-4264-9de2-9bb611425db7", "ip_address": "10.0.0.4"}]}]}' 2023-04-18 21:05:52,342 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/33144e04-2513-4c40-92d9-f1f83c1a4ff4 0.770s 2023-04-18 21:05:52,343 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c420da63-c683-4d1c-9603-4bac6e9afa12"}} Response - Headers: {'content-type': 'application/json', 'content-length': '827', 'x-openstack-request-id': 'req-99c567af-0882-4dee-9d7c-162352df9710', 'date': 'Tue, 18 Apr 2023 21:05:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/33144e04-2513-4c40-92d9-f1f83c1a4ff4'} Body: b'{"floatingip": {"id": "33144e04-2513-4c40-92d9-f1f83c1a4ff4", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "floating_ip_address": "172.24.4.4", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "068ffa9c-bcf5-46fe-bc9a-40a38f680daa", "port_id": "c420da63-c683-4d1c-9603-4bac6e9afa12", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c3b319de-2fa3-4858-b85a-891d6736ed6b", "mac_address": "fa:16:3e:fa:38:a0", "admin_state_up": true, "status": "ACTIVE", "device_id": "4d51a86c-7846-462e-967c-95473aca79f6", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:03:59Z", "updated_at": "2023-04-18T21:05:51Z", "revision_number": 1, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:05:52,345 79667 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.4:22' as 'cirros' with public key authentication 2023-04-18 21:05:52,380 79667 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:05:52,405 79667 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:05:52,406 79667 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.4 successfully created 2023-04-18 21:05:52,446 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6/ips 0.040s 2023-04-18 21:05:52,447 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d404a46-a2b4-4ee0-9eed-77ab5fa7ee64', 'x-compute-request-id': 'req-1d404a46-a2b4-4ee0-9eed-77ab5fa7ee64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2023-04-18 21:05:52,658 796 67 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes 0.208s 2023-04-18 21:05:52,658 79667 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-1626969390"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d71dd2e-d23a-40eb-9b97-33cf38dab973', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d71dd2e-d23a-40eb-9b97-33cf38dab973', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes'} Body: b'{"volume": {"id": "c8cd85d1-b80c-4e6f-aff0-777c65b79152", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:05:52.596547", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1626969390", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:05:52,708 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152 0.041s 2023-04-18 21:05:52,708 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17bf7a0e-ac77-4309-b2f0-172bf331d580', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17bf7a0e-ac77-4309-b2f0-172bf331d580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152'} Body: b'{"volume": {"id": "c8cd85d1-b80c-4e6f-aff0-777c65b79152", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:05:53.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1626969390", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:05:53,759 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152 0.038s 2023-04-18 21:05:53,759 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: { 'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fcc790f-6a66-4b74-9995-e0b540ed9d62', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fcc790f-6a66-4b74-9995-e0b540ed9d62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152'} Body: b'{"volume": {"id": "c8cd85d1-b80c-4e6f-aff0-777c65b79152", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:05:53.000000", "updated_at": "2023-04-18T21:05:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1626969390", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:05:53,884 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6 0.114s 2023-04-18 21:05:53,885 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05: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-c3caee73-8d84-4ded-9741-81c059bc7e46', 'x-compute-request-id': 'req-c3caee73-8d84-4ded-9741-81c059bc7e46', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6'} Body: b'' 2023-04-18 21:05:54,081 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6 0.195s 2023-04-18 21:05:54,081 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:53 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-a33ecae3-38e5-4552-b761-8581daf3d1aa', 'x-compute-request-id': 'req-a33ecae3-38e5-4552-b761-8581daf3d1aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6'} Body: b'{"server": {"id": "4d51a86c-7846-462e-967c-95473aca79f6", "name": "tempest-AttachVolumeNegativeTest-server-605493339", "status": "ACTIVE", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "11fa9b63cf914189153847a449a3073bb8a2879433589067d5ec4641", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor ": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:04:00Z", "updated": "2023-04-18T21:05:54Z", "addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:38:a0"}, {"version": 4, "addr": "172.24.4.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:38:a0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d51a86c-7846-462e-967c-95473aca79f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-299609372", "OS-SRV-USG:launched_at": "2023-04-18T21:04:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1412837513"}], "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-18 21:06:44,145 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6 0.044s 2023-04-18 21:06:44,145 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06: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-ce9e8cff-b186-4f35-9b15-1fe5bf1e1803', 'x-compute-request-id': 'req-ce9e8cff-b186-4f35-9b15-1fe5bf1e1803', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4d51a86c-7846-462e-967c-95473aca79f6 could not be found."}}' 2023-04-18 21:06:44,181 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-299609372 0.035s 2023-04-18 21:06:44,182 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06: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-393a4c17-552c-45fd-ba87-df6112ebaba6', 'x-compute-request-id': 'req-393a4c17-552c-45fd-ba87-df6112ebaba6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-299609372'} Body: b'' 2023-04-18 21:06:44,337 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e46e8263-0365-429b-bace-01cf90684d15 0.155s 2023-04-18 21:06:44,337 79667 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-2c85d782-1c2d-4d52-8ff0-d2b048895a41', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:06:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e46e8263-0365-429b-bace-01cf90684d15'} Body: b'' 2023-0 4-18 21:06:44,356 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e46e8263-0365-429b-bace-01cf90684d15 0.018s 2023-04-18 21:06:44,356 79667 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-d184906f-9881-42ff-96ba-caff5e14e2d0', 'date': 'Tue, 18 Apr 2023 21:06:44 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e46e8263-0365-429b-bace-01cf90684d15'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e46e8263-0365-429b-bace-01cf90684d15 does not exist", "detail": ""}}' 2023-04-18 21:06:44,836 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/33144e04-2513-4c40-92d9-f1f83c1a4ff4 0.479s 2023-04-18 21:06:44,836 79667 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-81d5c9ac-a50d-414d-9749-15cdb1733fbf', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:06:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/33144e04-2513-4c40-92d9-f1f83c1a4ff4'} Body: b'' {11} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.183021s] ... 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-18 21:06:50,547 79667 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/7112a47617ce45658cfbacbdd003c20f/scheduler-stats/get_pools?detail=True 0.177s 2023-04-18 21:06:50,548 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c788e88-ee58-4495-8dc5-f7a34a3bdbfb', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c788e88-ee58-4495-8dc5-f7a34a3bdbfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7112a47617ce45658cfbacbdd003c20f/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {11} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.055794s] ... 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-18 21:06:50,608 79667 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/7112a47617ce45658cfbacbdd003c20f/scheduler-stats/get_pools 0.053s 2023-04-18 21:06:50,608 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09186cba-382a-4605-b72f-9c4f07653c7f', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09186cba-382a-4605-b72f-9c4f07653c7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7112a47617ce45658cfbacbdd003c20f/scheduler-stats/get_pools'} Body: b'{"pools": []}' {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.016602s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.027988s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.026722s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.028956s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.022133s] ... ok {7} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [2.188496s] ... 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 5e639470-1191-4d13-8868-e41c3433b71b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:06:56,932 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types 0.215s 2023-04-18 21:06:56,933 79659 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-1365679334"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb092788-81d7-42b1-9a91-5795b1c93c0a', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb092788-81d7-42b1-9a91-5795b1c93c0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types'} Body: b'{"volume_type": {"id": "5acfb475-2f2b-4a41-b4c1-8da9515a2621", "name": "tempest-GroupsTest-volume-type-1365679334", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 21:06:56,971 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types 0.034s 2023-04-18 21:06:56,971 79659 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-801745180"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9be2525f-adae-4e00-9553-d746d25cbc6c', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9be2525f-adae-4e00-9553-d746d25cbc6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types'} Body: b'{"group_type": {"id": "97994aa4-3e32-44e6-95ba-c208c32cae39", "name": "tempest-GroupsTest-group-type-801745180", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 21:06:57,498 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups 0.523s 2023-04-18 21:06:57,498 79659 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": "97994aa4-3e32-44e6-95ba-c208c32cae39", "volume_types": ["5acfb475-2f2b-4a41-b4c1-8da9515a2621"], "name": "tempest-Group1-1834815500"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbed4a91-7f43-4256-a838-e2f28600f25d', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbed4a91-7f43-4256-a838-e2f28600f25d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups'} Body: b'{"group": {"id": "5e639470-1191-4d13-8868-e41c3433b71b", "name": "tempest-Group1-1834815500"}}' 2023-04-18 21:06:57,536 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b 0.035s 2023-04-18 21:06:57,536 79659 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': 'Tue, 18 Apr 2023 21:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e09398cd-54f4-4745-972e-88394d79ad8e', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e09398cd-54f4-4745-972e-88394d79ad8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b'} Body: b'{"group": {"id": "5e639470-1191-4d13-8868-e41c3433b71b", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T21:06:57.000000", "name": "tempest-Group1-1834815500", "description": null, "group_type": "97994aa4-3e32-44e6-95ba-c208c32cae39", "volume_types": ["5acfb475-2f2b-4a41-b4c1-8da9515a2621"]}}' 2023-04-18 21:06:58,573 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b 0.032s 2023-04-18 21:06:58,582 79659 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': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3adc4341-34b0-47ff-a85e-782761433b45', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3adc4341-34b0-47ff-a85e-782761433b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b'} Body: b'{"group": {"id": "5e639470-1191-4d13-8868-e41c3433b71b", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T21:06:57.000000", "name": "tempest-Group1-1834815500", "description": null, "group_type": "97994aa4-3e32-44e6-95ba-c208c32cae39", "volume_types": ["5acfb475-2f2b-4a41-b4c1-8da9515a2621"]}}' 2023-04-18 21:06:58,700 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/volumes/detail 0.112s 2023-04-18 21:06:58,700 79659 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': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc99178-73ea-4de8-ac18-462c15f607f1', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc99178-73ea-4de8-ac18-462c15f607f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 21:06:58,783 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b/action 0.071s 2023-04-18 21:06:58,783 79659 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': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-req uest-id': 'req-ea8ff486-9e8a-49a7-a073-2e0e11135bfe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b/action'} Body: b'' 2023-04-18 21:06:58,798 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b 0.014s 2023-04-18 21:06:58,799 79659 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': 'Tue, 18 Apr 2023 21:06:58 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-6d700a70-ddbe-4a44-afb1-32a6d35d119a', 'x-openstack-request-id': 'req-6d700a70-ddbe-4a44-afb1-32a6d35d119a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 5e639470-1191-4d13-8868-e41c3433b71b could not be found."}}' 2023-04-18 21:06:58,834 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types/97994aa4-3e32-44e6-95ba-c208c32cae39 0.035s 2023-04-18 21:06:58,835 79659 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': 'Tue, 18 Apr 2023 21:06:58 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-6153fca2-e7e4-438d-b082-62041470a366', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types/97994aa4-3e32-44e6-95ba-c208c32cae39'} Body: b'' 2023-04-18 21:06:58,888 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/5acfb475-2f2b-4a41-b4c1-8da9515a2621 0.053s 2023-04-18 21:06:58,889 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eae6d286-5a8b-41bd-8099-221b7a2a0eec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/5acfb475-2f2b-4a41-b4c1-8da9515a2621'} Body: b'' 2023-04-18 21:06:58,903 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/5acfb475-2f2b-4a41-b4c1-8da9515a2621 0.014s 2023-04-18 21:06:58,904 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:58 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-0ebe23ae-3953-430a-a47e-9ec144ac7fd5', 'x-openstack-request-id': 'req-0ebe23ae-3953-430a-a47e -9ec144ac7fd5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/5acfb475-2f2b-4a41-b4c1-8da9515a2621'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5acfb475-2f2b-4a41-b4c1-8da9515a2621 could not be found."}}' {11} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.713262s] ... 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 3e5423fb-26f4-4c25-820a-d83e372c5ce3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:06:58,564 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes 0.388s 2023-04-18 21:06:58,564 79667 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-923514120"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c94639f-1578-4927-a85a-95e2996ed929', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c94639f-1578-4927-a85a-95e2996ed929', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes'} Body: b'{"volume": {"id": "3e5423fb-26f4-4c25-820a-d83e372c5ce3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:58.507754", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-923514120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 21:06:58,621 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3 0.047s 2023-04-18 21:06:58,621 79667 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': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18d6eddb-2344-4d81-82e3-ead36dc90f34', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d6eddb-2344-4d81-82e3-ead36dc90f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3'} Body: b'{"volume": {"id": "3e5423fb-26f4-4c25-820a-d83e372c5ce3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:59.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-923514120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "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": "d0b215057d234f2c9d2823b89a042f2b"}}' 2023-04-18 21:06:59,677 79667 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/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3 0.044s 2023-04-18 21:06:59,677 79667 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': 'Tue, 18 Apr 2023 21:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fa07b4d-18a5-4032-8451-c80becca00d9', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fa07b4d-18a5-4032-8451-c80becca00d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3'} Body: b'{"volume": {"id": "3e5423fb-26f4-4c25-820a-d83e372c5ce3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:59.000000", "updated_at": "2023-04-18T21:06:59.000000", "name": "tempest-VolumesTransfersV357Test-Volume-923514120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "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": "d0b215057d234f2c9d2823b89a042f2b"}}' 2023-04-18 21:06:59,729 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3 0.040s 2023-04-18 21:06:59,729 79667 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': 'Tue, 18 Apr 2023 21:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b48ba8c0-d7d8-49b7-9345-24ef4c4e1ae8', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b48ba8c0-d7d8-49b7-9345-24ef4c4e1ae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3'} Body: b'{"volume": {"id": "3e5423fb-26f4-4c25-820a-d83e372c5ce3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:59.000000", "updated_at": "2023-04-18T21:06:59.000000", "name": "tempest-VolumesTransfersV357Test-Volume-923514120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "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": "d0b215057d234f2c9d2823b89a042f2b"}}' 2023-04-18 21:06:59,864 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3 0.123s 2023-04-18 21:06:59,864 79667 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': 'Tue, 18 Apr 2023 21:06: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-71c2651d-b11a-42d0-be1e-518fb048d0b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3'} Body: b'' 2023-04-18 21:06:59,887 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3 0.022s 2023-04-18 21:06:59,887 79667 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': 'Tue, 18 Apr 2023 21:06: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-fe8aea8e-92df-4597-8d0e-f53e3e309710', 'x-openstack-request-id': 'req-fe8aea8e-92df-4597-8d0e-f53e3e309710', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3e5423fb-26f4-4c25-820a-d83e372c5ce3 could not be found."}}' {7} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.566346s] ... 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 f0b15654-8db7-47df-a34a-47616a8c494c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:06:58,939 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types 0.032s 2023-04-18 21:06:58,939 79659 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-1535538709"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd5c7d5-6be9-4460-9352-887459515b6a', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd5c7d5-6be9-4460-9352-887459515b6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types'} Body: b'{"volume_type": {"id": "d99764e6-b710-431a-b6ca-575594e72232", "name": "tempest-GroupsTest-volume-type-1535538709", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 21:06:58,974 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types 0.032s 2023-04-18 21:06:58,975 79659 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-496758336"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e0299a4-3378-4c7e-ae88-2ff7ea59ff38', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e0299a4-3378-4c7e-ae88-2ff7ea59ff38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types'} Body: b'{"group_type": {"id": "f475d5b2-eca7-4b1d-af2f-d5e31397b03a", "name": "tempest-GroupsTest-group-type-496758336", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 21:06:59,073 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups 0.094s 2023-04-18 21:06:59,073 79659 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": "f475d5b2-eca7-4b1d-af2f-d5e31397b03a", "volume_types": ["d99764e6-b710-431a-b6ca-575594e72232"], "name": "tempest-GroupsTest-Group-1150823775"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddd3ba7e-5c79-4a8e-a8ff-f06d5ceaa160', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddd3ba7e-5c79-4a8e-a8ff-f06d5ceaa160', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups'} Body: b'{"group": {"id": "f0b15654-8db7-47df-a34a-47616a8c494c", "name": "tempest-GroupsTest-Group-1150823775"}}' 2023-04-18 21:06:59,114 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c 0.038s 2023-04-18 21:06:59,114 79659 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': 'Tue, 18 Apr 2023 21:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5548b270-edb8-40f6-895f-2b197a263a62', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5548b270-edb8-40f6-895f-2b197a263a62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c'} Body: b'{"group": {"id": "f0b15654-8db7-47df-a34a-47616a8c494c", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T21:06:59.000000", "name": "tempest-GroupsTest-Group-1150823775", "description": null, "group_type": "f475d5b2-eca7-4b1d-af2f-d5e31397b03a", "volume_types": ["d99764e6-b710-431a-b6ca-575594e72232"]}}' 2023-04-18 21:07:00,176 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c 0.039s 2023-04-18 21:07:00,181 79659 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': 'Tue, 18 Apr 2023 21:07:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c51a60-2000-4c8c-8bfe-baea39286359', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c51a60-2000-4c8c-8bfe-baea39286359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c'} Body: b'{"group": {"id": "f0b15654-8db7-47df-a34a-47616a8c494c", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T21:06:59.000000", "name": "tempest-GroupsTest-Group-1150823775", "description": null, "group_type": "f475d5b2-eca7-4b1d-af2f-d5e31397b03a", "volume_types": ["d99764e6-b710-431a-b6ca-575594e72232"]}}' 2023-04-18 21:07:00,263 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/volumes/detail 0.073s 2023-04-18 21:07:00,264 79659 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': 'Tue, 18 Apr 2023 21:07:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61b59564-1598-4633-af76-2593666d223a', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61b59564-1598-4633-af76-2593666d223a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 21:07:00,342 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c/action 0.066s 2023-04-18 21:07:00,343 79659 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': 'Tue, 18 Apr 2023 21:07:00 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-56e4d1dc-c647-407c-942a-f95d2 04413f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c/action'} Body: b'' 2023-04-18 21:07:00,362 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c 0.018s 2023-04-18 21:07:00,362 79659 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': 'Tue, 18 Apr 2023 21:07:00 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-a24452a2-816f-420c-abf1-591ffe679f32', 'x-openstack-request-id': 'req-a24452a2-816f-420c-abf1-591ffe679f32', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c'} Body: b'{"itemNotFound": {"code": 404, "message": "Group f0b15654-8db7-47df-a34a-47616a8c494c could not be found."}}' 2023-04-18 21:07:00,396 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types/f475d5b2-eca7-4b1d-af2f-d5e31397b03a 0.033s 2023-04-18 21:07:00,397 79659 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': 'Tue, 18 Apr 2023 21:07:00 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-4f73763d-9b33-4781-87e2-076f7cc802d4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types/f475d5b2-eca7-4b1d-af2f-d5e31397b03a'} Body: b'' 2023-04-18 21:07:00,452 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/d99764e6-b710-431a-b6ca-575594e72232 0.054s 2023-04-18 21:07:00,452 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab063c43-134b-4e6a-b1a4-a5bfdcf2e203', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/d99764e6-b710-431a-b6ca-575594e72232'} Body: b'' 2023-04-18 21:07:00,470 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/d99764e6-b710-431a-b6ca-575594e72232 0.016s 2023-04-18 21:07:00,470 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:00 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-3e4a78bd-e8b6-48f1-840a-cabb1e2fadaa', 'x-openstack-request-id': 'req-3e4a78bd-e8b6-48f1-840a-cabb1e2fadaa', 'connection': 'close', 'stat us': '404', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/d99764e6-b710-431a-b6ca-575594e72232'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type d99764e6-b710-431a-b6ca-575594e72232 could not be found."}}' {11} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.518478s] ... 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 c5c6f785-7438-4785-a0fd-3832feb06233 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:07:00,098 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes 0.207s 2023-04-18 21:07:00,098 79667 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-781938894"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28bdfbef-73f4-469a-9cf7-f93461025ae6', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28bdfbef-73f4-469a-9cf7-f93461025ae6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes'} Body: b'{"volume": {"id": "c5c6f785-7438-4785-a0fd-3832feb06233", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:00.030330", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-781938894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 21:07:00,156 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233 0.047s 2023-04-18 21:07:00,157 79667 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': 'Tue, 18 Apr 2023 21:07:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af5fa0b4-884e-4c92-8cb1-49a6491ee406', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af5fa0b4-884e-4c92-8cb1-49a6491ee406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233'} Body: b'{"volume": {"id": "c5c6f785-7438-4785-a0fd-3832feb06233", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:00.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-781938894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "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": "d0b215057d234f2c9d2823b89a042f2b"}}' 2023-04-18 21:07:01,217 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 57Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233 0.046s 2023-04-18 21:07:01,218 79667 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': 'Tue, 18 Apr 2023 21:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f73b4d60-fb38-4c9d-ba7a-fba26e9936e7', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f73b4d60-fb38-4c9d-ba7a-fba26e9936e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233'} Body: b'{"volume": {"id": "c5c6f785-7438-4785-a0fd-3832feb06233", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:00.000000", "updated_at": "2023-04-18T21:07:00.000000", "name": "tempest-VolumesTransfersV357Test-Volume-781938894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "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": "d0b215057d234f2c9d2823b89a042f2b"}}' 2023-04-18 21:07:01,270 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233 0.042s 2023-04-18 21:07:01,270 79667 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': 'Tue, 18 Apr 2023 21:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eca7356-fc17-460a-b848-d5503062c9ad', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eca7356-fc17-460a-b848-d5503062c9ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233'} Body: b'{"volume": {"id": "c5c6f785-7438-4785-a0fd-3832feb06233", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:00.000000", "updated_at": "2023-04-18T21:07:00.000000", "name": "tempest-VolumesTransfersV357Test-Volume-781938894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "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": "d0b215057d234f2c9d2823b89a042f2b"}}' 2023-04-18 21:07:01,383 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233 0.102s 2023-04-18 21:07:01,384 79667 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': 'Tue, 18 Apr 2023 21:07:01 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-5db992ea-fa69-4caa-acaf-1e880bc3f71a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233'} Body: b'' 2023-04-18 21:07:01,407 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233 0.023s 2023-04-18 21:07:01,407 79667 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': 'Tue, 18 Apr 2023 21:07: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-18fc1018-9e2d-45a2-b087-8f9f09a1e796', 'x-openstack-request-id': 'req-18fc1018-9e2d-45a2-b087-8f9f09a1e796', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c5c6f785-7438-4785-a0fd-3832feb06233 could not be found."}}' {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.577071s] ... 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 1f327754-30a1-4e77-a540-47ff07e75eb7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:05:01,187 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d 0.228s 2023-04-18 21:05:01,187 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:00 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-d355db08-1b26-467c-88fe-2e4cad150e13', 'x-compute-request-id': 'req-d355db08-1b26-467c-88fe-2e4cad150e13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d'} Body: b'{"server": {"id": "fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d", "name": "tempest-ServersNegativeTestJSON-server-1545986707", "status": "ACTIVE", "tenant_id": "e102abbb675645edbbd042f775e89e50", "user_id": "b36a393d92e948b1ada87c4823d14bee", "metadata": {}, "hostId": "4a7b35136f02e852ff0c558a975a79fd92454f92a9a5a97ae8aa3572", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:27Z", "updated": "2023-04-18T21:00:35Z", "addresses": {"tempest-ServersNegativeTestJSON-307466184-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:f4:9d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:00:35.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-18 21:06:01,700 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes 0.470s 2023-04-18 21:06:01,700 79645 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-996998219"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7215254d-8f9a-47ee-a777-8db98c33b573', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7215254d-8f9a-47ee-a777-8db98c33b573', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes'} Body: b'{"volume": {"id": "1f327754-30a1-4e77-a540-47ff07e75eb7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:01.635844", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-996998219", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7"}, {"rel": "bookmark", "href": "http://10.0.0.2 10/volume/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7"}], "user_id": "b36a393d92e948b1ada87c4823d14bee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:06:01,752 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7 0.042s 2023-04-18 21:06:01,752 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceadc004-21c0-4fbf-866f-d9802310d719', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceadc004-21c0-4fbf-866f-d9802310d719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7'} Body: b'{"volume": {"id": "1f327754-30a1-4e77-a540-47ff07e75eb7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:02.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-996998219", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7"}], "user_id": "b36a393d92e948b1ada87c4823d14bee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e102abbb675645edbbd042f775e89e50"}}' 2023-04-18 21:06:02,805 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7 0.041s 2023-04-18 21:06:02,805 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57fd62ac-27d6-4ed9-8616-f58c2b2e86b9', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57fd62ac-27d6-4ed9-8616-f58c2b2e86b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7'} Body: b'{"volume": {"id": "1f327754-30a1-4e77-a540-47ff07e75eb7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:02.000000", "updated_at": "2023-04-18T21:06:02.000000", "name": "tempest-ServersNegativeTestJSON-volume-996998219", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7"}], "user_id": "b36a393d92e948b1ada87c4823d14bee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenan t-attr:tenant_id": "e102abbb675645edbbd042f775e89e50"}}' 2023-04-18 21:06:03,462 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d 0.643s 2023-04-18 21:06:03,462 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:02 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-45199c72-3225-44da-873b-cef172a857f3', 'x-compute-request-id': 'req-45199c72-3225-44da-873b-cef172a857f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d'} Body: b'{"server": {"id": "fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d", "name": "tempest-ServersNegativeTestJSON-server-1545986707", "status": "ACTIVE", "tenant_id": "e102abbb675645edbbd042f775e89e50", "user_id": "b36a393d92e948b1ada87c4823d14bee", "metadata": {}, "hostId": "4a7b35136f02e852ff0c558a975a79fd92454f92a9a5a97ae8aa3572", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:27Z", "updated": "2023-04-18T21:00:35Z", "addresses": {"tempest-ServersNegativeTestJSON-307466184-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:f4:9d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:00:35.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} 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 084947a0-418a-4ea3-95bd-852a21a80217 failed to build and is in ERROR status {11} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {7} setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ad1db457-0940-495c-bf05-dda479c605f0 failed to build and is in ERROR status {7} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {7} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {7} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [3.935638s] ... 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 07c3943c-a3cf-49e7-a783-791bb09889e2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:07:12,948 79659 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/838979bc01aa4005967822d64e433b30/types 0.181s 2023-04-18 21:07:12,949 79659 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': 'Tue, 18 Apr 2023 21:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf8f2256-3019-4a5e-bd33-45bb2fe57cd3', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf8f2256-3019-4a5e-bd33-45bb2fe57cd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/838979bc01aa4005967822d64e433b30/types'} Body: b'{"volume_type": {"id": "1cc4ecdf-3bba-490b-8957-49dda378a7c0", "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-18 21:07:13,838 79659 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.885s 2023-04-18 21:07:13,839 79659 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': 'Tue, 18 Apr 2023 21:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-2cd842a4-9492-4196-84ea-09515bae556f', '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": "7460c8b9dc654798b6625b410f432a5f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2339dfb6-2080-415e-8cf2-3858c066dd17", "created_at": "2023-04-18T21:07:14Z", "updated_at": "2023-04-18T21:07:14Z", "tags": [], "self": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17", "file": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:07:15,120 79659 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/2339dfb6-2080-415e-8cf2-3858c066dd17/file 1.279s 2023-04-18 21:07:15,121 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2ae7f9a5-64a1-4f2d-be6d-11d4c8dbe8e5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17/file'} Body: b'' 2023-04-18 21:07:15,144 79659 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/2339dfb6-2080-415e-8cf2-3858c066dd17 0.022s 2023-04-18 21:07:15,144 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e4ee2f0a-9da4-4627-9f67-d7ba09d258ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17'} 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": "e8b6664c943afe538c6ac785120f2698", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7460c8b9dc654798b6625b410f432a5f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "431b4a2af2be3322c1e1928995e82b97281b57489734271566daf718aa7f0a4b30ccc5996001500f16855fbc512cdcbfc90c65cbff98dcc13548eb27f05e1d7b", "id": "2339dfb6-2080-415e-8cf2-3858c066dd17", "created_at": "2023-04-18T21:07:14Z", "updated_at": "2023-04-18T21:07:15Z", "tags": [], "self": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17", "file": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:07:15,162 79659 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/2339dfb6-2080-415e-8cf2-3858c066dd17 0.017s 2023-04-18 21:07:15,162 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-03d69333-054d-4d14-944c-c2a25d00899a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17'} 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": "e8b6664c943afe538c6ac785120f2698", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7460c8b9dc654798b6625b410f432a5f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "431b4a2af2be3322c1e1928995e82b97281b57489734271566daf718aa7f0a4b30ccc5996001500f16855fbc512cdcbfc90c65cbff98dcc13548eb27f05e1d7b", "id": "2339dfb6-2080-415e-8cf2-3858c066dd17", "created_at": "2023-04-18T21:07:14Z", "updated_at": "2023-04-18T21:07:15Z", "tags": [], "self": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17", "file": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:07:15,181 79659 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/2339dfb6-2080-415e-8cf2-3858c066dd17 0.018s 2023-04-18 21:07:15,182 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d8409f17-64f0-4ad3-b663-cdc7e75cef6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17'} 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": "e8b6664c943afe538c6ac785120f2698", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7460c8b9dc654798b6625b410f432a5f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "431b4a2af2be3322c1e1928995e82b97281b57489734271566daf718aa7f0a4b30ccc5996001500f16855fbc512cdcbfc90c65cbff98dcc13548eb27f05e1d7b", "id": "2339dfb6-2080-415e-8cf2-3858c066dd17", "created_at": "2023-04-18T21:07:14Z", "updated_at": "2023-04-18T21:07:15Z", "tags": [], "self": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17", "file": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:07:15,576 79659 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/7460c8b9dc654798b6625b410f432a5f/volumes 0.394s 2023-04-18 21:07:15,577 79659 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": "2339dfb6-2080-415e-8cf2-3858c066dd17", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66aad87e-fa80-4953-a5f9-0375ea59306d', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66aad87e-fa80-4953-a5f9-0375ea59306d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7460c8b9dc654798b6625b410f432a5f/volumes'} Body: b'{"volume": {"id": "07c3943c-a3cf-49e7-a783-791bb09889e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:15.501494", "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/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2"}], "user_id": "a785ec568ff3466b8132906354d223bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:07:15,635 79659 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/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2 0.049s 2023-04-18 21:07:15,636 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc056246-54a7-449c-ab3f-0b2675b7aed2', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc056246-54a7-449c-ab3f-0b2675b7aed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2'} Body: b'{"volume": {"id": "07c3943c-a3cf-49e7-a783-791bb09889e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:16.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/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2"}], "user_id": "a785ec568ff3466b8132906354d223bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7460c8b9dc654798b6625b410f432a5f"}}' 2023-04-18 21:07:16,690 79659 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/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2 0.042s 2023-04-18 21:07:16,690 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8b2271f-4c90-44a6-b568-40369d7785f3', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8b2271f-4c90-44a6-b568-40369d7785f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2'} Body: b'{"volume": {"id": "07c3943c-a3cf-49e7-a783-791bb09889e2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:16.000000", "updated_at": "2023-04-18T21:07:16.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/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2"}], "user_id": "a785ec568ff3466b8132906354d223bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7460c8b9dc654798b6625b410f432a5f"}}' {7} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm [122.845538s] ... 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 d80d95b2-5387-4ce8-9784-8ee5848805be failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:05:44,073 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.257s 2023-04-18 21:05:44,074 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a2b3387-befd-43b7-b656-38a2b363c386', 'x-compute-request-id': 'req-6a2b3387-befd-43b7-b656-38a2b363c386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:05:44,263 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.178s 2023-04-18 21:05:44,263 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e105681-9d0b-4d70-97b9-6501b686825c', 'x-compute-request-id': 'req-5e105681-9d0b-4d70-97b9-6501b686825c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0. 0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:05:44,555 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.274s 2023-04-18 21:05:44,555 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7045529-d67f-4a38-9b32-d758a758d8cd', 'x-compute-request-id': 'req-e7045529-d67f-4a38-9b32-d758a758d8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:06:44,738 79649 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.106s 2023-04-18 21:06:44,739 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:44 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-27c9608a-12f6-49bb-90a7-d789135462c4', '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": "e035553eec70421e9b8dc1eff337b4a5", "name": "tempest-ServerActionsTestJSON-231415031-project-member", "password_expires_at": null}, "audit_ids": ["bkzupQOvQcWQUCJG04fCVg"], "expires_at": "2023-04-18T22:06:44.000000Z", "issued_at": "2023-04-18T21:06:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e745786188a8467e91ee32d4078f12b5", "name": "tempest-ServerActionsTestJSON-231415031"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e745786188a8467e91ee32d4078f12b5", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:06:44,740 79649 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': 'c1c45596-8e7e-4402-94ac-23c5f3c56ddd', 'name': 'tempest-ServerActionsTestJSON-1799924523-network', 'tenant_id': 'e745786188a8467e91ee32d4078f12b5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e745786188a8467e91ee32d4078f12b5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38763, 'is_default': False, 'availability_zone_hints': [], 'availability_zones ': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:58:44Z', 'updated_at': '2023-04-18T20:58:44Z', 'revision_number': 1} available for tenant 2023-04-18 21:06:44,741 79649 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-784894121', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEmEJaOIYGF9zpIwZyrztcU36MPpI6XkafWbKiM1Gauikf92UFMA1ctpcsoc2YjX6Tn/nkBI99CuNwTrZ0uQpFAad0tQMup08gmx1ZJfPjjkaCZ2engDJQ/LB75N0Jvlfw==', 'fingerprint': '55:06:75:44:70:ff:17:4c:f4:1d:81:a0:1f:70:53:32', 'user_id': 'e035553eec70421e9b8dc1eff337b4a5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAIXJjdsNY4dUvXGf4oPdPcHlEbmowiJ3hefac3/0WG53To41I1uHNE\ntZDC10BqeHygBwYFK4EEACKhZANiAARJhCWjiGBhfc6SMGcq87XFN+jD6SOl5Gn1\nmyojNRmropH/dlBTANXLaXLKHNmI1+k5/55ASPfQrjcE62dLkKRQGndLUDLqdPIJ\nsdWSXz445Ggmdnp4AyUPywe+TdCb5X8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '88cbab30-9a87-4cfe-afb7-64f6f1a2c7dc', 'name': 'tempest-securitygroup--803577880', 'stateful': True, 'tenant_id': 'e745786188a8467e91ee32d4078f12b5', 'description': 'tempest-description--1428107388', 'shared': False, 'security_group_rules': [{'id': '0f986ca6-a0b5-4fea-8911-cfcf7dfaa260', 'tenant_id': 'e745786188a8467e91ee32d4078f12b5', 'security_group_id': '88cbab30-9a87-4cfe-afb7-64f6f1a2c7dc', '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': 504, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:52Z', 'updated_at': '2023-04-18T20:58:52Z', 'revision_number': 0, 'project_id': 'e745786188a8467e91ee32d4078f12b5'}, {'id': '367bbebe-f85c-41ab-bbb4-ac877c0520f9', 'tenant_id': 'e745786188a8467e91ee32d4078f12b5', 'security_group_id': '88cbab30-9a87-4cfe-afb7-64f6f1a2c7dc', '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': 505, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:52Z', 'updated_at': '2023-04-18T20:58:52Z', 'revision_number': 0, 'project_id': 'e745786188a8467e91ee32d4078f12b5'}], 'tags': [], 'created_at': '2023-04-18T20:58:52Z', 'updated_at': '2023-04-18T20:58:52Z', 'revision_number': 1, 'project_id': 'e745786188a8467e91ee32d4078f12b5'}, 'floating_ip': {'id': '93ea6774-a050-49f0-aa2d-8f686c477c7a', 'tenant_id': 'e745786188a8467e91ee32d4078f12b5', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e745786188a8467e91ee32d4078f12b5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:54Z', 'updated_at': '2023-04-18T20:58:54Z', 'revision_number': 0, 'ip': '172.24.4.186'}} 2023-04-18 21:06:45,084 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes 0.342s 2023-04-18 21:06:45,085 79649 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-1651264232", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f2bc788-98b9-4bb7-a27b-b085215c7bcc', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f2bc788-98b9-4bb7-a 27b-b085215c7bcc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes'} Body: b'{"volume": {"id": "d80d95b2-5387-4ce8-9784-8ee5848805be", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:45.014554", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1651264232", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:06:45,169 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be 0.075s 2023-04-18 21:06:45,170 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27f7ee64-6edc-4cfe-bb58-6ad4fe38a2a1', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27f7ee64-6edc-4cfe-bb58-6ad4fe38a2a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be'} Body: b'{"volume": {"id": "d80d95b2-5387-4ce8-9784-8ee5848805be", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:45.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1651264232", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e745786188a8467e91ee32d4078f12b5"}}' 2023-04-18 21:06:46,226 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be 0.044s 2023-04-18 21:06:46,227 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21875402-c7ff-490e-96a0-d8e007236bed', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21875402-c7ff-490e-96a0-d8e007236bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be'} Body: b'{"volume": {"id": "d80d95b2-5387-4ce8-9784-8ee5848805be", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:45.000 000", "updated_at": "2023-04-18T21:06:45.000000", "name": "tempest-tempest.common.compute-volume-1651264232", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e745786188a8467e91ee32d4078f12b5"}}' 2023-04-18 21:06:46,334 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be 0.097s 2023-04-18 21:06:46,334 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2524d918-0a89-4909-ab0d-05a47fcb7df8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be'} Body: b'' 2023-04-18 21:06:46,354 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be 0.020s 2023-04-18 21:06:46,355 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-945892d2-a438-411c-af69-6879569926ad', 'x-openstack-request-id': 'req-945892d2-a438-411c-af69-6879569926ad', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d80d95b2-5387-4ce8-9784-8ee5848805be could not be found."}}' 2023-04-18 21:06:46,355 79649 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-18 21:06:46,588 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.231s 2023-04-18 21:06:46,588 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f75cdb63-37f9-47aa-9de7-56c5d0bb92e6', 'x-compute-request-id': 'req-f75cdb63-37f9-47aa-9de7-56c5d0bb92e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709 -4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {2} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.724346s] ... 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 7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:08:43,750 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes 0.392s 2023-04-18 21:08:43,750 79649 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-828293336"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c1909ae-9709-4aad-89ce-4119190d2044', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c1909ae-9709-4aad-89ce-4119190d2044', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes'} Body: b'{"volume": {"id": "7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:43.690845", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-828293336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:08:43,801 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 0.042s 2023-04-18 21:08:43,802 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bee79f4-c69c-49e3-a638-6b6062e210bb', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bee79f4-c69c-49e3-a638-6b6062e210bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8'} Body: b'{"volume": {"id": "7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:44.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-828293336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f835fd3edb64481686204221109a6bfa"}}' 2023-04-18 21:08:44,854 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 0.041s 2023-04-18 21:08:44,855 79649 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6106f9e-063c-4157-98b0-597573acd77e', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6106f9e-063c-4157-98b0-597573acd77e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8'} Body: b'{"volume": {"id": "7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:44.000000", "updated_at": "2023-04-18T21:08:44.000000", "name": "tempest-VolumesTransfersTest-Volume-828293336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f835fd3edb64481686204221109a6bfa"}}' 2023-04-18 21:08:44,910 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 0.042s 2023-04-18 21:08:44,910 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d05d3bd1-60e6-4808-b54d-b198490ecf8a', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d05d3bd1-60e6-4808-b54d-b198490ecf8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8'} Body: b'{"volume": {"id": "7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:44.000000", "updated_at": "2023-04-18T21:08:44.000000", "name": "tempest-VolumesTransfersTest-Volume-828293336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f835fd3edb64481686204221109a6bfa"}}' 2023-04-18 21:08:45,054 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 0.131s 2023-04-18 21:08:45,055 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f1dd22d-0aac-4021-9937-6c98ed531944', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8'} Body: b'' 2023-04-18 21:08:45,080 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 0.024s 2023-04-18 21:08:45,080 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08: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-a3734700-6eef-4c41-951d-3afa852bb12f', 'x-openstack-request-id': 'req-a3734700-6eef-4c41-951d-3afa852bb12f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 could not be found."}}' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.580367s] ... 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 3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:08:45,273 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes 0.188s 2023-04-18 21:08:45,273 79649 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-1255415145"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79e7fb13-0782-4c31-9caa-342eeb2843f9', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79e7fb13-0782-4c31-9caa-342eeb2843f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes'} Body: b'{"volume": {"id": "3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:45.213290", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1255415145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:08:45,350 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd 0.065s 2023-04-18 21:08:45,350 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e0ce6e9-bd4e-4be4-9eb5-48227b144e34', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e0ce6e9-bd4e-4be4-9eb5-48227b144e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd'} Body: b'{"volume": {"id": "3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:45.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1255415145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f835fd3edb64481686204221109a6bfa"}}' 2023-04-18 21:08:46,407 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd 0.045s 2023-04-18 21:08:46,408 79649 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c75684-5b83-4f6b-871d-ed3faf1f2c02', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08c75684-5b83-4f6b-871d-ed3faf1f2c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd'} Body: b'{"volume": {"id": "3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:45.000000", "updated_at": "2023-04-18T21:08:45.000000", "name": "tempest-VolumesTransfersTest-Volume-1255415145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f835fd3edb64481686204221109a6bfa"}}' 2023-04-18 21:08:46,458 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd 0.039s 2023-04-18 21:08:46,459 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9e80d34-9a20-480d-86d4-a8bdba343f50', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9e80d34-9a20-480d-86d4-a8bdba343f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd'} Body: b'{"volume": {"id": "3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:45.000000", "updated_at": "2023-04-18T21:08:45.000000", "name": "tempest-VolumesTransfersTest-Volume-1255415145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f835fd3edb64481686204221109a6bfa"}}' 2023-04-18 21:08:46,633 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd 0.161s 2023-04-18 21:08:46,634 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7b080a5-8b5e-40b0-93ec-2b11327c6624', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd'} Body: b'' 2023-04-18 21:08:46,663 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd 0.029s 2023-04-18 21:08:46,663 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-03925c18-52a6-4f31-b155-73e567418a7e', 'x-openstack-request-id': 'req-03925c18-52a6-4f31-b155-73e567418a7e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd could not be found."}}' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.822694s] ... 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 9e0a44ab-db99-45ca-b2a5-b60aee899b8e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:08:51,877 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes 0.490s 2023-04-18 21:08:51,877 79649 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-1255716190"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-902ced12-5e3c-4c87-a47f-232eff284285', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-902ced12-5e3c-4c87-a47f-232eff284285', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes'} Body: b'{"volume": {"id": "9e0a44ab-db99-45ca-b2a5-b60aee899b8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:51.796350", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1255716190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 21:08:51,958 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e 0.070s 2023-04-18 21:08:51,959 79649 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': 'Tue, 18 Apr 2023 21:08:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447494df-6134-4ad8-a60d-c6fffeb55b2e', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447494df-6134-4ad8-a60d-c6fffeb55b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e'} Body: b'{"volume": {"id": "9e0a44ab-db99-45ca-b2a5-b60aee899b8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:52.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1255716190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "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": "b5fe4f30fd364589be66a623b25268bc"}}' 2023-04-18 21:08:53,009 79649 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/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e 0.038s 2023-04-18 21:08:53,010 79649 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': 'Tue, 18 Apr 2023 21:08:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-848baadf-4254-4218-8f56-4c9f3e41d8f3', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-848baadf-4254-4218-8f56-4c9f3e41d8f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e'} Body: b'{"volume": {"id": "9e0a44ab-db99-45ca-b2a5-b60aee899b8e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:52.000000", "updated_at": "2023-04-18T21:08:52.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1255716190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "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": "b5fe4f30fd364589be66a623b25268bc"}}' 2023-04-18 21:08:53,071 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e 0.050s 2023-04-18 21:08:53,071 79649 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': 'Tue, 18 Apr 2023 21:08:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-246cc49c-8679-4156-9f98-170d39e554c4', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-246cc49c-8679-4156-9f98-170d39e554c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e'} Body: b'{"volume": {"id": "9e0a44ab-db99-45ca-b2a5-b60aee899b8e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:52.000000", "updated_at": "2023-04-18T21:08:52.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1255716190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "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": "b5fe4f30fd364589be66a623b25268bc"}}' 2023-04-18 21:08:53,186 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e 0.103s 2023-04-18 21:08:53,186 79649 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': 'Tue, 18 Apr 2023 21:08:53 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-cc562790-4916-4963-b025-9c6051795daa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e'} Body: b'' 2023-04-18 21:08:53,208 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e 0.021s 2023-04-18 21:08:53,208 79649 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': 'Tue, 18 Apr 2023 21:08:53 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-bdf8bf1b-a0e4-4ec6-88f8-a91d4b2d2b6e', 'x-openstack-request-id': 'req-bdf8bf1b-a0e4-4ec6-88f8-a91d4b2d2b6e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9e0a44ab-db99-45ca-b2a5-b60aee899b8e could not be found."}}' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.485108s] ... 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 9254bd9f-5e81-42f8-ac03-1e5ce6475544 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:08:53,398 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes 0.186s 2023-04-18 21:08:53,399 79649 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-1383835649"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9417e6bd-0c6f-41e1-9e3d-a9b304c9589f', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9417e6bd-0c6f-41e1-9e3d-a9b304c9589f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes'} Body: b'{"volume": {"id": "9254bd9f-5e81-42f8-ac03-1e5ce6475544", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:53.338677", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1383835649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 21:08:53,452 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544 0.042s 2023-04-18 21:08:53,453 79649 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': 'Tue, 18 Apr 2023 21:08:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f30c0b3c-5a3b-47b9-b2c3-0d0b686658b1', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f30c0b3c-5a3b-47b9-b2c3-0d0b686658b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544'} Body: b'{"volume": {"id": "9254bd9f-5e81-42f8-ac03-1e5ce6475544", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:53.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1383835649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "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": "b5fe4f30fd364589be66a623b25268bc"}}' 2023-04-18 21:08:54,506 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544 0.042s 2023-04-18 21:08:54,507 79649 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': 'Tue, 18 Apr 2023 21:08:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8287c6b-b5ba-46c5-9e63-aec66c2f65ef', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8287c6b-b5ba-46c5-9e63-aec66c2f65ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544'} Body: b'{"volume": {"id": "9254bd9f-5e81-42f8-ac03-1e5ce6475544", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:53.000000", "updated_at": "2023-04-18T21:08:53.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1383835649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "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": "b5fe4f30fd364589be66a623b25268bc"}}' 2023-04-18 21:08:54,562 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544 0.044s 2023-04-18 21:08:54,562 79649 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': 'Tue, 18 Apr 2023 21:08:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7ae10f4-b2b9-4701-9a00-2251c77661d2', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7ae10f4-b2b9-4701-9a00-2251c77661d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544'} Body: b'{"volume": {"id": "9254bd9f-5e81-42f8-ac03-1e5ce6475544", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:53.000000", "updated_at": "2023-04-18T21:08:53.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1383835649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "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": "b5fe4f30fd364589be66a623b25268bc"}}' 2023-04-18 21:08:54,671 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544 0.098s 2023-04-18 21:08:54,672 79649 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': 'Tue, 18 Apr 2023 21:08:54 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-d85f8721-a86f-4dd2-b90b-6905d0833bac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544'} Body: b'' 2023-04-18 21:08:54,695 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544 0.022s 2023-04-18 21:08:54,695 79649 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': 'Tue, 18 Apr 2023 21:08:54 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-fb3089e0-1ad5-4ee1-9737-3a65d9347902', 'x-openstack-request-id': 'req-fb3089e0-1ad5-4ee1-9737-3a65d9347902', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9254bd9f-5e81-42f8-ac03-1e5ce6475544 could not be found."}}' {2} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {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 b646361d-d90d-465f-a294-51639d6396c6 failed to build and is in ERROR status {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [167.451122s] ... 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 f4e7aa20-7a75-48bc-814e-47c710694d2a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:06:15,956 79665 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 21:06:15,956 79665 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 21:06:16,009 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.050s 2023-04-18 21:06:16,009 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1059955912", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC3iVWOT5Fr9diDoCuQjAcwm14WaI1sND9YignhnPZABtlhqs2m8YMe61wGCVtvyCWkhFbuVrkRlWimGPlBX8W+9vucDAQ3O6e+846ZA+PC2GjFO9mJYIFew//dgoapIHg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06: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-8397d42e-8015-4599-ac14-83b660599b08', 'x-compute-request-id': 'req-8397d42e-8015-4599-ac14-83b660599b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1059955912", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC3iVWOT5Fr9diDoCuQjAcwm14WaI1sND9YignhnPZABtlhqs2m8YMe61wGCVtvyCWkhFbuVrkRlWimGPlBX8W+9vucDAQ3O6e+846ZA+PC2GjFO9mJYIFew//dgoapIHg==", "fingerprint": "19:92:ff:19:7f:58:62:26:84:23:e8:84:1c:98:2f:bb", "user_id": "038d8b51fbcf4542a442e69729e90b52"}}' 2023-04-18 21:06:16,012 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1059955912 created 2023-04-18 21:06:16,174 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.161s 2023-04-18 21:06:16,174 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--264971998", "description": "tempest-description--1737655474"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-b60f80d4-763b-47ef-af55-5e95de63a9f4', 'date': 'Tue, 18 Apr 2023 21:06:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "name": "tempest-securitygroup--264971998", "stateful": true, "tenant_id": "4f87d615925045948bb95f84b990b2c5", "description": "tempest-description--1737655474", "shared": false, "security_group_rules": [{"id": "3d85f767-738a-49e1-ae92-f2f90d62d98c", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "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": 798, "description": null, "tags": [], "created_at": "2023-04-18T21:06:16Z", "updated_at": "2023-04-18T21:06:16Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}, {"id": "53965304-ec5c-4cce-b6e7-6aed6cc4f452", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norm alized_cidr": null, "remote_group_id": null, "standard_attr_id": 797, "description": null, "tags": [], "created_at": "2023-04-18T21:06:16Z", "updated_at": "2023-04-18T21:06:16Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}], "tags": [], "created_at": "2023-04-18T21:06:16Z", "updated_at": "2023-04-18T21:06:16Z", "revision_number": 1, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:06:16,688 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.513s 2023-04-18 21:06:16,688 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "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-5d9fa553-efc2-49e8-8fba-88b907bf0c13', 'date': 'Tue, 18 Apr 2023 21:06:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c67fe3f4-c6d2-449c-af7c-0be983ebaad2", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "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-18T21:06:16Z", "updated_at": "2023-04-18T21:06:16Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:06:16,866 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.177s 2023-04-18 21:06:16,866 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3dd77aab-95fa-4e2d-aa78-9cfae5fdb83e', 'date': 'Tue, 18 Apr 2023 21:06:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3a6fb146-52a3-48ca-a749-d7bcbf17bc19", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "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-18T21:06:16Z", "updated_at": "2023-04-18T21:06:16Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:06:16,866 79665 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--264971998 created 2023-04-18 21:06:17,992 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.125s 2023-04-18 21:06:17,993 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x -openstack-request-id': 'req-af291119-96ec-4940-ac1a-c4175e3cae93', 'date': 'Tue, 18 Apr 2023 21:06:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7f037846-96ee-4542-b1dc-2f69652597e8", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "floating_ip_address": "172.24.4.5", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "4f87d615925045948bb95f84b990b2c5", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:06:17Z", "updated_at": "2023-04-18T21:06:17Z", "revision_number": 0}}' 2023-04-18 21:06:17,993 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7f037846-96ee-4542-b1dc-2f69652597e8', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'floating_ip_address': '172.24.4.5', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4f87d615925045948bb95f84b990b2c5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:06:17Z', 'updated_at': '2023-04-18T21:06:17Z', 'revision_number': 0, 'ip': '172.24.4.5'} created 2023-04-18 21:06:18,086 79665 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.086s 2023-04-18 21:06:18,086 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:18 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-f0ae7eb3-007c-4ac5-9f25-166f60450f3e', '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": "038d8b51fbcf4542a442e69729e90b52", "name": "tempest-AttachVolumeTestJSON-1434283235-project-member", "password_expires_at": null}, "audit_ids": ["gHUB-wawTlWXPaTBGD_abA"], "expires_at": "2023-04-18T22:06:18.000000Z", "issued_at": "2023-04-18T21:06:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f87d615925045948bb95f84b990b2c5", "name": "tempest-AttachVolumeTestJSON-1434283235"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210: 9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4f87d615925045948bb95f84b990b2c5", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:06:18,087 79665 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'b03bc1ed-f83c-4e48-86f7-e3e2aed9455a', 'name': 'tempest-AttachVolumeTestJSON-204806267-network', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4f87d615925045948bb95f84b990b2c5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35866, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:03:22Z', 'updated_at': '2023-04-18T21:03:22Z', 'revision_number': 1} available for tenant 2023-04-18 21:06:18,087 79665 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1059955912', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC3iVWOT5Fr9diDoCuQjAcwm14WaI1sND9YignhnPZABtlhqs2m8YMe61wGCVtvyCWkhFbuVrkRlWimGPlBX8W+9vucDAQ3O6e+846ZA+PC2GjFO9mJYIFew//dgoapIHg==', 'fingerprint': '19:92:ff:19:7f:58:62:26:84:23:e8:84:1c:98:2f:bb', 'user_id': '038d8b51fbcf4542a442e69729e90b52', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB1w6l9wj5TzSxgljrDKOOLUwuIEcS9iwhT454HvMynSaKWNwlffzid\ncD6xNEVW2TagBwYFK4EEACKhZANiAAQt4lVjk+Ra/XYg6ArkIwHMJteFmiNbDQ/W\nIoJ4Zz2QAbZYarNpvGDHutcBglbb8glpIRW7la5EZVophj5QV/Fvvb7nAwENzunv\nvOOmQPjwthoxTvZiWCBXsP/3YKGqSB4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3f520d33-3efb-499d-8f5e-4cbe9793f8db', 'name': 'tempest-securitygroup--264971998', 'stateful': True, 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'description': 'tempest-description--1737655474', 'shared': False, 'security_group_rules': [{'id': '3d85f767-738a-49e1-ae92-f2f90d62d98c', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'security_group_id': '3f520d33-3efb-499d-8f5e-4cbe9793f8db', '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': 798, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:06:16Z', 'updated_at': '2023-04-18T21:06:16Z', 'revision_number': 0, 'project_id': '4f87d615925045948bb95f84b990b2c5'}, {'id': '53965304-ec5c-4cce-b6e7-6aed6cc4f452', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'security_group_id': '3f520d33-3efb-499d-8f5e-4cbe9793f8db', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 797, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:06:16Z', 'updated_at': '2023-04-18T21:06:16Z', 'revision_number': 0, 'project_id': '4f87d615925045948bb95f84b990b2c5'}], 'tags': [], 'created_at': '2023-04-18 T21:06:16Z', 'updated_at': '2023-04-18T21:06:16Z', 'revision_number': 1, 'project_id': '4f87d615925045948bb95f84b990b2c5'}, 'floating_ip': {'id': '7f037846-96ee-4542-b1dc-2f69652597e8', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'floating_ip_address': '172.24.4.5', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4f87d615925045948bb95f84b990b2c5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:06:17Z', 'updated_at': '2023-04-18T21:06:17Z', 'revision_number': 0, 'ip': '172.24.4.5'}} 2023-04-18 21:06:18,838 79665 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.749s 2023-04-18 21:06:18,838 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-25043030", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "b03bc1ed-f83c-4e48-86f7-e3e2aed9455a"}], "security_groups": [{"name": "tempest-securitygroup--264971998"}], "key_name": "tempest-keypair-1059955912", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b3cc325-3544-4dca-be21-d69ce642b2f7', 'x-compute-request-id': 'req-2b3cc325-3544-4dca-be21-d69ce642b2f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "cde5fac0-7811-46d3-a441-40defca2aebe", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--264971998"}], "adminPass": "password"}}' 2023-04-18 21:06:18,937 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe 0.092s 2023-04-18 21:06:18,937 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e81fdb88-919e-4c2c-9816-b22527de7c7c', 'x-compute-request-id': 'req-e81fdb88-919e-4c2c-9816-b22527de7c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe'} Body: b'{"server": {"id": "cde5fac0-7811-46d3-a441-40defca2aebe", "name": "tempest-AttachVolumeTestJSON-server-25043030", "status": "BUILD", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "user_id": "038d8b51fbcf4542a442e69729e90b52", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"r el": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:06:19Z", "updated": "2023-04-18T21:06:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1059955912", "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-18 21:07:09,268 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe 0.271s 2023-04-18 21:07:09,268 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b41c236-7d18-4157-a6ec-f3bbb8fdcf34', 'x-compute-request-id': 'req-8b41c236-7d18-4157-a6ec-f3bbb8fdcf34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe'} Body: b'{"server": {"id": "cde5fac0-7811-46d3-a441-40defca2aebe", "name": "tempest-AttachVolumeTestJSON-server-25043030", "status": "ACTIVE", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "user_id": "038d8b51fbcf4542a442e69729e90b52", "metadata": {}, "hostId": "49eac320cac917be7fa227d9e42fd1c095bb98fe59dd83c6e4b0c06f", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:06:18Z", "updated": "2023-04-18T21:06:25Z", "addresses": {"tempest-AttachVolumeTestJSON-204806267-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:78:85"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1059955912", "OS-SRV-USG:launched_at": "2023-04-18T21:06:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--264971998"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:07:09,281 79665 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 21:08:09,602 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe/os-interface 0.267s 2023-04-18 21:08:09,602 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-a pi-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cffe2770-b72a-445d-840a-99ec745b8456', 'x-compute-request-id': 'req-cffe2770-b72a-445d-840a-99ec745b8456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b03bc1ed-f83c-4e48-86f7-e3e2aed9455a", "port_id": "3953fb7d-2cb1-4c88-9d30-a3122e40d2eb", "mac_addr": "fa:16:3e:2b:78:85", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b7e4c04f-cc85-44f6-a2a3-59b86b261863", "ip_address": "10.0.0.9"}]}]}' 2023-04-18 21:08:10,508 79665 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/7f037846-96ee-4542-b1dc-2f69652597e8 0.898s 2023-04-18 21:08:10,509 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3953fb7d-2cb1-4c88-9d30-a3122e40d2eb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '827', 'x-openstack-request-id': 'req-4556edd1-09d8-4934-946b-9232851966dd', 'date': 'Tue, 18 Apr 2023 21:08:10 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7f037846-96ee-4542-b1dc-2f69652597e8'} Body: b'{"floatingip": {"id": "7f037846-96ee-4542-b1dc-2f69652597e8", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "floating_ip_address": "172.24.4.5", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "c243fdac-5785-4f8b-8de8-48b9f1571815", "port_id": "3953fb7d-2cb1-4c88-9d30-a3122e40d2eb", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b03bc1ed-f83c-4e48-86f7-e3e2aed9455a", "mac_address": "fa:16:3e:2b:78:85", "admin_state_up": true, "status": "ACTIVE", "device_id": "cde5fac0-7811-46d3-a441-40defca2aebe", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:06:17Z", "updated_at": "2023-04-18T21:08:09Z", "revision_number": 1, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:08:10,510 79665 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.5:22' as 'cirros' with public key authentication 2023-04-18 21:08:10,546 79665 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:08:10,568 79665 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:08:10,568 79665 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.5 successfully created 2023-04-18 21:08:10,616 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe/ips 0.047s 2023-04-18 21:08:10,616 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '103', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e0281bc-3c9f-497c-8c83-a6eabdfa5ad9', 'x-compute-request-id': 'req-5e0281bc-3c9f-497c-8c83-a6eabdfa5ad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-204806267-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2023-04-18 21:08:10,797 79665 INFO [tempest.lib. common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes 0.177s 2023-04-18 21:08:10,797 79665 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-516285728"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2f2bad6-f10c-4f34-978f-63b86a9567ff', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2f2bad6-f10c-4f34-978f-63b86a9567ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes'} Body: b'{"volume": {"id": "f4e7aa20-7a75-48bc-814e-47c710694d2a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:10.738956", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-516285728", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a"}], "user_id": "038d8b51fbcf4542a442e69729e90b52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:08:10,847 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a 0.038s 2023-04-18 21:08:10,847 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a8ff08a-6488-4027-bb1c-568edb43c7ec', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a8ff08a-6488-4027-bb1c-568edb43c7ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a'} Body: b'{"volume": {"id": "f4e7aa20-7a75-48bc-814e-47c710694d2a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:11.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-516285728", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a"}], "user_id": "038d8b51fbcf4542a442e69729e90b52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:08:11,899 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a 0.041s 2023-04-18 21:08:11,900 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d56fad1-9777-4c0d-8e04-3fe6cf1b918f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d56fad1-9777-4c0d-8e04-3fe6cf1b918f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a'} Body: b'{"volume": {"id": "f4e7aa20-7a75-48bc-814e-47c710694d2a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:11.000000", "updated_at": "2023-04-18T21:08:11.000000", "name": "tempest-AttachVolumeTestJSON-volume-516285728", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a"}], "user_id": "038d8b51fbcf4542a442e69729e90b52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:08:12,026 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe 0.116s 2023-04-18 21:08:12,027 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08: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-9b986e7d-8024-4fff-a33b-8d0eddf46fc2', 'x-compute-request-id': 'req-9b986e7d-8024-4fff-a33b-8d0eddf46fc2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe'} Body: b'' 2023-04-18 21:08:12,205 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe 0.178s 2023-04-18 21:08:12,206 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5debae8-3c99-41f1-989e-5798246e617f', 'x-compute-request-id': 'req-e5debae8-3c99-41f1-989e-5798246e617f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe'} Body: b'{"server": {"id": "cde5fac0-7811-46d3-a441-40defca2aebe", "name": "tempest-AttachVolumeTestJSON-server-25043030", "status": "ACTIVE", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "user_id": "038d8b51fbcf4542a442e69729e90b52", "metadata": {}, "hostId": "49eac320cac917be7fa227d9e42fd1c095bb98fe59dd83c6e4b0c06f", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": " http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:06:18Z", "updated": "2023-04-18T21:08:12Z", "addresses": {"tempest-AttachVolumeTestJSON-204806267-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:78:85"}, {"version": 4, "addr": "172.24.4.5", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:78:85"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1059955912", "OS-SRV-USG:launched_at": "2023-04-18T21:06:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--264971998"}], "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-18 21:09:02,499 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe 0.231s 2023-04-18 21:09:02,499 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09: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-d32ae041-356c-4807-a976-cc55269102e4', 'x-compute-request-id': 'req-d32ae041-356c-4807-a976-cc55269102e4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance cde5fac0-7811-46d3-a441-40defca2aebe could not be found."}}' 2023-04-18 21:09:02,530 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1059955912 0.030s 2023-04-18 21:09:02,530 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09: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-2ddcae75-1d27-477c-8819-3ae5cbaa7b24', 'x-compute-request-id': 'req-2ddcae75-1d27-477c-8819-3ae5cbaa7b24', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1059955912'} Body: b'' 2023-04-18 21:09:02,700 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3f520d33-3efb-499d-8f5e-4cbe9793f8db 0.169s 2023-04-18 21:09:02,700 79665 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-77b9758c-264b-45d7-9157-b48d74ae7f40', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:09:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3f520d33-3efb-499d-8f5e-4cbe9793f8db'} Body: b'' 2023-04-18 21:09:02,722 79665 INFO [tempest.lib.common.rest_client] Requ est (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3f520d33-3efb-499d-8f5e-4cbe9793f8db 0.021s 2023-04-18 21:09:02,723 79665 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-87c01a3a-1252-4e0e-a2de-3558f7f8039f', 'date': 'Tue, 18 Apr 2023 21:09:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3f520d33-3efb-499d-8f5e-4cbe9793f8db'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3f520d33-3efb-499d-8f5e-4cbe9793f8db does not exist", "detail": ""}}' 2023-04-18 21:09:03,405 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7f037846-96ee-4542-b1dc-2f69652597e8 0.682s 2023-04-18 21:09:03,406 79665 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-1b27ba89-503e-437a-b476-b6718c49f5bc', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:09:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7f037846-96ee-4542-b1dc-2f69652597e8'} Body: b'' {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [122.371201s] ... 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 38781f5f-437d-4d7e-a45f-1dc5d76b39d2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:07:04,227 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d 0.688s 2023-04-18 21:07:04,227 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:03 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-ad594354-8654-4380-b0eb-ade2131c3238', 'x-compute-request-id': 'req-ad594354-8654-4380-b0eb-ade2131c3238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d'} Body: b'{"server": {"id": "fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d", "name": "tempest-ServersNegativeTestJSON-server-1545986707", "status": "ACTIVE", "tenant_id": "e102abbb675645edbbd042f775e89e50", "user_id": "b36a393d92e948b1ada87c4823d14bee", "metadata": {}, "hostId": "4a7b35136f02e852ff0c558a975a79fd92454f92a9a5a97ae8aa3572", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:27Z", "updated": "2023-04-18T21:00:35Z", "addresses": {"tempest-ServersNegativeTestJSON-307466184-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:f4:9d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:00:35.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-18 21:08:04,467 79645 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/e102abbb675645edbbd042f775e89e50/volumes 0.181s 2023-04-18 21:08:04,467 79645 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-652108990"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-162064cb-488a-43bd-a9c6-f77bc52effc2', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-162064cb-488a-43bd-a9c6-f77bc52effc2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes'} Body: b'{"volume": {"id": "38781f5f-437d-4d7e-a45f-1dc5d76b39d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:04.410979", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-652108990", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2"}, {"rel": "bookmark", "href": "http://10.0.0.21 0/volume/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2"}], "user_id": "b36a393d92e948b1ada87c4823d14bee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:08:04,528 79645 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/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2 0.051s 2023-04-18 21:08:04,528 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27360a7a-6384-498d-9423-ccd002f97b07', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27360a7a-6384-498d-9423-ccd002f97b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2'} Body: b'{"volume": {"id": "38781f5f-437d-4d7e-a45f-1dc5d76b39d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:04.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-652108990", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2"}], "user_id": "b36a393d92e948b1ada87c4823d14bee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e102abbb675645edbbd042f775e89e50"}}' 2023-04-18 21:08:05,582 79645 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/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2 0.043s 2023-04-18 21:08:05,583 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b725286-55eb-4484-87fb-26c9592af1d7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b725286-55eb-4484-87fb-26c9592af1d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2'} Body: b'{"volume": {"id": "38781f5f-437d-4d7e-a45f-1dc5d76b39d2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:04.000000", "updated_at": "2023-04-18T21:08:05.000000", "name": "tempest-ServersNegativeTestJSON-volume-652108990", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2"}], "user_id": "b36a393d92e948b1ada87c4823d14bee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-a ttr:tenant_id": "e102abbb675645edbbd042f775e89e50"}}' 2023-04-18 21:08:05,837 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d 0.243s 2023-04-18 21:08:05,838 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:05 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-d2cf3aa9-b58b-4ac2-bada-ec2bfc65fdc8', 'x-compute-request-id': 'req-d2cf3aa9-b58b-4ac2-bada-ec2bfc65fdc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d'} Body: b'{"server": {"id": "fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d", "name": "tempest-ServersNegativeTestJSON-server-1545986707", "status": "ACTIVE", "tenant_id": "e102abbb675645edbbd042f775e89e50", "user_id": "b36a393d92e948b1ada87c4823d14bee", "metadata": {}, "hostId": "4a7b35136f02e852ff0c558a975a79fd92454f92a9a5a97ae8aa3572", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:27Z", "updated": "2023-04-18T21:00:35Z", "addresses": {"tempest-ServersNegativeTestJSON-307466184-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:f4:9d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:00:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.145948s] ... ok {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.115340s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.231301s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.234634s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.014551s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.130402s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.020864s] ... ok {10} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.020989s] ... ok {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.041498s] ... ok {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000851s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range {0} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {0} setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9780c100-ef47-4360-9ef3-09b7b58f1beb failed to build and is in ERROR status {11} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [166.601644s] ... 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 bde31ed0-b50e-43d3-9ac4-a4811883938c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:07:22,843 79667 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-18 21:07:23,687 79667 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.844s 2023-04-18 21:07:23,688 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1278461059", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/13a03f59-f61d-4d28-b054-d65b85726bb1', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-cec0b99d-4511-40a9-985a-8fbdee210674', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1278461059", "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": "88559f8fa16b4a939cf83eddb216a4fe", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "13a03f59-f61d-4d28-b054-d65b85726bb1", "created_at": "2023-04-18T21:07:24Z", "updated_at": "2023-04-18T21:07:24Z", "tags": [], "self": "/v2/images/13a03f59-f61d-4d28-b054-d65b85726bb1", "file": "/v2/images/13a03f59-f61d-4d28-b054-d65b85726bb1/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:07:25,064 79667 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/13a03f59-f61d-4d28-b054-d65b85726bb1/file 1.374s 2023-04-18 21:07:25,066 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0518277b-e858-4cf8-9f39-71315747bebd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/13a03f59-f61d-4d28-b054-d65b85726bb1/file'} Body: b'' 2023-04-18 21:07:25,067 79667 DEBUG [tempest.scenario.manager] image:13a03f59-f61d-4d28-b054-d65b85726bb1 2023-04-18 21:07:25,140 79667 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.067s 2023-04-18 21:07:25,140 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-624336600", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLIkHLfWZtsDX1wFLiZ/CLl2LZNnp+Gmb9NfPdiZwLMJ+em33t/PX/2xKxE0UG/NTbuCYLmimDoVDx5AGGVXtgyINyETgKdWwlr17YGk/gJiWMj+PN3Vb3uquEw7FpHadA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:25 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-eef7eb44-2700-46ec-b0d0-0459f1d1e406', 'x-compute-request-id': 'req-eef7eb44-2700-46ec-b0d0-0459f1d1e406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0. 0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-624336600", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLIkHLfWZtsDX1wFLiZ/CLl2LZNnp+Gmb9NfPdiZwLMJ+em33t/PX/2xKxE0UG/NTbuCYLmimDoVDx5AGGVXtgyINyETgKdWwlr17YGk/gJiWMj+PN3Vb3uquEw7FpHadA==", "fingerprint": "00:d0:47:98:e3:18:4f:80:e9:ff:e0:6c:70:07:b5:28", "user_id": "8c2d545b5459472990722072dcf2095c"}}' 2023-04-18 21:07:25,202 79667 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.045s 2023-04-18 21:07:25,202 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:25 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-cdba6ff8-4d1d-4c95-b1f0-262b1c3a1427', '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": "8c2d545b5459472990722072dcf2095c", "name": "tempest-TestMinimumBasicScenario-1842059004-project-member", "password_expires_at": null}, "audit_ids": ["2PKHVr3cQmOTvGkbW15ifg"], "expires_at": "2023-04-18T22:07:25.000000Z", "issued_at": "2023-04-18T21:07:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88559f8fa16b4a939cf83eddb216a4fe", "name": "tempest-TestMinimumBasicScenario-1842059004"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/88559f8fa16b4a939cf83eddb216a4fe", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]} }' 2023-04-18 21:07:25,203 79667 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'bbd69050-7c4f-467f-831b-bff2a5009ae5', 'name': 'tempest-TestMinimumBasicScenario-1889802285-network', 'tenant_id': '88559f8fa16b4a939cf83eddb216a4fe', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '88559f8fa16b4a939cf83eddb216a4fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37999, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:07:10Z', 'updated_at': '2023-04-18T21:07:10Z', 'revision_number': 1} available for tenant 2023-04-18 21:07:25,919 79667 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.715s 2023-04-18 21:07:25,920 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1813784098", "imageRef": "13a03f59-f61d-4d28-b054-d65b85726bb1", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-624336600", "networks": [{"uuid": "bbd69050-7c4f-467f-831b-bff2a5009ae5"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0084fc05-f582-465c-811d-8e525d1dbde9', 'x-compute-request-id': 'req-0084fc05-f582-465c-811d-8e525d1dbde9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "UWejEkpdxCC3"}}' 2023-04-18 21:07:26,010 79667 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/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.087s 2023-04-18 21:07:26,010 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:25 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-2dc3f42b-d6ef-43bb-8b1f-0838a1bbcaa0', 'x-compute-request-id': 'req-2dc3f42b-d6ef-43bb-8b1f-0838a1bbcaa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'{"server": {"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "name": "tempest-TestMinimumBasicScenario-server-1813784098", "status": "BUILD", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "", "image": {"id": "13a03f59-f61d-4d28-b054-d65b85726bb1", "links": [{"rel": "bookmark", "href": "http://10.0.0.21 0/compute/images/13a03f59-f61d-4d28-b054-d65b85726bb1"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:07:26Z", "updated": "2023-04-18T21:07:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-624336600", "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-18 21:08:16,349 79667 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/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.279s 2023-04-18 21:08:16,349 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:16 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-1d797a04-7ad3-4630-b92c-6f46494f5829', 'x-compute-request-id': 'req-1d797a04-7ad3-4630-b92c-6f46494f5829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'{"server": {"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "name": "tempest-TestMinimumBasicScenario-server-1813784098", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "13a03f59-f61d-4d28-b054-d65b85726bb1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13a03f59-f61d-4d28-b054-d65b85726bb1"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:07:25Z", "updated": "2023-04-18T21:07:33Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:92:e9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-624336600", "OS-SRV-USG:launched_at": "2023-04-18T21:07:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:08:16,360 79667 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:09:16,688 79667 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/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.267s 2023-04-18 21:09:16,688 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:16 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-f84e50c0-e7d1-44be-8da1-1343a1109017', 'x-compute-request-id': 'req-f84e50c0-e7d1-44be-8da1-1343a1109017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'{"server": {"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "name": "tempest-TestMinimumBasicScenario-server-1813784098", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "13a03f59-f61d-4d28-b054-d65b85726bb1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13a03f59-f61d-4d28-b054-d65b85726bb1"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:07:25Z", "updated": "2023-04-18T21:07:33Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:92:e9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-624336600", "OS-SRV-USG:launched_at": "2023-04-18T21:07:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:09:16,906 79667 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.206s 2023-04-18 21:09:16,906 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:16 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-cdb8c69b-5f7b-4a54-8edc-a872980ef3bf', 'x-compute-request-id': 'req-cdb8c69b-5f7b-4a54-8edc-a872980ef3bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "name": "tempest-TestMinimumBasicScenario-server-1813784098", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}]}]}' 2023-04-18 21:09:17,150 79667 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/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.240s 2023-04-18 21:09:17,151 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/js on', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72ab43fd-a7f2-4892-a997-713b39917cfd', 'x-compute-request-id': 'req-72ab43fd-a7f2-4892-a997-713b39917cfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'{"server": {"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "name": "tempest-TestMinimumBasicScenario-server-1813784098", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "13a03f59-f61d-4d28-b054-d65b85726bb1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13a03f59-f61d-4d28-b054-d65b85726bb1"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:07:25Z", "updated": "2023-04-18T21:07:33Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:92:e9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-624336600", "OS-SRV-USG:launched_at": "2023-04-18T21:07:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:09:17,544 79667 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/88559f8fa16b4a939cf83eddb216a4fe/volumes 0.381s 2023-04-18 21:09:17,544 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-981737692", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f967a5d-6f46-45c5-bb40-0bf9bdc6930c', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f967a5d-6f46-45c5-bb40-0bf9bdc6930c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes'} Body: b'{"volume": {"id": "bde31ed0-b50e-43d3-9ac4-a4811883938c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:09:17.454411", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-981737692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c"}], "user_id": "8c2d545b5459472990722072dcf2095c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:09:17,610 79667 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/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c 0.055s 2023-04-18 21:09:17,611 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08759a8b-c641-4f0c-8061-34f74fa68fca', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08759a8b-c641-4f0c-8061-34f74fa68fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c'} Body: b'{"volume": {"id": "bde31ed0-b50e-43d3-9ac4-a4811883938c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:09:17.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-981737692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c"}], "user_id": "8c2d545b5459472990722072dcf2095c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88559f8fa16b4a939cf83eddb216a4fe"}}' 2023-04-18 21:09:18,674 79667 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/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c 0.045s 2023-04-18 21:09:18,674 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9d32e04-02df-45ad-a503-6e79ab92a126', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9d32e04-02df-45ad-a503-6e79ab92a126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c'} Body: b'{"volume": {"id": "bde31ed0-b50e-43d3-9ac4-a4811883938c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:09:17.000000", "updated_at": "2023-04-18T21:09:18.000000", "name": "tempest-TestMinimumBasicScenario-volume-981737692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c"}], "user_id": "8c2d545b5459472990722072dcf2095c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88559f8fa16b4a939cf83eddb216a4fe"}}' 2023-04-18 21:09:18,797 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c 0.111s 2023-04-18 21:09:18,797 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Typ e': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f75387d2-51f8-43ad-9078-99f1e864e851', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c'} Body: b'' 2023-04-18 21:09:18,819 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c 0.021s 2023-04-18 21:09:18,819 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c258fb60-df27-4b36-9f60-a99ccc62f787', 'x-openstack-request-id': 'req-c258fb60-df27-4b36-9f60-a99ccc62f787', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bde31ed0-b50e-43d3-9ac4-a4811883938c could not be found."}}' 2023-04-18 21:09:18,941 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.120s 2023-04-18 21:09:18,941 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff7f56f6-892c-435a-9790-9b0d33399b5b', 'x-compute-request-id': 'req-ff7f56f6-892c-435a-9790-9b0d33399b5b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'' 2023-04-18 21:09:19,166 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.224s 2023-04-18 21:09:19,166 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:18 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-94c0efd6-12bb-489c-bce9-82d2332711ac', 'x-compute-request-id': 'req-94c0efd6-12bb-489c-bce9-82d2332711ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'{"server": {"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "name": "tempest-TestMinimumBasicScenario-server-1813784098", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "13a03f59-f61d-4d28-b054-d6 5b85726bb1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13a03f59-f61d-4d28-b054-d65b85726bb1"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:07:25Z", "updated": "2023-04-18T21:09:19Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:92:e9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-624336600", "OS-SRV-USG:launched_at": "2023-04-18T21:07:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:10:09,274 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.047s 2023-04-18 21:10:09,274 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-0537e2a7-10d8-4ddf-ae3f-bcc1e3a79e5b', 'x-compute-request-id': 'req-0537e2a7-10d8-4ddf-ae3f-bcc1e3a79e5b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3cd0b668-630c-459c-abf7-38089ca7ffb2 could not be found."}}' 2023-04-18 21:10:09,310 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-624336600 0.035s 2023-04-18 21:10:09,311 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffb3ac5c-5fbe-46c5-b2dc-75b7ebef206b', 'x-compute-request-id': 'req-ffb3ac5c-5fbe-46c5-b2dc-75b7ebef206b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-624336600'} Body: b'' 2023-04-18 21:10:09,442 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/13a03f59-f61d-4d28-b054-d65b85726bb1 0.131s 2023-04-18 21:10:09,442 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7a4ab19f-3eae-450e-8eca-be7c6cf76c22', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/13a03 f59-f61d-4d28-b054-d65b85726bb1'} Body: b'' {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [3.359300s] ... 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 1bb59c59-6e45-415d-a4ad-14c1e1491aff failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:10:22,467 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.285s 2023-04-18 21:10:22,468 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1755189974", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEp5mO0t0bY1lqeh1HdPnuv9ruFLpjwe7clt4Tp5a5OGrpV9F64837zbGxSM0UBLvYQjSnEX6qijwudsGH4OXP7Pum+bc37Qjf93YaXZyRecO3QHdrrDLH0P/L+V4STu+g=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:22 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-0839c29f-07f6-4a4b-8777-1220b9533c17', 'x-compute-request-id': 'req-0839c29f-07f6-4a4b-8777-1220b9533c17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1755189974", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEp5mO0t0bY1lqeh1HdPnuv9ruFLpjwe7clt4Tp5a5OGrpV9F64837zbGxSM0UBLvYQjSnEX6qijwudsGH4OXP7Pum+bc37Qjf93YaXZyRecO3QHdrrDLH0P/L+V4STu+g==", "fingerprint": "06:fe:49:77:c8:a5:c9:2a:4d:3b:c6:47:95:9e:6f:53", "user_id": "61b68a1ae8c44aaaa0bb97687752cbf3"}}' 2023-04-18 21:10:22,653 79645 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.182s 2023-04-18 21:10:22,654 79645 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-1250001330", "description": "tempest-secgroup-smoke-1250001330 description", "project_id": "2099f48eb3074db59d421677f1745df3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-016809b7-f393-4fd8-892d-7caf8f578b68', 'date': 'Tue, 18 Apr 2023 21:10:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "name": "tempest-secgroup-smoke-1250001330", "stateful": true, "tenant_id": "2099f48eb3074db59d421677f1745df3", "description": "tempest-secgroup-smoke-1250001330 description", "shared": false, "security_group_rules": [{"id": "0aa4fc06-4d40-4411-9d76-b73f89ab0099", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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": 1071, "description": null, "tags": [], "created_at": "2023-04-18T21:10:22Z", "updated_at": "2023-04-18T21:10:22Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}, {"id": "720a32ea-94df-4b19-8f71-ca8ef064e36b", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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": 1070, "description": null, "tags": [], "created_at": "2023-04-18T21:10:22Z", "updated_at": "2023-04-18T21:10:22Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}], "tags": [], "created_at": "2023-04-18T21:10:22Z", "updated_at": "2023-04-18T21:10:22Z", "revision_number": 1, "projec t_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:22,841 79645 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.187s 2023-04-18 21:10:22,842 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "project_id": "2099f48eb3074db59d421677f1745df3", "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-f406ddd8-8d36-448d-959d-983bc7471cdc', 'date': 'Tue, 18 Apr 2023 21:10:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "71ad244b-5e8d-4fa3-bb85-cd48ea7a024b", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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-18T21:10:22Z", "updated_at": "2023-04-18T21:10:22Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:23,006 79645 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.163s 2023-04-18 21:10:23,006 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "project_id": "2099f48eb3074db59d421677f1745df3", "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-343b1622-1b91-4a92-8241-4d6bc1eca700', 'date': 'Tue, 18 Apr 2023 21:10:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "116eef80-3c86-4ee8-b329-8deda805b540", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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-18T21:10:22Z", "updated_at": "2023-04-18T21:10:22Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:23,176 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-18 21:10:23,177 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "project_id": "2099f48eb3074db59d421677f1745df3", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-caa00be4-d3c1-4782-bf83-ff0a5e9150af', 'date': 'Tue, 18 Apr 2023 21:10:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2807c1f9-1fb8-4e38-bb2e-5b2dd2d2eca5", "tenant_id": "2099f48eb 3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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-18T21:10:23Z", "updated_at": "2023-04-18T21:10:23Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:23,393 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.215s 2023-04-18 21:10:23,393 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "project_id": "2099f48eb3074db59d421677f1745df3", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b41cbef0-3584-4836-ae82-8930571651f4', 'date': 'Tue, 18 Apr 2023 21:10:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "777a52c9-3fc9-4f69-aec7-4c8d56a361bb", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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-18T21:10:23Z", "updated_at": "2023-04-18T21:10:23Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:23,580 79645 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.186s 2023-04-18 21:10:23,581 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "project_id": "2099f48eb3074db59d421677f1745df3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8050ad2d-d744-4356-a41d-10f0c2591229', 'date': 'Tue, 18 Apr 2023 21:10:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "18332c06-036d-4acf-85f5-e5d19920be68", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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-18T21:10:23Z", "updated_at": "2023-04-18T21:10:23Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:23,798 79645 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.216s 2023-04-18 21:10:23,798 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "project_id": "2099f48eb3074db59d421677f1745df3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'c ontent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-83aea9c6-6bc0-4e23-8233-6d7ec06fa201', 'date': 'Tue, 18 Apr 2023 21:10:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dc4b9e27-f82c-434f-8a8f-fc9d23785cb7", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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-18T21:10:23Z", "updated_at": "2023-04-18T21:10:23Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:24,040 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes 0.240s 2023-04-18 21:10:24,041 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-298174320", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a37c4837-d76a-41a5-8116-f47f5321ada9', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a37c4837-d76a-41a5-8116-f47f5321ada9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes'} Body: b'{"volume": {"id": "1bb59c59-6e45-415d-a4ad-14c1e1491aff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:10:23.974892", "updated_at": null, "name": "tempest-TestStampPattern-volume-298174320", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff"}], "user_id": "61b68a1ae8c44aaaa0bb97687752cbf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:10:24,102 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff 0.051s 2023-04-18 21:10:24,102 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89806449-8cbd-4506-8592-c19797d40d55', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89806449-8cbd-4506-8592-c19797d40d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff'} Body: b'{"volume": {"id": "1bb59c59-6e45-415d-a4ad-14c1e1491aff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:10:24.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-298174320", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null , "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff"}], "user_id": "61b68a1ae8c44aaaa0bb97687752cbf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:25,157 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff 0.042s 2023-04-18 21:10:25,158 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10d077d7-d99e-4ddd-81c4-a942827eaf9f', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10d077d7-d99e-4ddd-81c4-a942827eaf9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff'} Body: b'{"volume": {"id": "1bb59c59-6e45-415d-a4ad-14c1e1491aff", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:10:24.000000", "updated_at": "2023-04-18T21:10:24.000000", "name": "tempest-TestStampPattern-volume-298174320", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff"}], "user_id": "61b68a1ae8c44aaaa0bb97687752cbf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:25,300 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff 0.130s 2023-04-18 21:10:25,300 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10: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-6e77677d-bc8f-4de5-9023-96254d9ac668', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff'} Body: b'' 2023-04-18 21:10:25,322 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff 0.022s 2023-04-18 21:10:25,323 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10: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-reque st-id': 'req-9dd429fe-6882-4cb3-a206-a4bd8c6b4cdc', 'x-openstack-request-id': 'req-9dd429fe-6882-4cb3-a206-a4bd8c6b4cdc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1bb59c59-6e45-415d-a4ad-14c1e1491aff could not be found."}}' 2023-04-18 21:10:25,489 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c 0.166s 2023-04-18 21:10:25,490 79645 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-5636bc3a-c3a2-420d-bc88-d074d0a16039', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:10:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c'} Body: b'' 2023-04-18 21:10:25,536 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1755189974 0.046s 2023-04-18 21:10:25,537 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:25 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-dd305dbd-7605-40b3-a0e9-b9566aede9ee', 'x-compute-request-id': 'req-dd305dbd-7605-40b3-a0e9-b9566aede9ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1755189974'} Body: b'' {0} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {0} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {0} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {2} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [166.467220s] ... 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 5d84a4a5-36d7-460b-bb10-5f06c7551d4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:09:16,523 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.210s 2023-04-18 21:09:16,523 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1007989708", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFQ/75ZkGOGFs5Qo8BGVDVCLYFdq5/IDLpTrEXKScyltocKGd5SSYETyaPcz4/VI8P0A9mJ5Nd7O/OadtwojjKOfxxuN/njgFtw0jNItD9xxuY0nRnOrqEucRQPV8C+ZkQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:16 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-f723f55b-1b65-4502-ae06-5e1426dfd99e', 'x-compute-request-id': 'req-f723f55b-1b65-4502-ae06-5e1426dfd99e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1007989708", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFQ/75ZkGOGFs5Qo8BGVDVCLYFdq5/IDLpTrEXKScyltocKGd5SSYETyaPcz4/VI8P0A9mJ5Nd7O/OadtwojjKOfxxuN/njgFtw0jNItD9xxuY0nRnOrqEucRQPV8C+ZkQ==", "fingerprint": "9a:95:6d:07:12:2e:7b:9c:66:e2:9c:9c:a0:0e:0d:04", "user_id": "716420d635574ccaa1b646403117241e"}}' 2023-04-18 21:09:16,703 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.175s 2023-04-18 21:09:16,704 79649 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-330103830", "description": "tempest-secgroup-smoke-330103830 description", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-1b841491-8f63-4b1e-8d7c-0f2c32bcdf32', 'date': 'Tue, 18 Apr 2023 21:09:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "name": "tempest-secgroup-smoke-330103830", "stateful": true, "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "description": "tempest-secgroup-smoke-330103830 description", "shared": false, "security_group_rules": [{"id": "7662f0f5-1fff-4854-8bf2-0099e253536b", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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": 1009, "description": null, "tags": [], "created_at": "2023-04-18T21:09:16Z", "updated_at": "2023-04-18T21:09:16Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}, {"id": "f399e7ad-6a4c-499f-badb-7dea034c1062", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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": 1010, "description": null, "tags": [], "created_at": "2023-04-18T21:09:16Z", "updated_at": "2023-04-18T21:09:16Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}], "tags": [], "created_at": "2023-04-18T21:09:16Z", "updated_at": "2023-04-18T21:09:16Z", "revision_number": 1, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:16,908 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.203s 2023-04-18 21:09:16,909 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "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-36a77682-304d-4b57-9f5a-111a39e50c8b', 'date': 'Tue, 18 Apr 2023 21:09:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "52db94d1-32b9-4ac5-a236-80aec0e5e952", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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-18T21:09:16Z", "updated_at": "2023-04-18T21:09:16Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:17,102 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.193s 2023-04-18 21:09:17,103 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "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-d563ca7d-1b8a-44d7-98cf-298e87062c3e', 'date': 'Tue, 18 Apr 2023 21:09: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": "e10d1182-6d6d-4914-89da-1987efaeaa46", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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-18T21:09:16Z", "updated_at": "2023-04-18T21:09:16Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:17,295 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.191s 2023-04-18 21:09:17,295 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6ce77300-a9a4-4988-adec-4d8e19d3c675', 'date': 'Tue, 18 Apr 2023 21:09: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": "5b3395ae-3d7d-4895-989b-1269747987c8", "tenant_id": "dfb6a7cd 44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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-18T21:09:17Z", "updated_at": "2023-04-18T21:09:17Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:17,509 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.213s 2023-04-18 21:09:17,509 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-cfae9ee2-2410-4ecd-9f65-73dd29022b6c', 'date': 'Tue, 18 Apr 2023 21:09: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": "9064915c-0aa7-46cb-9c65-7c14bac2a325", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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-18T21:09:17Z", "updated_at": "2023-04-18T21:09:17Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:17,685 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-04-18 21:09:17,686 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-0e64bb61-9853-4b98-b153-0eaad1a87ee7', 'date': 'Tue, 18 Apr 2023 21:09: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": "c5193a21-2619-4300-91e2-79059a0d5c37", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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-18T21:09:17Z", "updated_at": "2023-04-18T21:09:17Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:17,855 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-18 21:09:17,856 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-t ype': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-2cdc84eb-24df-4e99-805d-e569f066394e', 'date': 'Tue, 18 Apr 2023 21:09: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": "e577bf2a-1870-43ab-a00f-4d10914b3877", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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-18T21:09:17Z", "updated_at": "2023-04-18T21:09:17Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:17,938 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.076s 2023-04-18 21:09:17,938 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:17 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-df5001fe-54b5-4f2c-b3d4-97eb179404fd', '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": "716420d635574ccaa1b646403117241e", "name": "tempest-SnapshotDataIntegrityTests-506713742-project-member", "password_expires_at": null}, "audit_ids": ["iI5T0DoFTta52mzuNJ2G5A"], "expires_at": "2023-04-18T22:09:17.000000Z", "issued_at": "2023-04-18T21:09:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb6a7cd44d54b0ba412649c8bbf6994", "name": "tempest-SnapshotDataIntegrityTests-506713742"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/dfb6a7cd44d54b0ba412649c8bbf6994", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "ur l": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:09:17,939 79649 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '7e521a80-8bb6-40e4-90b5-994f8140683b', 'name': 'tempest-SnapshotDataIntegrityTests-1617756611-network', 'tenant_id': 'dfb6a7cd44d54b0ba412649c8bbf6994', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dfb6a7cd44d54b0ba412649c8bbf6994', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 24939, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:09:01Z', 'updated_at': '2023-04-18T21:09:01Z', 'revision_number': 1} available for tenant 2023-04-18 21:09:19,442 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 1.502s 2023-04-18 21:09:19,443 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1216443373", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-1007989708", "security_groups": [{"name": "tempest-secgroup-smoke-330103830"}], "networks": [{"uuid": "7e521a80-8bb6-40e4-90b5-994f8140683b"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-993dc192-31a3-4bbb-8fa3-143e83f034b6', 'x-compute-request-id': 'req-993dc192-31a3-4bbb-8fa3-143e83f034b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3ddddb36-e55d-4e94-9475-98f2d18f4b53", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-330103830"}], "adminPass": "zXFpX7H8Awfw"}}' 2023-04-18 21:09:19,507 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53 0.061s 2023-04-18 21:09:19,507 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:19 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-133791bc-4ddb-4e33-98e0-527ec1cb7b1c', 'x-compute-request-id': 'req-133791bc-4ddb-4e33-98e0-527ec1cb7b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53'} Body: b'{"server": {"id": "3ddddb36-e55d-4e94-9475-98f2d18f4b53", "name": "tempest-SnapshotDataIntegrityTests-server-1216443373", "status": "BUILD", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "user_id": "716420d635574ccaa1b646403117241e", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:19Z", "updated": "2023-04-18T21:09:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1007989708", "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-18 21:10:09,916 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53 0.347s 2023-04-18 21:10:09,916 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27c91f1b-d961-460d-ba22-4a70a3fb7928', 'x-compute-request-id': 'req-27c91f1b-d961-460d-ba22-4a70a3fb7928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53'} Body: b'{"server": {"id": "3ddddb36-e55d-4e94-9475-98f2d18f4b53", "name": "tempest-SnapshotDataIntegrityTests-server-1216443373", "status": "ACTIVE", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "user_id": "716420d635574ccaa1b646403117241e", "metadata": {}, "hostId": "c3bee2adfa05b9ada4e6d833bd556b5e3643521fd9c694df5b64879e", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:19Z", "updated": "2023-04-18T21:09:27Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1617756611-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:9f:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1007989708", "OS-SRV-USG:launched_at": "2023-04-18T21:09:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-330103830"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:10:09,928 79649 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:11:10,193 79649 INFO [tempest.lib.common.rest_client] Reque st (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53 0.259s 2023-04-18 21:11:10,193 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08e83f40-1968-41fb-82ae-076e0d0b7155', 'x-compute-request-id': 'req-08e83f40-1968-41fb-82ae-076e0d0b7155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53'} Body: b'{"server": {"id": "3ddddb36-e55d-4e94-9475-98f2d18f4b53", "name": "tempest-SnapshotDataIntegrityTests-server-1216443373", "status": "ACTIVE", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "user_id": "716420d635574ccaa1b646403117241e", "metadata": {}, "hostId": "c3bee2adfa05b9ada4e6d833bd556b5e3643521fd9c694df5b64879e", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:19Z", "updated": "2023-04-18T21:09:27Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1617756611-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:9f:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1007989708", "OS-SRV-USG:launched_at": "2023-04-18T21:09:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-330103830"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:11:10,419 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes 0.214s 2023-04-18 21:11:10,420 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1427452655", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48153701-e6b3-4dd3-b715-8d9a091d2018', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48153701-e6b3-4dd3-b715-8d9a091d2018', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes'} Body: b'{"volume": {"id": "5d84a4a5-36d7-460b-bb10-5f06c7551d4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:10.360762", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1427452655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7 -460b-bb10-5f06c7551d4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a"}], "user_id": "716420d635574ccaa1b646403117241e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:11:10,471 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a 0.041s 2023-04-18 21:11:10,471 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5088a87f-ce79-4255-931f-a4353246d159', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5088a87f-ce79-4255-931f-a4353246d159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a'} Body: b'{"volume": {"id": "5d84a4a5-36d7-460b-bb10-5f06c7551d4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:10.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1427452655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a"}], "user_id": "716420d635574ccaa1b646403117241e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:11:11,573 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a 0.089s 2023-04-18 21:11:11,573 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea484c7f-679e-415c-b747-320ea5fdcdeb', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea484c7f-679e-415c-b747-320ea5fdcdeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a'} Body: b'{"volume": {"id": "5d84a4a5-36d7-460b-bb10-5f06c7551d4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:10.000000", "updated_at": "2023-04-18T21:11:10.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1427452655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a"}], "user_id": "716420d635574ccaa1b646403117241e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:11:11,694 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a 0.108s 2023-04-18 21:11:11,694 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11: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-f161ec4f-760d-42c5-ae1a-8bd05ba7239a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a'} Body: b'' 2023-04-18 21:11:11,720 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a 0.025s 2023-04-18 21:11:11,721 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11: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-408dc442-dffd-4468-93b8-eda1a83ef72c', 'x-openstack-request-id': 'req-408dc442-dffd-4468-93b8-eda1a83ef72c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5d84a4a5-36d7-460b-bb10-5f06c7551d4a could not be found."}}' 2023-04-18 21:11:11,862 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53 0.140s 2023-04-18 21:11:11,862 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11: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-9fa21df3-ef64-4596-84c7-56dcd10aa06f', 'x-compute-request-id': 'req-9fa21df3-ef64-4596-84c7-56dcd10aa06f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53'} Body: b'' 2023-04-18 21:11:12,396 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53 0.533s 2023-04-18 21:11:12,396 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cb046d6-625c-47e1-84d3-bbcb1ec70c4b', 'x-compute-request-id': 'req-0cb046d6-625c-47e1-84d3-bbcb1ec70c4b', 'connection': 'close', 'status': '200', 'content-l ocation': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53'} Body: b'{"server": {"id": "3ddddb36-e55d-4e94-9475-98f2d18f4b53", "name": "tempest-SnapshotDataIntegrityTests-server-1216443373", "status": "ACTIVE", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "user_id": "716420d635574ccaa1b646403117241e", "metadata": {}, "hostId": "c3bee2adfa05b9ada4e6d833bd556b5e3643521fd9c694df5b64879e", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:19Z", "updated": "2023-04-18T21:11:12Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1617756611-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:9f:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1007989708", "OS-SRV-USG:launched_at": "2023-04-18T21:09:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-330103830"}], "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-18 21:12:02,505 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53 0.048s 2023-04-18 21:12:02,506 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12: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-3cdce3e8-ce81-45dd-b3d7-96a26147d94a', 'x-compute-request-id': 'req-3cdce3e8-ce81-45dd-b3d7-96a26147d94a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3ddddb36-e55d-4e94-9475-98f2d18f4b53 could not be found."}}' 2023-04-18 21:12:02,729 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/cccb23aa-dd79-4076-b063-9371dc68ce3f 0.223s 2023-04-18 21:12:02,730 79649 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-b8a52938-82ac-43b9-b09b-5ec1546cdbd6', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:12:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cccb23aa-dd79-4076-b063-9371dc68ce3f'} Body: b'' 2023-04-18 21:12:02,773 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1007989708 0.043s 2023-04-18 21:12:02,774 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12: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-6a082bf5-2a5a-4d95-a72c-9f057e2939ff', 'x-compute-request-id': 'req-6a082bf5-2a5a-4d95-a72c-9f057e2939ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1007989708'} Body: b'' {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [164.585770s] ... 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 6b5dda93-3651-4725-9b8d-8feade7acbf9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:09:19,606 79665 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-18 21:09:19,606 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:19 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-f56a6610-b153-46de-8e1e-6c5fdc6d87c2', '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": "34c55355fe5446d3bdc59df2454f0ee0", "name": "tempest-VolumesActionsTest-431839314-project-member", "password_expires_at": null}, "audit_ids": ["29Bp_QuYSO-TddYxi-HwUw"], "expires_at": "2023-04-18T22:09:19.000000Z", "issued_at": "2023-04-18T21:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb753655eb2547169eda59a72cc1bdbf", "name": "tempest-VolumesActionsTest-431839314"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fb753655eb2547169eda59a72cc1bdbf", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:09:19,607 79665 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '9a03f8ac-4964-4e76-b8ce-f2a36576da5d', 'name': 'tempest-VolumesActionsTest-134429777-network', 'tenant_id': 'fb753655eb2547169eda59a72cc1bdbf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fb753655eb2547169eda59a72cc1bdbf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'g eneve', 'provider:physical_network': None, 'provider:segmentation_id': 44424, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:09:16Z', 'updated_at': '2023-04-18T21:09:16Z', 'revision_number': 1} available for tenant 2023-04-18 21:09:21,418 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.810s 2023-04-18 21:09:21,419 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1369868248", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "9a03f8ac-4964-4e76-b8ce-f2a36576da5d"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33cbf612-2509-4911-a8d2-b75fed714338', 'x-compute-request-id': 'req-33cbf612-2509-4911-a8d2-b75fed714338', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6285c504-c591-4a6b-a9bc-686d858b33fe", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "adudVEaYNLU2"}}' 2023-04-18 21:09:21,491 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe 0.069s 2023-04-18 21:09:21,492 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:21 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-af4300ef-ba8e-429c-ab16-e6949588cfb6', 'x-compute-request-id': 'req-af4300ef-ba8e-429c-ab16-e6949588cfb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe'} Body: b'{"server": {"id": "6285c504-c591-4a6b-a9bc-686d858b33fe", "name": "tempest-VolumesActionsTest-instance-1369868248", "status": "BUILD", "tenant_id": "fb753655eb2547169eda59a72cc1bdbf", "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:21Z", "updated": "2023-04-18T21:09:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}], "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-18 21:10:11,906 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe 0.372s 2023-04-18 21:10:11,906 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1486', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-999088fa-9171-425d-bcb3-50cd011d63a8', 'x-compute-request-id': 'req-999088fa-9171-425d-bcb3-50cd011d63a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe'} Body: b'{"server": {"id": "6285c504-c591-4a6b-a9bc-686d858b33fe", "name": "tempest-VolumesActionsTest-instance-1369868248", "status": "ACTIVE", "tenant_id": "fb753655eb2547169eda59a72cc1bdbf", "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "metadata": {}, "hostId": "5ad7f31d69cbe9cde4b6b85f1ac65fdb140c4a78d8bb124491fdeada", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:21Z", "updated": "2023-04-18T21:09:29Z", "addresses": {"tempest-VolumesActionsTest-134429777-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:dc:70"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:09:28.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-18 21:10:11,918 79665 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:11:12,262 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes 0.284s 2023-04-18 21:11:12,262 79665 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-2107499137"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf87032-be43-4d34-a9dd-cd9c027e0843', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf87032-be43-4d34-a9dd-cd9c027e0843', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes'} Body: b'{"volume": {"id": "6b5dda93-3651-4725-9b8d-8feade7acbf9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:12.186031", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2107499137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "so urce_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:11:12,315 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9 0.044s 2023-04-18 21:11:12,316 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72d246d5-7037-4dbe-96cc-b523d3407ed4', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72d246d5-7037-4dbe-96cc-b523d3407ed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9'} Body: b'{"volume": {"id": "6b5dda93-3651-4725-9b8d-8feade7acbf9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:12.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2107499137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:11:13,369 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9 0.041s 2023-04-18 21:11:13,370 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcf034fd-2f65-4143-a521-237f556514b2', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcf034fd-2f65-4143-a521-237f556514b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9'} Body: b'{"volume": {"id": "6b5dda93-3651-4725-9b8d-8feade7acbf9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:12.000000", "updated_at": "2023-04-18T21:11:12.000000", "name": "tempest-VolumesActionsTest-Volume-2107499137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}], "user_id": "34c55355fe5446d3bdc5 9df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:11:13,421 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9 0.040s 2023-04-18 21:11:13,421 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a462517f-64ee-41b9-9fa6-d3aafcca93ce', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a462517f-64ee-41b9-9fa6-d3aafcca93ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9'} Body: b'{"volume": {"id": "6b5dda93-3651-4725-9b8d-8feade7acbf9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:12.000000", "updated_at": "2023-04-18T21:11:12.000000", "name": "tempest-VolumesActionsTest-Volume-2107499137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:11:13,530 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9 0.098s 2023-04-18 21:11:13,530 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11: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-457cdbe3-21ce-4f27-826a-6b5312b83d6a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9'} Body: b'' 2023-04-18 21:11:13,551 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9 0.020s 2023-04-18 21:11:13,551 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11: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-a3a73956-5404-45a0-b4e5-cc13dce966a1', 'x-openstack-request-id': 'req-a3a73956-5404-45a0-b4e5-cc13dce966a1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9'} Body: b'{"itemNotFound": {" code": 404, "message": "Volume 6b5dda93-3651-4725-9b8d-8feade7acbf9 could not be found."}}' 2023-04-18 21:11:13,702 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe 0.150s 2023-04-18 21:11:13,702 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:13 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-0c0e48a7-2b98-4133-9e82-414d90db7a6b', 'x-compute-request-id': 'req-0c0e48a7-2b98-4133-9e82-414d90db7a6b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe'} Body: b'' 2023-04-18 21:11:14,050 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe 0.348s 2023-04-18 21:11:14,051 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1a8d0af-f5d8-4a8c-86b0-c18c49869bd1', 'x-compute-request-id': 'req-b1a8d0af-f5d8-4a8c-86b0-c18c49869bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe'} Body: b'{"server": {"id": "6285c504-c591-4a6b-a9bc-686d858b33fe", "name": "tempest-VolumesActionsTest-instance-1369868248", "status": "ACTIVE", "tenant_id": "fb753655eb2547169eda59a72cc1bdbf", "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "metadata": {}, "hostId": "5ad7f31d69cbe9cde4b6b85f1ac65fdb140c4a78d8bb124491fdeada", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:21Z", "updated": "2023-04-18T21:11:14Z", "addresses": {"tempest-VolumesActionsTest-134429777-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:dc:70"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:09:28.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-18 21:12:04,106 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe 0.035s 2023-04-18 21:12:04,106 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:04 GMT', 'server': 'Apache/2.4.52 (Ubun tu)', '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-00e7c69f-9bbb-45a3-96a1-707edcf6be2e', 'x-compute-request-id': 'req-00e7c69f-9bbb-45a3-96a1-707edcf6be2e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6285c504-c591-4a6b-a9bc-686d858b33fe could not be found."}}' {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.632300s] ... 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 185fd45c-b64a-4dde-a63c-6b66bcd37c02 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:04,428 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes 0.318s 2023-04-18 21:12:04,428 79665 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-1316996818"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9d79537-911a-4fbf-94fb-11e0925e260d', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9d79537-911a-4fbf-94fb-11e0925e260d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes'} Body: b'{"volume": {"id": "185fd45c-b64a-4dde-a63c-6b66bcd37c02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:04.232259", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1316996818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:04,493 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02 0.056s 2023-04-18 21:12:04,493 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40df8b6e-489a-4452-9165-614fa50c45a8', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40df8b6e-489a-4452-9165-614fa50c45a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02'} Body: b'{"volume": {"id": "185fd45c-b64a-4dde-a63c-6b66bcd37c02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:04.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1316996818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:05,543 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02 0.038s 2023-04-18 21:12:05,543 79665 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9be7e89-594c-4d4b-b4b4-6b8ea983e300', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9be7e89-594c-4d4b-b4b4-6b8ea983e300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02'} Body: b'{"volume": {"id": "185fd45c-b64a-4dde-a63c-6b66bcd37c02", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:04.000000", "updated_at": "2023-04-18T21:12:04.000000", "name": "tempest-VolumesActionsTest-Volume-1316996818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:05,602 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02 0.048s 2023-04-18 21:12:05,603 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60bf7b05-42b4-4f10-8a10-ceef424c895e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60bf7b05-42b4-4f10-8a10-ceef424c895e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02'} Body: b'{"volume": {"id": "185fd45c-b64a-4dde-a63c-6b66bcd37c02", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:04.000000", "updated_at": "2023-04-18T21:12:04.000000", "name": "tempest-VolumesActionsTest-Volume-1316996818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:05,715 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02 0.102s 2023-04-18 21:12:05,715 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-len gth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcf00d3a-c8ec-4943-8a23-ad30b6d6fc63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02'} Body: b'' 2023-04-18 21:12:05,740 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02 0.024s 2023-04-18 21:12:05,741 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6880829-67f4-40b1-9ff2-f61abdcbc73d', 'x-openstack-request-id': 'req-e6880829-67f4-40b1-9ff2-f61abdcbc73d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 185fd45c-b64a-4dde-a63c-6b66bcd37c02 could not be found."}}' {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.546743s] ... 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 50249412-4004-4982-8e03-5d73179acc31 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:05,927 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes 0.184s 2023-04-18 21:12:05,928 79665 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-95851304"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e56f5e18-c236-48ad-9af9-9b81741d6e9c', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e56f5e18-c236-48ad-9af9-9b81741d6e9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes'} Body: b'{"volume": {"id": "50249412-4004-4982-8e03-5d73179acc31", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:05.871881", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-95851304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:05,986 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31 0.049s 2023-04-18 21:12:05,986 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73ca799e-0cef-4e92-b071-f49fd86b6f26', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73ca799e-0cef-4e92-b071-f49fd86b6f26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31'} Body: b'{"volume": {"id": "50249412-4004-4982-8e03-5d73179acc31", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:06.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-95851304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:07,054 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31 0.057s 2023-04-18 21:12:07,055 79665 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e756969-10cf-4a12-bd51-5168dc8c146f', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e756969-10cf-4a12-bd51-5168dc8c146f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31'} Body: b'{"volume": {"id": "50249412-4004-4982-8e03-5d73179acc31", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:06.000000", "updated_at": "2023-04-18T21:12:06.000000", "name": "tempest-VolumesActionsTest-Volume-95851304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:07,148 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31 0.083s 2023-04-18 21:12:07,149 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aca1bb2-395a-458b-a4ea-93334dfeb391', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aca1bb2-395a-458b-a4ea-93334dfeb391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31'} Body: b'{"volume": {"id": "50249412-4004-4982-8e03-5d73179acc31", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:06.000000", "updated_at": "2023-04-18T21:12:06.000000", "name": "tempest-VolumesActionsTest-Volume-95851304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:07,266 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31 0.106s 2023-04-18 21:12:07,266 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'c ontent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dbdde2f-35e5-492b-9517-314e382639f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31'} Body: b'' 2023-04-18 21:12:07,289 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31 0.022s 2023-04-18 21:12:07,289 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12: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-434c2d3e-a21d-489d-a609-9162122e58d3', 'x-openstack-request-id': 'req-434c2d3e-a21d-489d-a609-9162122e58d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 50249412-4004-4982-8e03-5d73179acc31 could not be found."}}' {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.532302s] ... 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 35e74252-1be4-4e38-bcfc-07f8184d241c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:07,514 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes 0.223s 2023-04-18 21:12:07,515 79665 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-921786179"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e544967-fc02-45e9-a017-ce524c0830cb', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e544967-fc02-45e9-a017-ce524c0830cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes'} Body: b'{"volume": {"id": "35e74252-1be4-4e38-bcfc-07f8184d241c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:07.451875", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-921786179", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:07,572 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c 0.048s 2023-04-18 21:12:07,572 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-159de41b-f140-4ad0-aeb4-7551cd345684', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-159de41b-f140-4ad0-aeb4-7551cd345684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c'} Body: b'{"volume": {"id": "35e74252-1be4-4e38-bcfc-07f8184d241c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:07.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-921786179", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:08,628 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c 0.044s 2023-04-18 21:12:08,628 79665 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1209437-ee06-4e87-b460-8e4aa2bd8af1', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1209437-ee06-4e87-b460-8e4aa2bd8af1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c'} Body: b'{"volume": {"id": "35e74252-1be4-4e38-bcfc-07f8184d241c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:07.000000", "updated_at": "2023-04-18T21:12:08.000000", "name": "tempest-VolumesActionsTest-Volume-921786179", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:08,685 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c 0.046s 2023-04-18 21:12:08,686 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2f51157-29e9-4fc7-890e-121816504b07', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f51157-29e9-4fc7-890e-121816504b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c'} Body: b'{"volume": {"id": "35e74252-1be4-4e38-bcfc-07f8184d241c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:07.000000", "updated_at": "2023-04-18T21:12:08.000000", "name": "tempest-VolumesActionsTest-Volume-921786179", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:08,797 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c 0.099s 2023-04-18 21:12:08,797 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'conte nt-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10ea2589-ecfc-4c10-b7c6-f3e6cbeb2d97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c'} Body: b'' 2023-04-18 21:12:08,822 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c 0.024s 2023-04-18 21:12:08,822 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c8a84ce-30b2-466a-b117-a0007cf0b304', 'x-openstack-request-id': 'req-0c8a84ce-30b2-466a-b117-a0007cf0b304', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 35e74252-1be4-4e38-bcfc-07f8184d241c could not be found."}}' {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.514081s] ... 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 128be740-91c9-4340-bab9-7f88a63d97a9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:09,012 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes 0.186s 2023-04-18 21:12:09,012 79665 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-525776491"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d386c675-4512-4a21-ae5d-7acb00621166', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d386c675-4512-4a21-ae5d-7acb00621166', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes'} Body: b'{"volume": {"id": "128be740-91c9-4340-bab9-7f88a63d97a9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:08.954169", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-525776491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:09,060 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9 0.038s 2023-04-18 21:12:09,060 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c48bb977-e262-4b0c-bb9f-e19fe28c8b45', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c48bb977-e262-4b0c-bb9f-e19fe28c8b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9'} Body: b'{"volume": {"id": "128be740-91c9-4340-bab9-7f88a63d97a9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:09.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-525776491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:10,111 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9 0.039s 2023-04-18 21:12:10,111 79665 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bffd05ce-d349-4399-8d88-668e02f02d5b', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bffd05ce-d349-4399-8d88-668e02f02d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9'} Body: b'{"volume": {"id": "128be740-91c9-4340-bab9-7f88a63d97a9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:09.000000", "updated_at": "2023-04-18T21:12:09.000000", "name": "tempest-VolumesActionsTest-Volume-525776491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:10,166 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9 0.043s 2023-04-18 21:12:10,166 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88442c2b-869b-4367-94a2-ef1b8eea4122', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88442c2b-869b-4367-94a2-ef1b8eea4122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9'} Body: b'{"volume": {"id": "128be740-91c9-4340-bab9-7f88a63d97a9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:09.000000", "updated_at": "2023-04-18T21:12:09.000000", "name": "tempest-VolumesActionsTest-Volume-525776491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:10,317 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9 0.138s 2023-04-18 21:12:10,317 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:10 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-3f555f5f-6b61-4c1c-a312-f68bbc66cf11', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9'} Body: b'' 2023-04-18 21:12:10,338 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9 0.021s 2023-04-18 21:12:10,338 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdbd7016-2bc4-4bd2-841f-4a2f31b8ba6d', 'x-openstack-request-id': 'req-bdbd7016-2bc4-4bd2-841f-4a2f31b8ba6d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 128be740-91c9-4340-bab9-7f88a63d97a9 could not be found."}}' {10} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.491158s] ... 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 21faf931-6be5-4b2d-b999-edd5abb3574f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:10,524 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes 0.182s 2023-04-18 21:12:10,525 79665 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-235564982"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ab072a5-43c8-4398-a089-b6595e80a745', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ab072a5-43c8-4398-a089-b6595e80a745', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes'} Body: b'{"volume": {"id": "21faf931-6be5-4b2d-b999-edd5abb3574f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:10.463768", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-235564982", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:10,593 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f 0.059s 2023-04-18 21:12:10,593 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-702cfb9c-41f3-43ef-9e3b-ee6198eca370', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-702cfb9c-41f3-43ef-9e3b-ee6198eca370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f'} Body: b'{"volume": {"id": "21faf931-6be5-4b2d-b999-edd5abb3574f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:10.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-235564982", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:11,645 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f 0.040s 2023-04-18 21:12:11,645 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12795f7d-2b01-4144-ae8f-527dbcedc225', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12795f7d-2b01-4144-ae8f-527dbcedc225', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f'} Body: b'{"volume": {"id": "21faf931-6be5-4b2d-b999-edd5abb3574f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:10.000000", "updated_at": "2023-04-18T21:12:11.000000", "name": "tempest-VolumesActionsTest-Volume-235564982", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:11,698 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f 0.040s 2023-04-18 21:12:11,699 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-885d8e0c-8b8e-4407-bb7f-4393b2922a9d', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-885d8e0c-8b8e-4407-bb7f-4393b2922a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f'} Body: b'{"volume": {"id": "21faf931-6be5-4b2d-b999-edd5abb3574f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:10.000000", "updated_at": "2023-04-18T21:12:11.000000", "name": "tempest-VolumesActionsTest-Volume-235564982", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:11,811 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f 0.100s 2023-04-18 21:12:11,811 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12: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-2b6cf9b0-c4a7-4851-94b9-3ffbc9cb735c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f'} Body: b'' 2023-04-18 21:12:11,832 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f 0.020s 2023-04-18 21:12:11,832 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12: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-2b674bc1-8464-4f2d-9e72-37036b0a0b98', 'x-openstack-request-id': 'req-2b674bc1-8464-4f2d-9e72-37036b0a0b98', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21faf931-6be5-4b2d-b999-edd5abb3574f could not be found."}}' {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.834971s] ... 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 926720f7-0463-46cb-b266-8f66537e69ce failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:15,505 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319 0.186s 2023-04-18 21:12:15,506 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9091120d-fa50-4a8c-b705-fb3507d1f490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:12:15,867 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes 0.360s 2023-04-18 21:12:15,867 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-VolumesCloneTest-Volume-308233220"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5ff2d6e-a82e-4b1a-801a-1d553e2130c8', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5ff2d6e-a82e-4b1a-801a-1d553e2130c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes'} Body: b'{"volume": {"id": "926720f7-0463-46cb-b266-8f66537e69ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:15.812132", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-308233220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:15,915 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce 0.038s 2023-04-18 21:12:15,915 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f128617-c113-49f7-873f-c866a510955b', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f128617-c113-49f7-873f-c866a510955b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce'} Body: b'{"volume": {"id": "926720f7-0463-46cb-b266-8f66537e69ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:16.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-308233220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a776024f464b453ba95cb85993cbf76a"}}' 2023-04-18 21:12:16,970 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce 0.043s 2023-04-18 21:12:16,971 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c5c3bb-5360-4565-b8ab-d2bd2ff57c42', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c5c3bb-5360-4565-b8ab-d2bd2ff57c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce'} Body: b'{"volume": {"id": "926720f7-0463-46cb-b266-8f66537e69ce", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:16.000000", "updated_at": "2023-04-18T21:12:16.000000", "name": "tempest-VolumesCloneTest-Volume-308233220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a776024f464b453ba95cb85993cbf76a"}}' 2023-04-18 21:12:17,020 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce 0.037s 2023-04-18 21:12:17,020 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1952fe53-4642-4424-ab96-f28f17a17b64', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1952fe53-4642-4424-ab96-f28f17a17b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce'} Body: b'{"volume": {"id": "926720f7-0463-46cb-b266-8f66537e69ce", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:16.000000", "updated_at": "2023-04-18T21:12:16.000000", "name": "tempest-VolumesCloneTest-Volume-308233220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a776024f464b453ba95cb85993cbf76a"}}' 2023-04-18 21:12:17,129 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce 0.098s 2023-04-18 21:12:17,129 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b788759-51bd-49c8-9e5d-c4e707a91b4f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce'} Body: b'' 2023-04-18 21:12:17,152 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce 0.022s 2023-04-18 21:12:17,152 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a4b2923-cf2c-42ad-aa67-b9da8aebc6e5', 'x-openstack-request-id': 'req-5a4b2923-cf2c-42ad-aa67-b9da8aebc6e5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 926720f7-0463-46cb-b266-8f66537e69ce could not be found."}}' {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.518100s] ... 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 61b0024d-a050-4be3-b853-399bdb755c01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:17,349 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes 0.194s 2023-04-18 21:12:17,349 79665 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-1073174067"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d770c278-cdd7-4550-a06b-8e423310c381', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d770c278-cdd7-4550-a06b-8e423310c381', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes'} Body: b'{"volume": {"id": "61b0024d-a050-4be3-b853-399bdb755c01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:17.270041", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1073174067", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:17,395 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01 0.037s 2023-04-18 21:12:17,396 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a94ebef-f001-4f1b-bc7a-c4719bf6ace5', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a94ebef-f001-4f1b-bc7a-c4719bf6ace5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01'} Body: b'{"volume": {"id": "61b0024d-a050-4be3-b853-399bdb755c01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:17.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1073174067", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a776024f464b453ba95cb85993cbf76a"}}' 2023-04-18 21:12:18,454 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01 0.047s 2023-04-18 21:12:18,454 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f61763a9-1f22-43fd-b0c3-b12cf92b6d88', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f61763a9-1f22-43fd-b0c3-b12cf92b6d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01'} Body: b'{"volume": {"id": "61b0024d-a050-4be3-b853-399bdb755c01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:17.000000", "updated_at": "2023-04-18T21:12:17.000000", "name": "tempest-VolumesCloneTest-Volume-1073174067", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a776024f464b453ba95cb85993cbf76a"}}' 2023-04-18 21:12:18,526 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01 0.061s 2023-04-18 21:12:18,526 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44715b06-c5a7-4703-82dc-597648f6bb10', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44715b06-c5a7-4703-82dc-597648f6bb10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01'} Body: b'{"volume": {"id": "61b0024d-a050-4be3-b853-399bdb755c01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:17.000000", "updated_at": "2023-04-18T21:12:17.000000", "name": "tempest-VolumesCloneTest-Volume-1073174067", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a776024f464b453ba95cb85993cbf76a"}}' 2023-04-18 21:12:18,645 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01 0.108s 2023-04-18 21:12:18,645 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:18 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-8d279e46-f847-4f7a-9ac0-5a62d303d94d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01'} Body: b'' 2023-04-18 21:12:18,671 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01 0.025s 2023-04-18 21:12:18,672 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9ae250f-1e8e-424b-b09f-d146266164c3', 'x-openstack-request-id': 'req-a9ae250f-1e8e-424b-b09f-d146266164c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 61b0024d-a050-4be3-b853-399bdb755c01 could not be found."}}' {10} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.405880s] ... 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 042e66d5-283d-4f06-93f9-8df2bd38fba5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:20,819 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes 0.357s 2023-04-18 21:12:20,819 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-757509644"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8999667-6269-4c16-b609-c2442d7803ed', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8999667-6269-4c16-b609-c2442d7803ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes'} Body: b'{"volume": {"id": "042e66d5-283d-4f06-93f9-8df2bd38fba5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:20.760641", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-757509644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:21,017 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes 0.188s 2023-04-18 21:12:21,017 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-517281074"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a78b5ac0-8c9a-40a3-a045-a552cc6403dc', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a78b5ac0-8c9a-40a3-a045-a552cc6403dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes'} Body: b'{"volume": {"id": "2fe084e4-ab10-4c61-ad04-0846eb503c46", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:20.957197", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-517281074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/2fe084e4-ab10-4c61-ad04-0846eb503c46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/2fe084e4-ab10-4c61-ad04-0846eb503c46"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:21,262 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes 0.235s 2023-04-18 21:12:21,262 79665 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-97394941"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6219d38-fdbf-4987-b2a4-681c29b68f24', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6219d38-fdbf-4987-b2a4-681c29b68f24', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes'} Body: b'{"volume": {"id": "70abf991-e12f-4265-af9c-14aa89f24350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:21.199558", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-97394941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/70abf991-e12f-4265-af9c-14aa89f24350"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/70abf991-e12f-4265-af9c-14aa89f24350"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:21,558 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes 0.285s 2023-04-18 21:12:21,559 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1511179397"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c33b34ba-e7bf-4ac4-a62c-737d1ecf2880', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c33b34ba-e7bf-4ac4-a62c-737d1ecf2880', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes'} Body: b'{"volume": {"id": "4a8828a3-97cd-4587-af80-7aef3d0d63f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:21.493738", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1511179397", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/4a8828a3-97cd-4587-af80-7aef3d0d63f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/4a8828a3-97cd-4587-af80-7aef3d0d63f2"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:21,751 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes 0.184s 2023-04-18 21:12:21,752 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-CreateVolumesFr omImageTest-Volume-992884943"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed59f13c-211b-4bc5-9505-479863b33934', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed59f13c-211b-4bc5-9505-479863b33934', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes'} Body: b'{"volume": {"id": "51cd8b9c-9e36-42d1-a8e6-9baa980b1c0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:21.693615", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-992884943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/51cd8b9c-9e36-42d1-a8e6-9baa980b1c0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/51cd8b9c-9e36-42d1-a8e6-9baa980b1c0e"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:21,802 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5 0.041s 2023-04-18 21:12:21,803 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd8ac25e-3af6-4a4f-8e57-c73630713a3f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd8ac25e-3af6-4a4f-8e57-c73630713a3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5'} Body: b'{"volume": {"id": "042e66d5-283d-4f06-93f9-8df2bd38fba5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:21.000000", "updated_at": "2023-04-18T21:12:21.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-757509644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2665d5e8882d47ba8396b5d6665393fb"}}' 2023-04-18 21:12:22,856 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5 0.039s 2023-04-18 21:12:22,856 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e759bca-92cd-4e78-b65d-615d3385d5c6', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-op enstack-request-id': 'req-2e759bca-92cd-4e78-b65d-615d3385d5c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5'} Body: b'{"volume": {"id": "042e66d5-283d-4f06-93f9-8df2bd38fba5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:21.000000", "updated_at": "2023-04-18T21:12:21.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-757509644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2665d5e8882d47ba8396b5d6665393fb"}}' {11} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [167.585949s] ... 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 2f06a1c1-c21e-4b92-966a-587ffed98481 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:10:09,448 79667 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-18 21:10:10,189 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.740s 2023-04-18 21:10:10,190 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--697169761", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-55f332a3-ee79-459d-b471-da72add8a849', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--697169761", "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": "88559f8fa16b4a939cf83eddb216a4fe", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "created_at": "2023-04-18T21:10:10Z", "updated_at": "2023-04-18T21:10:10Z", "tags": [], "self": "/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "file": "/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:10:11,697 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882/file 1.506s 2023-04-18 21:10:11,697 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ab57ab79-219d-45c5-b928-2c04c9f35f41', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882/file'} Body: b'' 2023-04-18 21:10:11,697 79667 DEBUG [tempest.scenario.manager] image:cbd93b53-8c6f-421c-830c-ab4ff9bf0882 2023-04-18 21:10:11,769 79667 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.069s 2023-04-18 21:10:11,770 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1690048903", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI50Cb2+Tgl9v8MAbpcgw73CT4PHExVraf2TcEYOgGvjJaHUfa1duPjfeTpM140BFt7Vr0EdU74epRo7tjYCYyLpNqUycpyjncP8e8tYiFBf9mLcEgLHIvde+UA4QaIBpg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:11 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-9bc786c5-5133-4f09-afac-9b6249423648', 'x-compute-request-id': 'req-9bc786c5-5133-4f09-afac-9b6249423648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-16900 48903", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI50Cb2+Tgl9v8MAbpcgw73CT4PHExVraf2TcEYOgGvjJaHUfa1duPjfeTpM140BFt7Vr0EdU74epRo7tjYCYyLpNqUycpyjncP8e8tYiFBf9mLcEgLHIvde+UA4QaIBpg==", "fingerprint": "ea:f2:8f:85:48:d2:c6:13:9a:23:39:bb:60:c1:6c:74", "user_id": "8c2d545b5459472990722072dcf2095c"}}' 2023-04-18 21:10:11,889 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.108s 2023-04-18 21:10:11,890 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cf2a1384-3a6a-4b68-97a8-cf4f57d1e96d', '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": "8c2d545b5459472990722072dcf2095c", "name": "tempest-TestMinimumBasicScenario-1842059004-project-member", "password_expires_at": null}, "audit_ids": ["O3_8G1RFRa67N0Qe4lr10A"], "expires_at": "2023-04-18T22:10:11.000000Z", "issued_at": "2023-04-18T21:10:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88559f8fa16b4a939cf83eddb216a4fe", "name": "tempest-TestMinimumBasicScenario-1842059004"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/88559f8fa16b4a939cf83eddb216a4fe", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:10:11,890 79667 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found networ k {'id': 'bbd69050-7c4f-467f-831b-bff2a5009ae5', 'name': 'tempest-TestMinimumBasicScenario-1889802285-network', 'tenant_id': '88559f8fa16b4a939cf83eddb216a4fe', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '88559f8fa16b4a939cf83eddb216a4fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37999, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:07:10Z', 'updated_at': '2023-04-18T21:07:10Z', 'revision_number': 1} available for tenant 2023-04-18 21:10:13,224 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 1.333s 2023-04-18 21:10:13,225 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1275240248", "imageRef": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1690048903", "networks": [{"uuid": "bbd69050-7c4f-467f-831b-bff2a5009ae5"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c407ebbc-ecfc-4a23-a8e4-4b74ae759ab7', 'x-compute-request-id': 'req-c407ebbc-ecfc-4a23-a8e4-4b74ae759ab7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "bm4FGubcjwxJ"}}' 2023-04-18 21:10:13,307 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.080s 2023-04-18 21:10:13,308 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:13 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-207f3b06-4bbe-473d-b793-dbdc3108b633', 'x-compute-request-id': 'req-207f3b06-4bbe-473d-b793-dbdc3108b633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856'} Body: b'{"server": {"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "name": "tempest-TestMinimumBasicScenario-server-1275240248", "status": "BUILD", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "", "image": {"id": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:10:13Z", "updated": "2023-04-18T21:10:13Z", "addresses": {}, " accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1690048903", "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-18 21:11:03,612 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.261s 2023-04-18 21:11:03,612 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:03 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-643465c7-cf56-491d-809f-1438a0726643', 'x-compute-request-id': 'req-643465c7-cf56-491d-809f-1438a0726643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856'} Body: b'{"server": {"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "name": "tempest-TestMinimumBasicScenario-server-1275240248", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:10:13Z", "updated": "2023-04-18T21:10:21Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:ef:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1690048903", "OS-SRV-USG:launched_at": "2023-04-18T21:10:20.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-18 21:11:03,624 79667 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:12:03,936 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.251s 2023-04-18 21:12:03,936 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:03 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-b970e0e7-7953-4bc2-8357-c9b7f43174c5', 'x-compute-request-id': 'req-b970e0e7-7953-4bc2-8357-c9b7f43174c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856'} Body: b'{"server": {"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "name": "tempest-TestMinimumBasicScenario-server-1275240248", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:10:13Z", "updated": "2023-04-18T21:10:21Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:ef:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1690048903", "OS-SRV-USG:launched_at": "2023-04-18T21:10:20.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-18 21:12:04,191 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.243s 2023-04-18 21:12:04,192 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:03 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-849c59b5-ca3a-4c32-b6e1-0ab606f23eb5', 'x-compute-request-id': 'req-849c59b5-ca3a-4c32-b6e1-0ab606f23eb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "name": "tempest-TestMinimumBasicScenario-server-1275240248", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}]}]}' 2023-04-18 21:12:04,431 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.236s 2023-04-18 21:12:04,431 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:04 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-5f1084f7-e6a1-453d-92e0-ce99016f4759', 'x-compute-request-id': 'req-5f1084f7-e6a1-453d-92e0-ce99016f4759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a 63e-40e1-aa91-113d41b56856'} Body: b'{"server": {"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "name": "tempest-TestMinimumBasicScenario-server-1275240248", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:10:13Z", "updated": "2023-04-18T21:10:21Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:ef:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1690048903", "OS-SRV-USG:launched_at": "2023-04-18T21:10:20.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-18 21:12:04,665 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes 0.222s 2023-04-18 21:12:04,666 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-668772141", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d78987c8-919d-45fa-acd5-119b9514ff38', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d78987c8-919d-45fa-acd5-119b9514ff38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes'} Body: b'{"volume": {"id": "2f06a1c1-c21e-4b92-966a-587ffed98481", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:04.598355", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-668772141", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481"}], "user_id": "8c2d545b5459472990722072dcf2095c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:04,713 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481 0.038s 2023-04-18 21:12:04,714 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8cf3f17-ded7-487d-a757-2841a405cad7', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8cf3f17-ded7-487d-a757-2841a405cad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481'} Body: b'{"volume": {"id": "2f06a1c1-c21e-4b92-966a-587ffed98481", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:05.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-668772141", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481"}], "user_id": "8c2d545b5459472990722072dcf2095c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88559f8fa16b4a939cf83eddb216a4fe"}}' 2023-04-18 21:12:05,772 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481 0.047s 2023-04-18 21:12:05,772 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56330a86-a899-44ec-b93f-a22f7604f178', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56330a86-a899-44ec-b93f-a22f7604f178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481'} Body: b'{"volume": {"id": "2f06a1c1-c21e-4b92-966a-587ffed98481", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:05.000000", "updated_at": "2023-04-18T21:12:05.000000", "name": "tempest-TestMinimumBasicScenario-volume-668772141", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481"}], "user_id": "8c2d545b5459472990722072dcf2095c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88559f8fa16b4a939cf83eddb216a4fe"}}' 2023-04-18 21:12:05,933 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481 0.150s 2023-04-18 21:12:05,933 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d657dd56-4b73-434c-91eb-fc828e59cd85', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ 88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481'} Body: b'' 2023-04-18 21:12:05,956 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481 0.022s 2023-04-18 21:12:05,956 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-07be2657-d1ff-4b81-b229-1b06e92693fd', 'x-openstack-request-id': 'req-07be2657-d1ff-4b81-b229-1b06e92693fd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2f06a1c1-c21e-4b92-966a-587ffed98481 could not be found."}}' 2023-04-18 21:12:06,079 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.122s 2023-04-18 21:12:06,080 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17cf33db-9428-4635-bf9b-d96d49c59e06', 'x-compute-request-id': 'req-17cf33db-9428-4635-bf9b-d96d49c59e06', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856'} Body: b'' 2023-04-18 21:12:06,382 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.302s 2023-04-18 21:12:06,383 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:06 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-3d1bc964-c15c-4ffe-b312-3236df60ee25', 'x-compute-request-id': 'req-3d1bc964-c15c-4ffe-b312-3236df60ee25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856'} Body: b'{"server": {"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "name": "tempest-TestMinimumBasicScenario-server-1275240248", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:10:13Z", "updated": "2023-04-18T21:12:06Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:ef:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1690048903", "OS-SRV-USG:launched_at": "2023-04-18T21:10:20.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-18 21:12:56,704 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.258s 2023-04-18 21:12:56,705 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:56 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-1d4e8cc4-4fd5-4e47-a0b4-1c9ac6286d1a', 'x-compute-request-id': 'req-1d4e8cc4-4fd5-4e47-a0b4-1c9ac6286d1a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b43dfa4e-a63e-40e1-aa91-113d41b56856 could not be found."}}' 2023-04-18 21:12:56,748 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1690048903 0.042s 2023-04-18 21:12:56,748 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fa4b9c7-995e-4565-b6d0-e5a02035a636', 'x-compute-request-id': 'req-6fa4b9c7-995e-4565-b6d0-e5a02035a636', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1690048903'} Body: b'' 2023-04-18 21:12:57,033 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882 0.284s 2023-04-18 21:12:57,033 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f39c4765-6663-4e36-a51f-ed6c2a3869a4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882'} Body: b'' ============================== Failed 96 tests - output below: ============================== tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 71126e0d-6dda-48f2-b1ae-258241264280 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:13,402 79653 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 1.806s 2023-04-18 20:57:13,402 79653 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-1941683296"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/71126e0d-6dda-48f2-b1ae-258241264280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-329450b8-6bba-4742-adaf-14c6209b1ed8', 'x-compute-request-id': 'req-329450b8-6bba-4742-adaf-14c6209b1ed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "71126e0d-6dda-48f2-b1ae-258241264280", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T20:57:13.162718", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1941683296", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 20:57:13,606 79653 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/71126e0d-6dda-48f2-b1ae-258241264280 0.196s 2023-04-18 20:57:13,606 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:13 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-633e1aa6-6f99-4624-af09-ec02b31adc75', 'x-compute-request-id': 'req-633e1aa6-6f99-4624-af09-ec02b31adc75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/71126e0d-6dda-48f2-b1ae-258241264280'} Body: b'{"volume": {"id": "71126e0d-6dda-48f2-b1ae-258241264280", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T20:57:13.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1941683296", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 20:57:15,203 79653 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/71126e0d-6dda-48f2-b1ae-258241264280 0.591s 2023-04-18 20:57:15,203 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:14 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-fdd9d167-ae2e-407e-bb36-bf5d12c74187', 'x-compute-request-id': 'req-fdd9d167-ae2e-407e-bb36-bf5d12c74187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/71126e0d-6dda-48f2-b1ae-258241264280'} Body: b'{"volume": {"id": "71126e0d-6dda-48f2-b1ae-258241264280", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-1 8T20:57:13.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1941683296", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) -------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8b0e3061-f669-4518-a064-7e22a8aa0f79 failed to build and is in ERROR status 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 fe6838a5-2f54-438b-8218-bce392e2c11c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:19,961 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/types 0.225s 2023-04-18 20:57:19,961 79653 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-2009986144"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2214815-2a88-4123-8608-63f4b2e90a14', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2214815-2a88-4123-8608-63f4b2e90a14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/types'} Body: b'{"volume_type": {"id": "38c0e224-2e8b-4c1d-8b96-2be834406547", "name": "tempest-GroupsV320Test-volume-type-2009986144", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:57:20,030 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/group_types 0.065s 2023-04-18 20:57:20,031 79653 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-1095754399"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-245aed7c-7598-4ce1-bc86-1afbe9f0378a', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-245aed7c-7598-4ce1-bc86-1afbe9f0378a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/group_types'} Body: b'{"group_type": {"id": "8024d010-3d37-44ac-ad57-4efcbffaf0be", "name": "tempest-GroupsV320Test-group-type-1095754399", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 20:57:20,468 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups 0.434s 2023-04-18 20:57:20,469 79653 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": "8024d010-3d37-44ac-ad57-4efcbffaf0be", "volume_types": ["38c0e224-2e8b-4c1d-8b96-2be834406547"], "name": "tempest-GroupsV320Test-Group-419964874"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-958334fa-b937-48bc-ad5b-c58e3a80b70d', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-958334fa-b937-48bc-ad5b-c58e3a80b70d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups'} Body: b'{"group": {"id": "fe6838a5-2f54-438b-8218-bce392e2c11c", "name": "tempest-GroupsV320Test-Group-419964874"}}' 2023-04-18 20:57:20,544 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c 0.073s 2023-04-18 20:57:20,545 79653 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': 'Tue, 18 Apr 2023 20:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3cb20b9-03be-463f-b29b-824026ba6e0c', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3cb20b9-03be-463f-b29b-824026ba6e0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c'} Body: b'{"group": {"id": "fe6838a5-2f54-438b-8218-bce392e2c11c", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T20:57:20.000000", "name": "tempest-GroupsV320Test-Group-419964874", "description": null, "group_type": "8024d010-3d37-44ac-ad57-4efcbffaf0be", "volume_types": ["38c0e224-2e8b-4c1d-8b96-2be834406547"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:21,620 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c 0.070s 2023-04-18 20:57:21,620 79653 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': 'Tue, 18 Apr 2023 20:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c04ff34-7702-4648-8cea-40f4034c6e37', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c04ff34-7702-4648-8cea-40f4034c6e37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c'} Body: b'{"group": {"id": "fe6838a5-2f54-438b-8218-bce392e2c11c", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T20:57:20.000000", "name": "tempest-GroupsV320Test-Group-419964874", "description": null, "group_type": "8024d010-3d37-44ac-ad57-4efcbffaf0be", "volume_types": ["38c0e224-2e8b-4c1d-8b96-2be834406547"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:21,686 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/volumes/detail 0.061s 2023-04-18 20:57:21,687 79653 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': 'Tue, 18 Apr 2023 20:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaf14330-ac9e-46e5-8bf0-3249c72d1399', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaf14330-ac9e-46e5-8bf0-3249c72d1399', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 20:57:21,772 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c/action 0.074s 2023-04-18 20:57:21,772 79653 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': 'Tue, 18 Apr 2023 20:57:21 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-ba80cfcf-09ab-4f4f-a12f-76493c1b399b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c/action'} Body: b'' 2023-04-18 20:57:21,791 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c 0.017s 2023-04-18 20:57:21,791 79653 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': 'Tue, 18 Apr 2023 20:57:21 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-5655a0c9-4a81-4ae4-b115-f1b011bc2e2b', 'x-openstack-request-id': 'req-5655a0c9-4a81-4ae4-b115-f1b011bc2e2b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f41d8b23858249f09ba721eae13a76c4/groups/fe6838a5-2f54-438b-8218-bce392e2c11c'} Body: b'{"itemNotFound": {"code": 404, "message": "Group fe6838a5-2f54-438b-8218-bce392e2c11c could not be found."}}' 2023-04-18 20:57:21,831 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/group_types/8024d010-3d37-44ac-ad57-4efcbffaf0be 0.039s 2023-04-18 20:57:21,832 79653 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': 'Tue, 18 Apr 2023 20:57:21 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-3c4655b7-a41f-4f55-ac61-964853c76260', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/group_types/8024d010-3d37-44ac-ad57-4efcbffaf0be'} Body: b'' 2023-04-18 20:57:22,166 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/types/38c0e224-2e8b-4c1d-8b96-2be834406547 0.333s 2023-04-18 20:57:22,166 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-f07a5533-a28f-47a3-88ba-5dc9b8f51e44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/types/38c0e224-2e8b-4c1d-8b96-2be834406547'} Body: b'' 2023-04-18 20:57:22,181 79653 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/types/38c0e224-2e8b-4c1d-8b96-2be834406547 0.015s 2023-04-18 20:57:22,182 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': ' 114', 'content-type': 'application/json', 'x-compute-request-id': 'req-45cd586d-2a24-4faf-9365-734a1c92d884', 'x-openstack-request-id': 'req-45cd586d-2a24-4faf-9365-734a1c92d884', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5f585790a60547ee886fee1a83da8231/types/38c0e224-2e8b-4c1d-8b96-2be834406547'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 38c0e224-2e8b-4c1d-8b96-2be834406547 could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 159, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group dca7a6ac-7eee-45ef-b946-cd9fd941a4e6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:21,123 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types 0.171s 2023-04-18 20:57:21,123 79651 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-583084952"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a69b052-c131-4c6c-97cd-5698f3cd6de3', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a69b052-c131-4c6c-97cd-5698f3cd6de3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types'} Body: b'{"volume_type": {"id": "c81d9f5e-385b-42cc-8310-3d815359e629", "name": "tempest-GroupSnapshotsTest-volume-type-583084952", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:57:21,169 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types 0.043s 2023-04-18 20:57:21,169 79651 DEBUG [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-1573224103"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c201c69-9e6c-4b42-b239-9bbd79179d55', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c201c69-9e6c-4b42-b239-9bbd79179d55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types'} Body: b'{"group_type": {"id": "eb7d77c9-39c6-4f92-9cb2-90ba05d3e9f9", "name": "tempest-GroupSnapshotsTest-group-type-1573224103", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 20:57:21,549 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups 0.377s 2023-04-18 20:57:21,549 79651 DEBUG [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": "eb7d77c9-39c6-4f92-9cb2-90ba05d3e9f9", "volume_types": ["c81d9f5e-385b-42cc-8310-3d815359e629"], "name": "tempest-GroupSnapshotsTest-Group-1414902818"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58f79f0f-5226-4502-bb2f-e789624915aa', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58f79f0f-5226-4502-bb2f-e789624915aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups'} Body: b'{"group": {"id": "dca7a6ac-7eee-45ef-b946-cd9fd941a4e6", "name": "tempest-GroupSnapshotsTest-Group-1414902818"}}' 2023-04-18 20:57:21,599 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6 0.048s 2023-04-18 20:57:21,600 79651 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': 'Tue, 18 Apr 2023 20:57:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67bcb04f-543e-4388-bdee-27b138d1ae53', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67bcb04f-543e-4388-bdee-27b138d1ae53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6'} Body: b'{"group": {"id": "dca7a6ac-7eee-45ef-b946-cd9fd941a4e6", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T20:57:22.000000", "name": "tempest-GroupSnapshotsTest-Group-1414902818", "description": null, "group_type": "eb7d77c9-39c6-4f92-9cb2-90ba05d3e9f9", "volume_types": ["c81d9f5e-385b-42cc-8310-3d815359e629"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:22,635 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6 0.031s 2023-04-18 20:57:22,635 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd0d190f-dae9-4543-8b6a-914a0be1dcee', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd0d190f-dae9-4543-8b6a-914a0be1dcee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6'} Body: b'{"group": {"id": "dca7a6ac-7eee-45ef-b946-cd9fd941a4e6", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T20:57:22.000000", "name": "tempest-GroupSnapshotsTest-Group-1414902818", "description": null, "group_type": "eb7d77c9-39c6-4f92-9cb2-90ba05d3e9f9", "volume_types": ["c81d9f5e-385b-42cc-8310-3d815359e629"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:22,727 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/volumes/detail 0.087s 2023-04-18 20:57:22,727 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84e3dcda-de38-4c91-84ea-4286d12a03c4', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84e3dcda-de38-4c91-84ea-4286d12a03c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 20:57:22,810 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6/action 0.071s 2023-04-18 20:57:22,810 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"de lete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23ef3796-beef-4a5c-aa53-20ffa4ef1bdf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6/action'} Body: b'' 2023-04-18 20:57:22,827 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6 0.016s 2023-04-18 20:57:22,827 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-5282a391-d718-4f6a-b35e-e12f383544d4', 'x-openstack-request-id': 'req-5282a391-d718-4f6a-b35e-e12f383544d4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/dca7a6ac-7eee-45ef-b946-cd9fd941a4e6'} Body: b'{"itemNotFound": {"code": 404, "message": "Group dca7a6ac-7eee-45ef-b946-cd9fd941a4e6 could not be found."}}' 2023-04-18 20:57:22,863 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types/eb7d77c9-39c6-4f92-9cb2-90ba05d3e9f9 0.036s 2023-04-18 20:57:22,864 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5bf04bf-26e2-49eb-b975-134a08a5a984', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types/eb7d77c9-39c6-4f92-9cb2-90ba05d3e9f9'} Body: b'' 2023-04-18 20:57:22,967 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/c81d9f5e-385b-42cc-8310-3d815359e629 0.102s 2023-04-18 20:57:22,967 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-91671598-9b57-4960-b50a-0df18237b338', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/c81d9f5e-385b-42cc-8310-3d815359e629'} Body: b'' 2023-04-18 20:57:22,981 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/c81d9f5e-385b-42cc-8310-3d815359e629 0.014s 2023-04-18 20:57:22,982 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-753520e6-390c-4d83-9e53-c47effe8aaf3', 'x-openstack-request-id': 'req-753520e6-390c-4d83-9e53-c47effe8aaf3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/c81d9f5e-385b-42cc-8310-3d815359e629'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c81d9f5e-385b-42cc-8310-3d815359e629 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 39748f12-b031-4d2d-ac98-a3338979c631 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:23,014 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types 0.030s 2023-04-18 20:57:23,015 79651 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-653962800"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffabe03f-f782-4df2-a222-87ffee20da2e', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffabe03f-f782-4df2-a222-87ffee20da2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types'} Body: b'{"volume_type": {"id": "5e1d772e-2f8f-4095-b8d8-11a04316ddd6", "name": "tempest-GroupSnapshotsTest-volume-type-653962800", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:57:23,052 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types 0.034s 2023-04-18 20:57:23,052 79651 DEBUG [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-1015819110"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b8d9e47-4322-4fba-93fc-f6e06b8b6855', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b8d9e47-4322-4fba-93fc-f6e06b8b6855', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types'} Body: b'{"group_type": {"id": "cab50d76-3e26-4bb6-83f9-5cc1ff8be0da", "name": "tempest-GroupSnapshotsTest-group-type-1015819110", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 20:57:23,140 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups 0.085s 2023-04-18 20:57:23,140 79651 DEBUG [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": "cab50d76-3e26-4bb6-83f9-5cc1ff8be0da", "volume_types": ["5e1d772e-2f8f-4095-b8d8-11a04316ddd6"], "name": "tempest-GroupSnapshotsTest-Group-667735970"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2de1296-e72b-451a-af84-88882327313d', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2de1296-e72b-451a-af84-88882327313d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups'} Body: b'{"group": {"id": "39748f12-b031-4d2d-ac98-a3338979c631", "name": "tempest-GroupSnapshotsTest-Group-667735970"}}' 2023-04-18 20:57:23,196 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631 0.052s 2023-04-18 20:57:23,196 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9182dc5-c073-41cb-afb5-5e09081d92cd', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9182dc5-c073-41cb-afb5-5e09081d92cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631'} Body: b'{"group": {"id": "39748f12-b031-4d2d-ac98-a3338979c631", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T20:57:23.000000", "name": "tempest-GroupSnapshotsTest-Group-667735970", "description": null, "group_type": "cab50d76-3e26-4bb6-83f9-5cc1ff8be0da", "volume_types": ["5e1d772e-2f8f-4095-b8d8-11a04316ddd6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:24,247 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631 0.043s 2023-04-18 20:57:24,247 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b253a6e0-09ed-4664-ac8a-eb776a393d29', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b253a6e0-09ed-4664-ac8a-eb776a393d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631'} Body: b'{"group": {"id": "39748f12-b031-4d2d-ac98-a3338979c631", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T20:57:23.000000", "name": "tempest-GroupSnapshotsTest-Group-667735970", "description": null, "group_type": "cab50d76-3e26-4bb6-83f9-5cc1ff8be0da", "volume_types": ["5e1d772e-2f8f-4095-b8d8-11a04316ddd6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:24,251 79651 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-18 20:57:24,309 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/volumes/detail 0.056s 2023-04-18 20:57:24,309 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fdf3475-c9d0-42fb-a693-74d0ad5c41d0', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fdf3475-c9d0-42fb-a693-74d0ad5c41d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 20:57:24,396 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631/action 0.06 7s 2023-04-18 20:57:24,397 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10397c32-be42-4a9a-b182-4eef5b792e79', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631/action'} Body: b'' 2023-04-18 20:57:24,414 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631 0.016s 2023-04-18 20:57:24,414 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea35a4fa-030f-4b8b-94e8-56fd857f3045', 'x-openstack-request-id': 'req-ea35a4fa-030f-4b8b-94e8-56fd857f3045', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/39748f12-b031-4d2d-ac98-a3338979c631'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 39748f12-b031-4d2d-ac98-a3338979c631 could not be found."}}' 2023-04-18 20:57:24,443 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types/cab50d76-3e26-4bb6-83f9-5cc1ff8be0da 0.027s 2023-04-18 20:57:24,443 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56312ea4-971a-4fd6-a364-726c178b6b50', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types/cab50d76-3e26-4bb6-83f9-5cc1ff8be0da'} Body: b'' 2023-04-18 20:57:24,507 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/5e1d772e-2f8f-4095-b8d8-11a04316ddd6 0.062s 2023-04-18 20:57:24,507 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-95c99bde-c9d5-43bd-a316-35edc68bd95d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/5e1d772e-2f8f-4095-b8d8-11a04316ddd6'} Body: b'' 2023-04-18 20:57:24,532 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/5e1d772e-2f8f-4095-b8d8-11a04316ddd6 0.024s 2023-04-18 20:57:24,532 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfd5c470-96f9-403f-9a28-92986eb3d3b3', 'x-openstack-request-id': 'req-dfd5c470-96f9-403f-9a28-92986eb3d3b3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/5e1d772e-2f8f-4095-b8d8-11a04316ddd6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5e1d772e-2f8f-4095-b8d8-11a04316ddd6 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 08b6f9ee-7483-4856-8594-471c71522c75 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:24,575 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types 0.039s 2023-04-18 20:57:24,576 79651 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-805849092"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dc55cfc-c5d6-4dda-98e9-2d2a78223620', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dc55cfc-c5d6-4dda-98e9-2d2a78223620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types'} Body: b'{"volume_type": {"id": "20660d38-97db-40ed-9c67-dab2499a46e7", "name": "tempest-GroupSnapshotsTest-volume-type-805849092", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:57:24,620 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types 0.040s 2023-04-18 20:57:24,621 79651 DEBUG [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-649629872"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3897e8ef-714f-4d29-879d-25f9a91d968d', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3897e8ef-714f-4d29-879d-25f9a91d968d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types'} Body: b'{"group_type": {"id": "f2ba21f9-d7ff-445e-9def-8a5554da99d4", "name": "tempest-GroupSnapshotsTest-group-type-649629872", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 20:57:24,752 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups 0.127s 2023-04-18 20:57:24,753 79651 DEBUG [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": "f2ba21f9-d7ff-445e-9def-8a5554da99d4", "volume_types": ["20660d38-97db-40ed-9c67-dab2499a46e7"], "name": "tempest-GroupSnapshotsTest-Group-231591241"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a343b89-a5ee-4781-bcd5-1ddeea19edf2', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a343b89-a5ee-4781-bcd5-1ddeea19edf2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups'} Body: b'{"group": {"id": "08b6f9ee-7483-4856-8594-471c71522c75", "name": "tempest-GroupSnapshotsTest-Group-231591241"}}' 2023-04-18 20:57:24,790 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75 0.035s 2023-04-18 20:57:24,791 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa2313a6-a9c8-4940-b4a1-f99b74700407', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa2313a6-a9c8-4940-b4a1-f99b74700407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75'} Body: b'{"group": {"id": "08b6f9ee-7483-4856-8594-471c71522c75", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T20:57:25.000000", "name": "tempest-GroupSnapshotsTest-Group-231591241", "description": null, "group_type": "f2ba21f9-d7ff-445e-9def-8a5554da99d4", "volume_types": ["20660d38-97db-40ed-9c67-dab2499a46e7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:25,864 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75 0.068s 2023-04-18 20:57:25,864 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e32f3db-df24-4261-9243-8feb49a9096c', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e32f3db-df24-4261-9243-8feb49a9096c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75'} Body: b'{"group": {"id": "08b6f9ee-7483-4856-8594-471c71522c75", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T20:57:25.000000", "name": "tempest-GroupSnapshotsTest-Group-231591241", "description": null, "group_type": "f2ba21f9-d7ff-445e-9def-8a5554da99d4", "volume_types": ["20660d38-97db-40ed-9c67-dab2499a46e7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:57:25,938 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/volumes/detail 0.069s 2023-04-18 20:57:25,938 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c76fdf-2b66-4b9e-a9ea-8ef41f0fa20b', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c76fdf-2b66-4b9e-a9ea-8ef41f0fa20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 20:57:26,046 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75/action 0.098s 2023-04-18 20:57:26,046 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9786fb5-5480-49b6-bd1d-d937a025d901', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75/action'} Body: b'' 2023-04-18 20:57:26,065 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75 0.018s 2023-04-18 20:57:26,065 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:26 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-28cc9968-6e72-4833-882f-def90306b557', 'x-openstack-request-id': 'req-28cc9968-6e72-4833-882f-def90306b557', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ca233fc4665242e08f7ced30d0ae89f0/groups/08b6f9ee-7483-4856-8594-471c71522c75'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 08b6f9ee-7483-4856-8594-471c71522c75 could not be found."}}' 2023-04-18 20:57:26,099 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types/f2ba21f9-d7ff-445e-9def-8a5554da99d4 0.033s 2023-04-18 20:57:26,100 79651 DEBUG [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': 'Tue, 18 Apr 2023 20:57:26 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-c5ed4e67-05dd-4bd6-b0a4-472b306976cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/group_types/f2ba21f9-d7ff-445e-9def-8a5554da99d4'} Body: b'' 2023-04-18 20:57:26,208 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/20660d38-97db-40ed-9c67-dab2499a46e7 0.108s 2023-04-18 20:57:26,209 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f83d934d-4763-4180-844d-4fd2d90bd16f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/20660d38-97db-40ed-9c67-dab2499a46e7'} Body: b'' 2023-04-18 20:57:26,230 79651 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/20660d38-97db-40ed-9c67-dab2499a46e7 0.021s 2023-04-18 20:57:26,231 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Header s: {'date': 'Tue, 18 Apr 2023 20:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ad78bb5-2a1c-4e19-97e1-80683fcd8b89', 'x-openstack-request-id': 'req-9ad78bb5-2a1c-4e19-97e1-80683fcd8b89', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e3aeb50dd4f44879ae4aea8fb86f6672/types/20660d38-97db-40ed-9c67-dab2499a46e7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 20660d38-97db-40ed-9c67-dab2499a46e7 could not be found."}}' tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] --------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 39d496a6-610f-4d2a-a2e4-2ee571dcf88e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:35,883 79651 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes 0.418s 2023-04-18 20:57:35,883 79651 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-1555789889"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba5c1d7-ec33-465d-9c97-437f21855c28', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eba5c1d7-ec33-465d-9c97-437f21855c28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes'} Body: b'{"volume": {"id": "39d496a6-610f-4d2a-a2e4-2ee571dcf88e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:35.815644", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1555789889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}], "user_id": "675af878a8ff4eeca310eff7318ee3b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:35,934 79651 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e 0.042s 2023-04-18 20:57:35,935 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-076b39d6-8f9b-4aa9-b0ce-9ac8ec747997', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-076b39d6-8f9b-4aa9-b0ce-9ac8ec747997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e'} Body: b'{"volume": {"id": "39d496a6-610f-4d2a-a2e4-2ee571dcf88e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:36.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1555789889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}], "user_id": "675af878a8ff4eeca310eff7318ee3b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2de2afbdc8034d37b3f70d861add99e3"}}' 2023-04-18 20:57:36,990 79651 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e 0.044s 2023-04-18 20:57:36,991 79651 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-359e68c4-7afc-4776-b809-ef756c645532', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-359e68c4-7afc-4776-b809-ef756c645532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e'} Body: b'{"volume": {"id": "39d496a6-610f-4d2a-a2e4-2ee571dcf88e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:36.000000", "updated_at": "2023-04-18T20:57:36.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1555789889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}], "user_id": "675af878a8ff4eeca310eff7318ee3b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2de2afbdc8034d37b3f70d861add99e3"}}' 2023-04-18 20:57:37,050 79651 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e 0.049s 2023-04-18 20:57:37,050 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-688b7207-29ad-4434-a5fc-175672bad253', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-688b7207-29ad-4434-a5fc-175672bad253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e'} Body: b'{"volume": {"id": "39d496a6-610f-4d2a-a2e4-2ee571dcf88e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:36.000000", "updated_at": "2023-04-18T20:57:36.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1555789889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e"}], "user_id": "675af878a8ff4eeca310eff7318ee3b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2de2afbdc8034d37b3f70d861add99e3"}}' 2023-04-18 20:57:37,195 79651 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e 0.135s 2023-04-18 20:57:37,195 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-150f38a1-aaf5-4da8-9383-27d5672fa171', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e'} Body: b'' 2023-04-18 20:57:37,218 79651 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e 0.022s 2023-04-18 20:57:37,218 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-8e637c82-da5d-48e4-ba6c-8b69c9d14224', 'x-openstack-request-id': 'req-8e637c82-da5d-48e4-ba6c-8b69c9d14224', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2de2afbdc8034d37b3f70d861add99e3/volumes/39d496a6-610f-4d2a-a2e4-2ee571dcf88e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 39d496a6-610f-4d2a-a2e4-2ee571dcf88e could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fdc96d10-5a00-4739-937a-53bd8413ed43 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:40,803 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/e403bd89a3a44b85a26425aa3cb11038/os-quota-sets/e2877679138a44e585810296b94ba0ea?usage=True 0.054s 2023-04-18 20:57:40,804 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99d62adb-e0b0-4663-99c9-b37d88006795', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99d62adb-e0b0-4663-99c9-b37d88006795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e403bd89a3a44b85a26425aa3cb11038/os-quota-sets/e2877679138a44e585810296b94ba0ea?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": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:41,186 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes 0.372s 2023-04-18 20:57:41,187 79653 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-495114751"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5041f8d-645a-4629-9655-bdd11cfa655e', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5041f8d-645a-4629-9655-bdd11cfa655e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes'} Body: b'{"volume": {"id": "fdc96d10-5a00-4739-937a-53bd8413ed43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:41.120242", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-495114751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:41,245 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43 0.043s 2023-04-18 20:57:41,245 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8a79734-834a-4a43-9a9c-7700251608fc', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8a79734-834a-4a43-9a9c-7700251608fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43'} Body: b'{"volume": {"id": "fdc96d10-5a00-4739-937a-53bd8413ed43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:41.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-495114751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:42,299 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43 0.042s 2023-04-18 20:57:42,299 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e406170-a4a4-42b7-9956-d94defb65bb2', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e406170-a4a4-42b7-9956-d94defb65bb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43'} Body: b'{"volume": {"id": "fdc96d10-5a00-4739-937a-53bd8413ed43", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:41.000000", "updated_at": "2023-04-18T20:57:41.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-495114751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:42,348 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43 0.038s 2023-04-18 20:57:42,348 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-e197f9ce-5ec4-4f53-8586-fb5b5870bbbc', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e197f9ce-5ec4-4f53-8586-fb5b5870bbbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43'} Body: b'{"volume": {"id": "fdc96d10-5a00-4739-937a-53bd8413ed43", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:41.000000", "updated_at": "2023-04-18T20:57:41.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-495114751", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:42,491 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43 0.132s 2023-04-18 20:57:42,491 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f61877ae-441a-4115-b372-d5886589d0d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43'} Body: b'' 2023-04-18 20:57:42,519 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43 0.027s 2023-04-18 20:57:42,519 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-78a8acac-5919-47fa-a45a-4bc7c8280e82', 'x-openstack-request-id': 'req-78a8acac-5919-47fa-a45a-4bc7c8280e82', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/fdc96d10-5a00-4739-937a-53bd8413ed43'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fdc96d10-5a00-4739-937a-53bd8413ed43 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 61898892-f437-44eb-ab8a-f3521be02d94 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:42,767 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes 0.245s 2023-04-18 20:57:42,768 79653 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-1002880288"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb52907c-c1f1-47bc-befa-d320c82ef8f1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb52907c-c1f1-47bc-befa-d320c82ef8f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes'} Body: b'{"volume": {"id": "61898892-f437-44eb-ab8a-f3521be02d94", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:42.661417", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1002880288", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:42,822 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94 0.043s 2023-04-18 20:57:42,822 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-720dc320-6861-48b7-961b-bfab8316cd15', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-720dc320-6861-48b7-961b-bfab8316cd15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94'} Body: b'{"volume": {"id": "61898892-f437-44eb-ab8a-f3521be02d94", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:43.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1002880288", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:43,872 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94 0.036s 2023-04-18 20:57:43,872 79653 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12b09cca-8c8a-40b6-8506-f4cc9154297c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12b09cca-8c8a-40b6-8506-f4cc9154297c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94'} Body: b'{"volume": {"id": "61898892-f437-44eb-ab8a-f3521be02d94", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:43.000000", "updated_at": "2023-04-18T20:57:43.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1002880288", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:43,950 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94 0.067s 2023-04-18 20:57:43,950 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36a9114c-1230-48af-a697-14c2cb587c36', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36a9114c-1230-48af-a697-14c2cb587c36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94'} Body: b'{"volume": {"id": "61898892-f437-44eb-ab8a-f3521be02d94", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:43.000000", "updated_at": "2023-04-18T20:57:43.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1002880288", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94"}], "user_id": "14d62194011a4a2c8568a6ee8d608085", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2877679138a44e585810296b94ba0ea"}}' 2023-04-18 20:57:44,114 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94 0.153s 2023-04-18 20:57:44,114 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:43 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f999cb87-b1da-4c2f-a87b-01b573684a9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94'} Body: b'' 2023-04-18 20:57:44,137 79653 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94 0.022s 2023-04-18 20:57:44,138 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e48d8a9-f6e8-49aa-9df5-bc3185579327', 'x-openstack-request-id': 'req-6e48d8a9-f6e8-49aa-9df5-bc3185579327', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e2877679138a44e585810296b94ba0ea/volumes/61898892-f437-44eb-ab8a-f3521be02d94'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 61898892-f437-44eb-ab8a-f3521be02d94 could not be found."}}' tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume dd552b5d-4483-4d79-b918-57125b5278b6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:45,797 79651 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes 0.453s 2023-04-18 20:57:45,798 79651 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-761956842"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d46f90d-7e1d-412c-8e66-a34611b5cfd5', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d46f90d-7e1d-412c-8e66-a34611b5cfd5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes'} Body: b'{"volume": {"id": "dd552b5d-4483-4d79-b918-57125b5278b6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T20:57:45.730255", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-761956842", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}], "user_id": "84cfadf77b1240d4b865adbf10e797eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:45,852 79651 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6 0.043s 2023-04-18 20:57:45,852 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02def4c5-d248-4601-9d51-d082eb72c777', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02def4c5-d248-4601-9d51-d082eb72c777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6'} Body: b'{"volume": {"id": "dd552b5d-4483-4d79-b918-57125b5278b6", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T20:57:46.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-761956842", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}], "user_id": "84cfadf77b1240d4b865adbf10e797eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c2cf9f542cd49c4a00183fe84fdcf35"}}' 2023-04-18 20:57:46,905 79651 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6 0.042s 2023-04-18 20:57:46,905 79651 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6321254d-2291-42e6-8a5c-dc088fea40bc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6321254d-2291-42e6-8a5c-dc088fea40bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6'} Body: b'{"volume": {"id": "dd552b5d-4483-4d79-b918-57125b5278b6", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T20:57:46.000000", "updated_at": "2023-04-18T20:57:46.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-761956842", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}], "user_id": "84cfadf77b1240d4b865adbf10e797eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c2cf9f542cd49c4a00183fe84fdcf35"}}' 2023-04-18 20:57:46,976 79651 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6 0.059s 2023-04-18 20:57:46,977 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0863f26-e7fe-4f2d-aa92-5c8a4e5ae047', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0863f26-e7fe-4f2d-aa92-5c8a4e5ae047', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6'} Body: b'{"volume": {"id": "dd552b5d-4483-4d79-b918-57125b5278b6", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T20:57:46.000000", "updated_at": "2023-04-18T20:57:46.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-761956842", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6"}], "user_id": "84cfadf77b1240d4b865adbf10e797eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8c2cf9f542cd49c4a00183fe84fdcf35"}}' 2023-04-18 20:57:47,090 79651 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6 0.094s 2023-04-18 20:57:47,090 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:46 GMT', 'server': 'Apache/2.4.5 2 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-659868de-55c8-4a64-b44c-d6bbf79a0e63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6'} Body: b'' 2023-04-18 20:57:47,117 79651 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6 0.026s 2023-04-18 20:57:47,117 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-97183549-2339-4d03-9c90-fa72a7296b3d', 'x-openstack-request-id': 'req-97183549-2339-4d03-9c90-fa72a7296b3d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8c2cf9f542cd49c4a00183fe84fdcf35/volumes/dd552b5d-4483-4d79-b918-57125b5278b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dd552b5d-4483-4d79-b918-57125b5278b6 could not be found."}}' tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 37, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 94e3911b-5750-47b0-9fca-fdcc467e59f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:52,539 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319 0.409s 2023-04-18 20:57:52,540 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2f043956-8e00-4f55-bb45-fd55dbeb7014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:57:53,247 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes 0.706s 2023-04-18 20:57:53,248 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-VolumesExtendTest-Volume-784837662"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ddfaafb-b9b7-4885-9102-4f88625cc4ae', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ddfaafb-b9b7-4885-9102-4f88625cc4ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes'} Body: b'{"volume": {"id": "94e3911b-5750-47b0-9fca-fdcc467e59f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:53.106805", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-784837662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:53,481 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1 0.220s 2023-04-18 20:57:53,482 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40903c16-9d73-429e-a41e-1242a832b795', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40903c16-9d73-429e-a41e-1242a832b795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1'} Body: b'{"volume": {"id": "94e3911b-5750-47b0-9fca-fdcc467e59f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:53.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-784837662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "417794e0586d407c90a72967aed892c5"}}' 2023-04-18 20:57:54,621 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1 0.124s 2023-04-18 20:57:54,621 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20eab45f-b0cd-4961-a355-550541ead660', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20eab45f-b0cd-4961-a355-550541ead660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1'} Body: b'{"volume": {"id": "94e3911b-5750-47b0-9fca-fdcc467e59f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:53.000000", "updated_at": "2023-04-18T20:57:53.000000", "name": "tempest-VolumesExtendTest-Volume-784837662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "417794e0586d407c90a72967aed892c5"}}' 2023-04-18 20:57:54,698 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1 0.063s 2023-04-18 20:57:54,699 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbea76b3-e9e2-47a1-a881-9f3c265c3f53', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-cbea76b3-e9e2-47a1-a881-9f3c265c3f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1'} Body: b'{"volume": {"id": "94e3911b-5750-47b0-9fca-fdcc467e59f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:53.000000", "updated_at": "2023-04-18T20:57:53.000000", "name": "tempest-VolumesExtendTest-Volume-784837662", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "417794e0586d407c90a72967aed892c5"}}' 2023-04-18 20:57:55,102 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1 0.382s 2023-04-18 20:57:55,102 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-17ec2561-5284-4fc9-8fc7-870008ed572d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1'} Body: b'' 2023-04-18 20:57:55,203 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1 0.099s 2023-04-18 20:57:55,203 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-46bf7b94-e8f9-4a68-b474-875cfc45aab4', 'x-openstack-request-id': 'req-46bf7b94-e8f9-4a68-b474-875cfc45aab4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/94e3911b-5750-47b0-9fca-fdcc467e59f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 94e3911b-5750-47b0-9fca-fdcc467e59f1 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 91b46714-5bb6-497b-a8ad-dffb087f116d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:55,594 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes 0.387s 2023-04-18 20:57:55,595 79651 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-833025889"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-448246b2-9d4f-4be9-b792-cf0db12eb52a', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-448246b2-9d4f-4be9-b792-cf0db12eb52a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes'} Body: b'{"volume": {"id": "91b46714-5bb6-497b-a8ad-dffb087f116d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:55.445519", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-833025889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:55,724 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d 0.118s 2023-04-18 20:57:55,725 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48404ff3-dc6f-487d-9f3f-15dbbbf19108', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48404ff3-dc6f-487d-9f3f-15dbbbf19108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d'} Body: b'{"volume": {"id": "91b46714-5bb6-497b-a8ad-dffb087f116d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:55.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-833025889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "417794e0586d407c90a72967aed892c5"}}' 2023-04-18 20:57:56,787 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d 0.048s 2023-04-18 20:57:56,788 79651 DEBUG [tempest.lib.common.rest_client ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-541dfcc4-15da-4bcf-972b-060ab0727b22', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-541dfcc4-15da-4bcf-972b-060ab0727b22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d'} Body: b'{"volume": {"id": "91b46714-5bb6-497b-a8ad-dffb087f116d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:55.000000", "updated_at": "2023-04-18T20:57:56.000000", "name": "tempest-VolumesExtendTest-Volume-833025889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "417794e0586d407c90a72967aed892c5"}}' 2023-04-18 20:57:56,868 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d 0.070s 2023-04-18 20:57:56,868 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dd613cf-cc30-4db4-ba10-2ab6910acdf8', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dd613cf-cc30-4db4-ba10-2ab6910acdf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d'} Body: b'{"volume": {"id": "91b46714-5bb6-497b-a8ad-dffb087f116d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:55.000000", "updated_at": "2023-04-18T20:57:56.000000", "name": "tempest-VolumesExtendTest-Volume-833025889", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d"}], "user_id": "8523fbb7d2ac4129b2fbfceff94a59c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "417794e0586d407c90a72967aed892c5"}}' 2023-04-18 20:57:57,091 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d 0.212s 2023-04-18 20:57:57,091 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57: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-fa3dc439-4e50-4217-ae50-a7ca101e3565', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d'} Body: b'' 2023-04-18 20:57:57,159 79651 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d 0.067s 2023-04-18 20:57:57,159 79651 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea08f84c-b51c-4a6c-98ae-c567b02ece3d', 'x-openstack-request-id': 'req-ea08f84c-b51c-4a6c-98ae-c567b02ece3d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/417794e0586d407c90a72967aed892c5/volumes/91b46714-5bb6-497b-a8ad-dffb087f116d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 91b46714-5bb6-497b-a8ad-dffb087f116d could not be found."}}' tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow,volume] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9a910aad-3ea4-452c-9ea8-c591eb111d80 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:57,967 79649 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes 0.851s 2023-04-18 20:57:57,967 79649 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-1455731172"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e46111b-70be-462c-afdb-eeec1da2d342', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e46111b-70be-462c-afdb-eeec1da2d342', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes'} Body: b'{"volume": {"id": "9a910aad-3ea4-452c-9ea8-c591eb111d80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:57.801762", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1455731172", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80"}], "user_id": "267e847d07e54e56a98af9e1baf16df1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:58,071 79649 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80 0.090s 2023-04-18 20:57:58,071 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9abd38d1-fd57-49de-b59d-148959c1cc6e', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9abd38d1-fd57-49de-b59d-148959c1cc6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80'} Body: b'{"volume": {"id": "9a910aad-3ea4-452c-9ea8-c591eb111d80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:58.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1455731172", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80"}], "user_id": "267e847d07e54e56a98af9e1baf16df1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f33b8ee1fafe4440876e91f4e13fbd0b"}}' 2023-04-18 20:57:59,140 79649 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80 0.057s 2023-04-18 20:57:59,141 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0c46b50-94c5-4e45-951e-587e9c7df69e', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0c46b50-94c5-4e45-951e-587e9c7df69e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80'} Body: b'{"volume": {"id": "9a910aad-3ea4-452c-9ea8-c591eb111d80", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:58.000000", "updated_at": "2023-04-18T20:57:58.000000", "name": "tempest-TestVolumeSwap-volume-1455731172", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f33b8ee1fafe4440876e91f4e13fbd0b/volumes/9a910aad-3ea4-452c-9ea8-c591eb111d80"}], "user_id": "267e847d07e54e56a98af9e1baf16df1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f33b8ee1fafe4440876e91f4e13fbd0b"}}' 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 837ee3e8-4b01-4188-a20c-d70d47478f9c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:54,699 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 3.889s 2023-04-18 20:57:54,700 79655 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-869919898"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-44996293-a402-4e7b-a1a0-8ab05b9c45da', 'date': 'Tue, 18 Apr 2023 20:57:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"b6ae53d6-37a6-49d5-80ff-d7904ac935ec","name":"tempest-tagged-attachments-test-net-869919898","tenant_id":"c8301998d10e483ba6797cf878f4e5ad","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"c8301998d10e483ba6797cf878f4e5ad","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-18T20:57:51Z","updated_at":"2023-04-18T20:57:51Z","revision_number":1}}' 2023-04-18 20:57:56,535 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.835s 2023-04-18 20:57:56,536 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "b6ae53d6-37a6-49d5-80ff-d7904ac935ec", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-1d271ec0-55a0-46b7-acbe-62a98889d53f', 'date': 'Tue, 18 Apr 2023 20:57:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"af2a89e3-cbd5-427e-9964-de6859c0748e","name":"","tenant_id":"c8301998d10e483ba6797cf878f4e5ad","network_id":"b6ae53d6-37a6-49d5-80ff-d7904ac935ec","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-18T20:57:54Z","updated_at":"2023-04-18T20:57:54Z","revision_number":0,"project_id":"c8301998d10e483ba6797cf878f4e5ad"}}' 2023-04-18 20:57:57,145 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes 0.608s 2023-04-18 20:57:57,145 79655 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-1986255672"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c99e51bc-cfbd-441b-9eeb-75694dc06fca', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c99e51bc-cfbd-441b-9eeb-75694dc06fca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes'} Body: b'{"volume": {"id": "837ee3e8-4b01-4188-a20c-d70d47478f9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:56.905122", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1986255672", "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/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c"}], "user_id": "40b0c83fb605493d8bc1846a94f20fc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:57:57,228 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c 0.065s 2023-04-18 20:57:57,228 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24f47c21-7a1c-4c58-99e7-7523d61c57c6', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24f47c21-7a1c-4c58-99e7-7523d61c57c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c'} Body: b'{"volume": {"id": "837ee3e8-4b01-4188-a20c-d70d47478f9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:57.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1986255672", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c"}], "user_id": "40b0c83fb605493d8bc1846a94f20fc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c8301998d10e483ba6797cf878f4e5ad"}}' 2023-04-18 20:57:58,475 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c 0.234s 2023-04-18 20:57:58,475 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a22592ef-ead3-4b27-a51e-86ce08aba683', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a22592ef-ead3-4b27-a51e-86ce08aba683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c'} Body: b'{"volume": {"id": "837ee3e8-4b01-4188-a20c-d70d47478f9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:57:57.000000", "updated_at": "2023-04-18T20:57:57.000000", "name": "tempest-TaggedAttachmentsTest-volume-1986255672", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-4188-a20c-d70d47478f9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c8301998d10e483ba6797cf878f4e5ad/volumes/837ee3e8-4b01-41 88-a20c-d70d47478f9c"}], "user_id": "40b0c83fb605493d8bc1846a94f20fc8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c8301998d10e483ba6797cf878f4e5ad"}}' 2023-04-18 20:57:58,818 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/af2a89e3-cbd5-427e-9964-de6859c0748e 0.330s 2023-04-18 20:57:58,818 79655 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-f9270c82-3933-4197-86ef-356396ce8e98', 'date': 'Tue, 18 Apr 2023 20:57:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/af2a89e3-cbd5-427e-9964-de6859c0748e'} Body: b'' 2023-04-18 20:58:00,278 79655 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/b6ae53d6-37a6-49d5-80ff-d7904ac935ec 1.459s 2023-04-18 20:58:00,279 79655 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-7acc2609-ffc3-4972-938d-b54c56ce1238', 'date': 'Tue, 18 Apr 2023 20:58:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/b6ae53d6-37a6-49d5-80ff-d7904ac935ec'} Body: b'' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 20b26479-400c-486d-b2c9-7f3324806927 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:02,156 79667 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes 0.919s 2023-04-18 20:58:02,157 79667 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-1794560945", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709ddee6-5ef8-4677-811e-f322048ecf80', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709ddee6-5ef8-4677-811e-f322048ecf80', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes'} Body: b'{"volume": {"id": "20b26479-400c-486d-b2c9-7f3324806927", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:02.051265", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1794560945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927"}], "user_id": "f8ec8f40770240a88745ed916694d2c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:58:02,265 79667 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927 0.094s 2023-04-18 20:58:02,265 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d8d6f52-e2c7-434c-93a1-538b2ca92de9', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d8d6f52-e2c7-434c-93a1-538b2ca92de9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927'} Body: b'{"volume": {"id": "20b26479-400c-486d-b2c9-7f3324806927", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:02.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1794560945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927"}], "user_id": "f8ec8f40770240a88745ed916694d2c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a459e7f50dc4439a3269f6caff95b5a"}}' 2023-04-18 20:58:03,407 79667 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927 0.129s 2023-04-18 20:58:03,408 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a2b9714-a793-4f18-9649-70aef87885db', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a2b9714-a793-4f18-9649-70aef87885db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927'} Body: b'{"volume": {"id": "20b26479-400c-486d-b2c9-7f3324806927", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:02.000000", "updated_at": "2023-04-18T20:58:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1794560945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1a459e7f50dc4439a3269f6caff95b5a/volumes/20b26479-400c-486d-b2c9-7f3324806927"}], "user_id": "f8ec8f40770240a88745ed916694d2c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1a459e7f50dc4439a3269f6caff95b5a"}}' 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 ca1a43c1-ac0b-4ec0-9a2a-3a1705aa1834 failed to build and is in ERROR status 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 146b9e2d-7ec4-43cd-81a2-4d8bea31520e failed to build and is in ERROR status tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 54, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2dd6a184-0f84-41be-b69c-859888eb0b4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:07,302 79653 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/fce52e4b288045ad8c6076cbf620aaa3/types 0.321s 2023-04-18 20:58:07,302 79653 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-1605924570", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7d5feb7-f3e1-40ee-8daa-f349bee5c306', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7d5feb7-f3e1-40ee-8daa-f349bee5c306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types'} Body: b'{"volume_type": {"id": "441ab0dc-f466-4f67-9e03-0235ff05c980", "name": "tempest-VolumeTypesTest-volume-type-1605924570", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:58:07,402 79653 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/fce52e4b288045ad8c6076cbf620aaa3/types 0.096s 2023-04-18 20:58:07,403 79653 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-1995411879", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5f194ea-512b-4cac-9871-be44d6ac21b1', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5f194ea-512b-4cac-9871-be44d6ac21b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types'} Body: b'{"volume_type": {"id": "b905b124-1082-4b1f-9d09-291f8ecaf831", "name": "tempest-VolumeTypesTest-volume-type-1995411879", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:58:07,942 79653 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/f7e682aa243f418887e700dc1e7f5283/volumes 0.532s 2023-04-18 20:58:07,943 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-104470029", "volume_type": "441ab0dc-f466-4f67-9e03-0235ff05c980", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c2df2f-514e-4c2a-9413-7e638b896468', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c2df2f-514e-4c2a-9413-7e638b896468', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes'} Body: b'{"volume": {"id": "2dd6a184-0f84-41be-b69c-859888eb0b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:07.812194", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-104470029", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-1605924570", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}], "user_id": "ee476a88c7214bef8b8d8738fae37ce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:58:08,010 79653 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/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a 0.057s 2023-04-18 20:58:08,010 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-492038a4-13d8-45ce-aebc-862735d91b59', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-492038a4-13d8-45ce-aebc-862735d91b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a'} Body: b'{"volume": {"id": "2dd6a184-0f84-41be-b69c-859888eb0b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:08.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-104470029", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1605924570", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}], "user_id": "ee476a88c7214bef8b8d8738fae37ce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7e682aa243f418887e700dc1e7f5283"}}' 2023-04-18 20:58:09,114 79653 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/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a 0.090s 2023-04-18 20:58:09,114 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cadb3115-17dd-40c2-b302-3db73ac48db2', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cadb3115-17dd-40c2-b302-3db73ac48db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a'} Body: b'{"volume": {"id": "2dd6a184-0f84-41be-b69c-859888eb0b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:08.000000", "updated_at": "2023-04-18T20:58:08.000000", "name": "tempest-VolumeTypesTest-volume-104470029", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1605924570", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41b e-b69c-859888eb0b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}], "user_id": "ee476a88c7214bef8b8d8738fae37ce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7e682aa243f418887e700dc1e7f5283"}}' 2023-04-18 20:58:09,223 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a 0.095s 2023-04-18 20:58:09,223 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34d4da24-fb2a-46ae-bbaa-ae267265e588', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34d4da24-fb2a-46ae-bbaa-ae267265e588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a'} Body: b'{"volume": {"id": "2dd6a184-0f84-41be-b69c-859888eb0b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:08.000000", "updated_at": "2023-04-18T20:58:08.000000", "name": "tempest-VolumeTypesTest-volume-104470029", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1605924570", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a"}], "user_id": "ee476a88c7214bef8b8d8738fae37ce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7e682aa243f418887e700dc1e7f5283"}}' 2023-04-18 20:58:09,502 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a 0.268s 2023-04-18 20:58:09,502 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0672f5a7-50d0-45e3-8159-05d303c46f36', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a'} Body: b'' 2023-04-18 20:58:09,531 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a 0.027s 2023-04-18 20:58:09,531 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca10db54-be50-4123-bd92-b53aacdf4728', 'x-openstack-request-id': 'req-ca10db54-be50-4123-bd92-b53aac df4728', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f7e682aa243f418887e700dc1e7f5283/volumes/2dd6a184-0f84-41be-b69c-859888eb0b4a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2dd6a184-0f84-41be-b69c-859888eb0b4a could not be found."}}' 2023-04-18 20:58:09,627 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/b905b124-1082-4b1f-9d09-291f8ecaf831 0.095s 2023-04-18 20:58:09,627 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f502a700-11ba-4625-a86d-8328fe49beb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/b905b124-1082-4b1f-9d09-291f8ecaf831'} Body: b'' 2023-04-18 20:58:09,661 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/b905b124-1082-4b1f-9d09-291f8ecaf831 0.033s 2023-04-18 20:58:09,661 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc2e23a-72de-4d3e-b77a-848535bbbd6d', 'x-openstack-request-id': 'req-efc2e23a-72de-4d3e-b77a-848535bbbd6d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/b905b124-1082-4b1f-9d09-291f8ecaf831'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b905b124-1082-4b1f-9d09-291f8ecaf831 could not be found."}}' 2023-04-18 20:58:09,718 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/441ab0dc-f466-4f67-9e03-0235ff05c980 0.056s 2023-04-18 20:58:09,718 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa152f0f-b179-4708-9bb7-999e50565714', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/441ab0dc-f466-4f67-9e03-0235ff05c980'} Body: b'' 2023-04-18 20:58:09,745 79653 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/441ab0dc-f466-4f67-9e03-0235ff05c980 0.026s 2023-04-18 20:58:09,746 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88267f3-f944-4b40-8768-39481bc3c3e7', 'x-openstack-request-id': 'req-a88267f3-f944-4b40-8768-39481bc3c3e 7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fce52e4b288045ad8c6076cbf620aaa3/types/441ab0dc-f466-4f67-9e03-0235ff05c980'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 441ab0dc-f466-4f67-9e03-0235ff05c980 could not be found."}}' tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 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 f8cb642e-5735-4933-b37e-61537c014731 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:16,277 79655 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.578s 2023-04-18 20:58:16,277 79655 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-1226279593", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/f8cb642e-5735-4933-b37e-61537c014731', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0e46f31-aee3-4664-b0b6-94f30f4390d6', 'x-compute-request-id': 'req-c0e46f31-aee3-4664-b0b6-94f30f4390d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "f8cb642e-5735-4933-b37e-61537c014731", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T20:58:16.150879", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1226279593", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 20:58:16,347 79655 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/f8cb642e-5735-4933-b37e-61537c014731 0.065s 2023-04-18 20:58:16,347 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b78421fe-711d-4bdb-909b-f3f5893e1bac', 'x-compute-request-id': 'req-b78421fe-711d-4bdb-909b-f3f5893e1bac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/f8cb642e-5735-4933-b37e-61537c014731'} Body: b'{"volume": {"id": "f8cb642e-5735-4933-b37e-61537c014731", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T20:58:16.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1226279593", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 20:58:17,425 79655 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/f8cb642e-5735-4933-b37e-61537c014731 0.073s 2023-04-18 20:58:17,426 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:17 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-0591cac2-0e96-44d7-9618-259952fa9a76', 'x-compute-request-id': 'req-0591cac2-0e96-44d7-9618-259952fa9a76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/f8cb642e-5735-4933-b37e-61537c014731'} Body: b'{"volume": {"id": "f8cb642e-5735-4933-b37e-61537c014731", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T20:58:16.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1226279593", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 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 8d248cd9-ed64-44b9-bc1c-a03fd2320301 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 01fd1f57-bc06-4a56-8c33-439343e3ccb9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:20,273 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/types 0.197s 2023-04-18 20:58:20,273 79655 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-822176742"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd8a7af-a93b-4080-836d-958d21e40823', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcd8a7af-a93b-4080-836d-958d21e40823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/types'} Body: b'{"volume_type": {"id": "3643e7ed-e480-4a31-86b1-44e084e92fd3", "name": "tempest-GroupsV314Test-volume-type-822176742", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 20:58:20,317 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/group_types 0.040s 2023-04-18 20:58:20,317 79655 DEBUG [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-413421776"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e209879-0e7e-4a83-a745-dca01759c0e8', 'content-length': '176', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e209879-0e7e-4a83-a745-dca01759c0e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/group_types'} Body: b'{"group_type": {"id": "12ced222-25dc-4c14-b04a-79be723e15a3", "name": "tempest-GroupsV314Test-group-type-413421776", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 20:58:20,558 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups 0.238s 2023-04-18 20:58:20,559 79655 DEBUG [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": "12ced222-25dc-4c14-b04a-79be723e15a3", "volume_types": ["3643e7ed-e480-4a31-86b1-44e084e92fd3"], "name": "tempest-GroupsV314Test-Group-1983280368"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b474265d-c2ae-4a34-8b53-e623c0e6facb', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b474265d-c2ae-4a34-8b53-e623c0e6facb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups'} Body: b'{"group": {"id": "01fd1f57-bc06-4a56-8c33-439343e3ccb9", "name": "tempest-GroupsV314Test-Group-1983280368"}}' 2023-04-18 20:58:20,610 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9 0.048s 2023-04-18 20:58:20,610 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc770ba6-9abc-42d4-a0c7-8ed03c752e17', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc770ba6-9abc-42d4-a0c7-8ed03c752e17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9'} Body: b'{"group": {"id": "01fd1f57-bc06-4a56-8c33-439343e3ccb9", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T20:58:21.000000", "name": "tempest-GroupsV314Test-Group-1983280368", "description": null, "group_type": "12ced222-25dc-4c14-b04a-79be723e15a3", "volume_types": ["3643e7ed-e480-4a31-86b1-44e084e92fd3"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:58:21,666 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9 0.050s 2023-04-18 20:58:21,667 79655 DEBUG [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': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d34d1ae-1073-4b9d-a787-4019ba018a53', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d34d1ae-1073-4b9d-a787-4019ba018a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9'} Body: b'{"group": {"id": "01fd1f57-bc06-4a56-8c33-439343e3ccb9", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T20:58:21.000000", "name": "tempest-GroupsV314Test-Group-1983280368", "description": null, "group_type": "12ced222-25dc-4c14-b04a-79be723e15a3", "volume_types": ["3643e7ed-e480-4a31-86b1-44e084e92fd3"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 20:58:21,745 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/volumes/detail 0.073s 2023-04-18 20:58:21,745 79655 DEBUG [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': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f72ad94-435d-4edc-bfde-459c475f9b7d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f72ad94-435d-4edc-bfde-459c475f9b7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 20:58:21,834 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9/action 0.076s 2023-04-18 20:58:21,834 79655 DEBUG [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': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2 .4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7a28eea-6423-470f-ad70-88f53587f7e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9/action'} Body: b'' 2023-04-18 20:58:21,857 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9 0.022s 2023-04-18 20:58:21,858 79655 DEBUG [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': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-86020e0d-97da-4b21-97ed-962ee932f237', 'x-openstack-request-id': 'req-86020e0d-97da-4b21-97ed-962ee932f237', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/794c214032474905b4a18be02699df43/groups/01fd1f57-bc06-4a56-8c33-439343e3ccb9'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 01fd1f57-bc06-4a56-8c33-439343e3ccb9 could not be found."}}' 2023-04-18 20:58:21,890 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/group_types/12ced222-25dc-4c14-b04a-79be723e15a3 0.031s 2023-04-18 20:58:21,890 79655 DEBUG [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': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c6fa81-3803-4b38-b60c-4d21346ad965', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/group_types/12ced222-25dc-4c14-b04a-79be723e15a3'} Body: b'' 2023-04-18 20:58:21,968 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/types/3643e7ed-e480-4a31-86b1-44e084e92fd3 0.077s 2023-04-18 20:58:21,969 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58: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-1813de60-5c0e-4489-892e-f77fba177913', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/types/3643e7ed-e480-4a31-86b1-44e084e92fd3'} Body: b'' 2023-04-18 20:58:21,992 79655 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/types/3643e7ed-e480-4a31-86b1-44e084e92fd3 0.023s 2023-04-18 20:58:21,993 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Vers ion', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a6a59b6-5789-4436-938b-753c190e7d91', 'x-openstack-request-id': 'req-2a6a59b6-5789-4436-938b-753c190e7d91', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e5377867fa26422ca77572c3a9b4b92d/types/3643e7ed-e480-4a31-86b1-44e084e92fd3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 3643e7ed-e480-4a31-86b1-44e084e92fd3 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 2a2b65fd-0fec-4928-9ca7-a6a275433efe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:22,939 79653 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes 0.596s 2023-04-18 20:58:22,940 79653 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-1898090487"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e96688f-3444-4fed-aef1-e563349199f2', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e96688f-3444-4fed-aef1-e563349199f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes'} Body: b'{"volume": {"id": "2a2b65fd-0fec-4928-9ca7-a6a275433efe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:22.863580", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1898090487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe"}], "user_id": "7288b90d62a44fddaa1cfe0624c62916", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:58:23,008 79653 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe 0.057s 2023-04-18 20:58:23,008 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f045d65-a05a-44d4-9bff-31d52d0b700e', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f045d65-a05a-44d4-9bff-31d52d0b700e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe'} Body: b'{"volume": {"id": "2a2b65fd-0fec-4928-9ca7-a6a275433efe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:23.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1898090487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe"}], "user_id": "7288b90d62a44fddaa1cfe0624c62916", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8e485366ba44dec9288ac586f0cc569"}}' 2023-04-18 20:58:24,075 79653 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe 0.054s 2 023-04-18 20:58:24,076 79653 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78031816-4027-46f4-97f1-acc68a15a9a8', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78031816-4027-46f4-97f1-acc68a15a9a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe'} Body: b'{"volume": {"id": "2a2b65fd-0fec-4928-9ca7-a6a275433efe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:23.000000", "updated_at": "2023-04-18T20:58:23.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1898090487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b8e485366ba44dec9288ac586f0cc569/volumes/2a2b65fd-0fec-4928-9ca7-a6a275433efe"}], "user_id": "7288b90d62a44fddaa1cfe0624c62916", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b8e485366ba44dec9288ac586f0cc569"}}' 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 df3b60df-ec59-4682-8acc-3b163c41d073 failed to build and is in ERROR status tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fb139e7b-6dcd-497d-9154-1dce3385b21d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:34,601 79649 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes 0.542s 2023-04-18 20:58:34,601 79649 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-1024366604", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afe1bb9e-cfb5-4bc6-b1b8-94d90d29d6c6', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afe1bb9e-cfb5-4bc6-b1b8-94d90d29d6c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes'} Body: b'{"volume": {"id": "fb139e7b-6dcd-497d-9154-1dce3385b21d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:34.529672", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1024366604", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d"}], "user_id": "b7f855716579485cbe0fbbe7187fca8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:58:34,656 79649 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d 0.045s 2023-04-18 20:58:34,656 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3a9aac8-fea2-45eb-9db7-4add011546bd', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3a9aac8-fea2-45eb-9db7-4add011546bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d'} Body: b'{"volume": {"id": "fb139e7b-6dcd-497d-9154-1dce3385b21d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:35.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1024366604", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d"}], "user_id": "b7f855716579485cbe0fbbe7187fca8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab6cd6d9cd4648ab8c75f7d5a4bd1e8f"}}' 2023-04-18 20:58:35,725 79649 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d 0.056s 2023-04-18 20:58:35,725 79649 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f57e177-d917-4b56-8ab8-1ad9e4af1371', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f57e177-d917-4b56-8ab8-1ad9e4af1371', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d'} Body: b'{"volume": {"id": "fb139e7b-6dcd-497d-9154-1dce3385b21d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:35.000000", "updated_at": "2023-04-18T20:58:35.000000", "name": "tempest-TaggedBootDevicesTest-volume-1024366604", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ab6cd6d9cd4648ab8c75f7d5a4bd1e8f/volumes/fb139e7b-6dcd-497d-9154-1dce3385b21d"}], "user_id": "b7f855716579485cbe0fbbe7187fca8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ab6cd6d9cd4648ab8c75f7d5a4bd1e8f"}}' 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 95b43aea-e4f2-426a-83ea-42078dfdcd33 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 9408f713-fd14-4059-938c-40e9126ebb2f failed to build and is in ERROR status tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 138, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2e5f6d09-341f-4cd9-ac31-307b199315b8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:59,355 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319 0.388s 2023-04-18 20:58:59,355 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ecc7fde2-db0f-4a2d-a676-ef3bb1c9b10f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:58:59,756 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes 0.400s 2023-04-18 20:58:59,757 79655 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-1880847083", "snapshot_id": null, "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc2ac630-f9fe-4bf6-a873-c37f11bd5826', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc2ac630-f9fe-4bf6-a873-c37f11bd5826', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes'} Body: b'{"volume": {"id": "2e5f6d09-341f-4cd9-ac31-307b199315b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:58:59.699371", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1880847083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:58:59,811 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8 0.043s 2023-04-18 20:58:59,811 79655 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-647b0a1a-9299-4421-9643-92bde4d3c26d', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-647b0a1a-9299-4421-9643-92bde4d3c26d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8'} Body: b'{"volume": {"id": "2e5f6d09-341f-4cd9-ac31-307b199315b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:00.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1880847083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:00,862 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8 0.039s 2023-04-18 20:59:00,863 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b20ba146-bcff-42cc-b6b3-3f50d990baf4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b20ba146-bcff-42cc-b6b3-3f50d990baf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8'} Body: b'{"volume": {"id": "2e5f6d09-341f-4cd9-ac31-307b199315b8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:00.000000", "updated_at": "2023-04-18T20:59:00.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1880847083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:00,974 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8 0.100s 2023-04-18 20:59:00,975 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:00 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-bbc607ab-cf46-49b3-a06a-ac5a2f456604', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8'} Body: b'' 2023-04-18 20:59:00,997 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8 0.021s 2023-04-18 20:59:00,997 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c04579-e2bc-4dd6-a5b8-182684a6936e', 'x-openstack-request-id': 'req-08c04579-e2bc-4dd6-a5b8-182684a6936e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/2e5f6d09-341f-4cd9-ac31-307b199315b8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2e5f6d09-341f-4cd9-ac31-307b199315b8 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 3b98a654-c5f5-47fd-9fc3-b273de14253e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:59:01,023 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319 0.023s 2023-04-18 20:59:01,023 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ec6a8c5a-2a8f-42fc-93ef-3022ebad5cf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:01,558 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes 0.534s 2023-04-18 20:59:01,558 79655 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-361399970", "snapshot_id": null, "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e3ee12a-d4fd-404d-a56f-1ca40c62acc3', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e3ee12a-d4fd-404d-a56f-1ca40c62acc3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes'} Body: b'{"volume": {"id": "3b98a654-c5f5-47fd-9fc3-b273de14253e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:01.319784", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-361399970", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:59:01,608 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e 0.040s 2023-04-18 20:59:01,608 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72025a4e-fb48-4974-8220-c3c85f676d1e', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72025a4e-fb48-4974-8220-c3c85f676d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e'} Body: b'{"volume": {"id": "3b98a654-c5f5-47fd-9fc3-b273de14253e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:01.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-361399970", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:02,677 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e 0.057s 2023-04-18 20:59:02,678 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fe873d2-2c6a-49d4-adb7-d13acd1b3aec', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fe873d2-2c6a-49d4-adb7-d13acd1b3aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e'} Body: b'{"volume": {"id": "3b98a654-c5f5-47fd-9fc3-b273de14253e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:01.000000", "updated_at": "2023-04-18T20:59:02.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-361399970", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:02,786 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e 0.098s 2023-04-18 20:59:02,786 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'co ntent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19c701dd-09b9-4909-bef4-7953a994b539', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e'} Body: b'' 2023-04-18 20:59:02,807 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e 0.020s 2023-04-18 20:59:02,807 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3db5671a-30d0-44ac-ab77-b6206725a09b', 'x-openstack-request-id': 'req-3db5671a-30d0-44ac-ab77-b6206725a09b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/3b98a654-c5f5-47fd-9fc3-b273de14253e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3b98a654-c5f5-47fd-9fc3-b273de14253e 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 f2158fa4-23cc-45c6-a2c3-95552767dc20 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:59:02,812 79655 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-18 20:59:02,866 79655 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.046s 2023-04-18 20:59:02,866 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1961281035", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFiVTKLwhmWie1dfJqdPFrQ7EXKrs2a0+yrfE+Ig7hpgBgkWmsFyJQSLru+xmvg65GdMN6lEk98cCJ+SOcj5rgO9q8ex01M1CwUsGMawBK1tTbnT/vEpazSzMUIGdBhJWw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d0ce15f-1711-4f8a-9b10-0eda45002a1e', 'x-compute-request-id': 'req-1d0ce15f-1711-4f8a-9b10-0eda45002a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1961281035", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFiVTKLwhmWie1dfJqdPFrQ7EXKrs2a0+yrfE+Ig7hpgBgkWmsFyJQSLru+xmvg65GdMN6lEk98cCJ+SOcj5rgO9q8ex01M1CwUsGMawBK1tTbnT/vEpazSzMUIGdBhJWw==", "fingerprint": "2b:92:80:ea:7f:17:c4:25:c2:e8:95:d1:8f:92:12:f0", "user_id": "59446a4ac29744ca89d266a56d9abe9c"}}' 2023-04-18 20:59:03,022 79655 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.152s 2023-04-18 20:59:03,023 79655 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-694645257", "description": "tempest-secgroup-smoke-694645257 description", "project_id": "143d281f167f413aa6fae6fdac5163b2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-56bac972-fcc3-4ea9-b920-270e2370e0c9', 'date': 'Tue, 18 Apr 2023 20:59:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "name": "tempest-secgroup-smoke-694645257", "stateful": true, "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "description": "tempest-secgroup-smoke-694645257 description", "shared": false, "security_group_rules": [{"id": "3da8757d-8214-4705-b66a-94ba694dd5da", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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": 516, "description": null, "tags": [], "created_at": "2023-04-18T20:59:02Z", "updated_at": "2023-04-18T20:59:02Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}, {"id": "c4334ae0-e826-4c68-aa3a-8245251b9a54", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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": 515, "description": null, "tags": [], "created_at": "2023-04-18T20:59:02Z", "updated_at": "2023-04-18T20:59:02Z", "revision_number": 0, "project_id": "143d281f1 67f413aa6fae6fdac5163b2"}], "tags": [], "created_at": "2023-04-18T20:59:02Z", "updated_at": "2023-04-18T20:59:02Z", "revision_number": 1, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:03,203 79655 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.180s 2023-04-18 20:59:03,204 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "project_id": "143d281f167f413aa6fae6fdac5163b2", "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-ad6c2b64-4dd3-453e-a926-a8d5d2ba9b96', 'date': 'Tue, 18 Apr 2023 20:59: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": "8c224a30-e170-49db-babb-ec401c700d32", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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-18T20:59:03Z", "updated_at": "2023-04-18T20:59:03Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:03,398 79655 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.194s 2023-04-18 20:59:03,398 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "project_id": "143d281f167f413aa6fae6fdac5163b2", "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-fd42da89-b20a-4fab-ac15-5a390cf8388a', 'date': 'Tue, 18 Apr 2023 20:59: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": "0945dc2b-2555-46b6-b340-34a479d41c05", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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-18T20:59:03Z", "updated_at": "2023-04-18T20:59:03Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:03,583 79655 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.184s 2023-04-18 20:59:03,584 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "project_id": "143d281f167f413aa6fae6fdac5163b2", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a5019c53-f4a7-499f-9e97-9e346a0df585', 'date': 'Tue, 18 Apr 2023 20:59:03 GMT', 'connection': 'close', 'status': '201', 'content-locati on': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ba7e8525-ebc1-4d9e-a07e-8be0c1028293", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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-18T20:59:03Z", "updated_at": "2023-04-18T20:59:03Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:03,761 79655 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.177s 2023-04-18 20:59:03,762 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "project_id": "143d281f167f413aa6fae6fdac5163b2", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-54d03de9-1a68-4f7c-a0c1-660f675bcee2', 'date': 'Tue, 18 Apr 2023 20:59: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": "22555bf2-365b-4a8b-b0aa-cd40dbdb3e23", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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-18T20:59:03Z", "updated_at": "2023-04-18T20:59:03Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:04,036 79655 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.273s 2023-04-18 20:59:04,036 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "project_id": "143d281f167f413aa6fae6fdac5163b2", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-a15bd6ea-752a-490d-890a-877c5363b603', 'date': 'Tue, 18 Apr 2023 20:59: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": "0dceb13b-3aa9-4cb6-88c8-666e73e3b18f", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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-18T20:59:03Z", "updated_at": "2023-04-18T20:59:03Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:04,218 79655 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-18 20:59:04,218 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_ rule": {"security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "project_id": "143d281f167f413aa6fae6fdac5163b2", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-40b894a1-5714-4ccb-a05a-16ffb43f9600', 'date': 'Tue, 18 Apr 2023 20:59: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": "53efd5b4-698b-48a9-a4c7-086cb339632c", "tenant_id": "143d281f167f413aa6fae6fdac5163b2", "security_group_id": "aa7623c2-ab19-470e-aa7d-b994d7ebb5ce", "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-18T20:59:04Z", "updated_at": "2023-04-18T20:59:04Z", "revision_number": 0, "project_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:04,219 79655 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-18 20:59:04,240 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319 0.021s 2023-04-18 20:59:04,240 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-64f26a6a-0443-4124-85a4-f969a7ae8ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:04,648 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes 0.407s 2023-04-18 20:59:04,649 79655 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-2059959322", "snapshot_id": null, "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6633a06-117d-47d3-8894-7d53eb461f8a', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6633a06-117d-47d3-8894-7d53eb461f8a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes' } Body: b'{"volume": {"id": "f2158fa4-23cc-45c6-a2c3-95552767dc20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:04.511163", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2059959322", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:59:04,702 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20 0.043s 2023-04-18 20:59:04,702 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-539e2c03-0bdc-46c3-903e-9f047164c709', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-539e2c03-0bdc-46c3-903e-9f047164c709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20'} Body: b'{"volume": {"id": "f2158fa4-23cc-45c6-a2c3-95552767dc20", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:05.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2059959322", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:05,755 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20 0.041s 2023-04-18 20:59:05,756 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e0455c-7e89-4f33-8117-7f25e8880285', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53e0455c-7e89-4f33-8117-7f25e8880285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20'} Body: b'{"volume": {"id": "f2158fa4-23cc-45c6-a2c3-95552767dc20", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:05.000000", "updated_at": "2023-04-18T20:59:05.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2059959322", "description": null, "volume_type": "joviandss-2", "s napshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20"}], "user_id": "59446a4ac29744ca89d266a56d9abe9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "143d281f167f413aa6fae6fdac5163b2"}}' 2023-04-18 20:59:05,892 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20 0.125s 2023-04-18 20:59:05,893 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a0d72e4-9229-454b-b063-a0ab44076dbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20'} Body: b'' 2023-04-18 20:59:05,914 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20 0.020s 2023-04-18 20:59:05,914 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-770fb94a-58f5-4fd0-9061-4d3508a141af', 'x-openstack-request-id': 'req-770fb94a-58f5-4fd0-9061-4d3508a141af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/143d281f167f413aa6fae6fdac5163b2/volumes/f2158fa4-23cc-45c6-a2c3-95552767dc20'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f2158fa4-23cc-45c6-a2c3-95552767dc20 could not be found."}}' 2023-04-18 20:59:06,082 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/aa7623c2-ab19-470e-aa7d-b994d7ebb5ce 0.167s 2023-04-18 20:59:06,082 79655 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-e68ef756-71ce-4b54-b198-a2f09bbe26fd', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 20:59:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/aa7623c2-ab19-470e-aa7d-b994d7ebb5ce'} Body: b'' 2023-04-18 20:59:06,115 79655 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1961281035 0.031s 2023-04-18 20:59:06,115 79655 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59: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-7f4f7ac4-b2ac-407f-a92f-49b674ca3131', 'x-compute-request-id': 'req-7f4f7ac4-b2ac-407f-a92f-49b674ca3131', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1961281035'} Body: b'' tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4cae24e9-c305-4774-a01e-4593e1a484a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:28,739 79645 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.035s 2023-04-18 20:57:28,740 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fcb40de1-7a06-48a9-b46c-fecbf0b5c32a', '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": "771843bc852b4922a50056eab2be979d", "name": "tempest-DeleteServersTestJSON-208160443-project-member", "password_expires_at": null}, "audit_ids": ["Yvonk_hqQu6hX7luVeq-mQ"], "expires_at": "2023-04-18T21:57:28.000000Z", "issued_at": "2023-04-18T20:57:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e8f3ac2c484400fbfcbf466d3a57f2f", "name": "tempest-DeleteServersTestJSON-208160443"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9e8f3ac2c484400fbfcbf466d3a57f2f", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:57:28,741 79645 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '72db7f05-bed4-4551-8c9a-429bcc60d565', 'name': 'tempest-DeleteServersTestJSON-1678918336-network', 'tenant_id': '9e8f3ac2c484400fbfcbf466d3a57f2f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9e8f3ac2c484400fbfcbf466d3a57f2f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 61421, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 20:57:31,475 79645 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.732s 2023-04-18 20:57:31,475 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-621498657", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "72db7f05-bed4-4551-8c9a-429bcc60d565"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dada71f4-53e1-4f4e-970b-2aefd74940e9', 'x-compute-request-id': 'req-dada71f4-53e1-4f4e-970b-2aefd74940e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3d69610c-9155-4ab6-9f26-f8412e6ec251", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "V3VWySvJKzub"}}' 2023-04-18 20:57:31,790 79645 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/3d69610c-9155-4ab6-9f26-f8412e6ec251 0.308s 2023-04-18 20:57:31,790 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:31 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-670e7b2e-805b-4d98-abcd-cbccda57cc6b', 'x-compute-request-id': 'req-670e7b2e-805b-4d98-abcd-cbccda57cc6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251'} Body: b'{"server": {"id": "3d69610c-9155-4ab6-9f26-f8412e6ec251", "name": "tempest-DeleteServersTestJSON-server-621498657", "status": "BUILD", "tenant_id": "9e8f3ac2c484400fbfcbf466d3a57f2f", "user_id": "771843bc852b4922a50056eab2be979d", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:31Z", "updated": "2023-04-18T20:57:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251"}], "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-18 20:58:22,355 79645 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/3d69610c-9155-4ab6-9f26-f8412e6ec251 0.501s 2023-04-18 20:58:22,355 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1489', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecbc7803-e33e-4d93-bb42-4114ac1879a5', 'x-compute-request-id': 'req-ecbc7803-e33e-4d93-bb42-4114ac1879a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251'} Body: b'{"server": {"id": "3d69610c-9155-4ab6-9f26-f8412e6ec251", "name": "tempest-DeleteServersTestJSON-server-621498657", "status": "ACTIVE", "tenant_id": "9e8f3ac2c484400fbfcbf466d3a57f2f", "user_id": "771843bc852b4922a50056eab2be979d", "metadata": {}, "hostId": "574ff475d8dd5af758b7fb9ce8edb5e5db6605f3f0c7707012283474", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:31Z", "updated": "2023-04-18T20:57:51Z", "addresses": {"tempest-DeleteServersTestJSON-1678918336-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cf:32:2e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d69610c-9155-4ab6-9f26-f8412e6ec251"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T20:57:51.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-18 20:58:22,370 79645 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 20:59:22,721 79645 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes 0.289s 2023-04-18 20:59:22,722 79645 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-1875455261"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-017c9558-0f69-4cec-83e3-25c0baed401e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-017c9558-0f69-4cec-83e3-25c0baed401e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes'} Body: b'{"volume": {"id": "4cae24e9-c305-4774-a01e-4593e1a484a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:22.6502 66", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1875455261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2"}], "user_id": "771843bc852b4922a50056eab2be979d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:59:22,771 79645 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2 0.038s 2023-04-18 20:59:22,771 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52936ca7-44be-4d8a-bb08-2afed5268266', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52936ca7-44be-4d8a-bb08-2afed5268266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2'} Body: b'{"volume": {"id": "4cae24e9-c305-4774-a01e-4593e1a484a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:23.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1875455261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2"}], "user_id": "771843bc852b4922a50056eab2be979d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e8f3ac2c484400fbfcbf466d3a57f2f"}}' 2023-04-18 20:59:23,824 79645 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2 0.040s 2023-04-18 20:59:23,825 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b455a1fb-a0ea-484a-b078-6ab95df04c3b', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b455a1fb-a0ea-484a-b078-6ab95df04c3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2'} Body: b'{"volume": {"id": "4cae24e9-c305-4774-a01e-4593e1a484a2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:23.000000", "updated_at": "2023-04-18T20:59:23.000000", "name": "tempest-DeleteServersTestJSON-volume-1875455261", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes /4cae24e9-c305-4774-a01e-4593e1a484a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9e8f3ac2c484400fbfcbf466d3a57f2f/volumes/4cae24e9-c305-4774-a01e-4593e1a484a2"}], "user_id": "771843bc852b4922a50056eab2be979d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e8f3ac2c484400fbfcbf466d3a57f2f"}}' 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 eb8d85c2-2eb3-4def-a8ed-be25fedc0974 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:03,148 79661 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 20:58:03,791 79661 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.640s 2023-04-18 20:58:03,791 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1061000452", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA2UTfG6vVC8VZyrzgJrr8dL7pFrUdlnyn6cKyItlJ6gPAtnwDrn5l+2vLKF+HCUfOvmM5ZhDwQBWXDRWFdUQxrl/PkTW5xVfjKAAmhbSfUFoy38VqYqZuoMvNXaXumzqw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:03 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-46b67115-083c-47a2-b709-ef9be63d31e2', 'x-compute-request-id': 'req-46b67115-083c-47a2-b709-ef9be63d31e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1061000452", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA2UTfG6vVC8VZyrzgJrr8dL7pFrUdlnyn6cKyItlJ6gPAtnwDrn5l+2vLKF+HCUfOvmM5ZhDwQBWXDRWFdUQxrl/PkTW5xVfjKAAmhbSfUFoy38VqYqZuoMvNXaXumzqw==", "fingerprint": "b6:e4:2d:f1:5b:22:6d:8b:6e:a0:84:4e:4f:36:90:c7", "user_id": "e4224e9c1f5a47649dae0fd569edace2"}}' 2023-04-18 20:58:03,797 79661 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1061000452 created 2023-04-18 20:58:04,615 79661 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.817s 2023-04-18 20:58:04,616 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--315108181", "description": "tempest-description--492673284"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-0c026d07-fc1e-407a-8081-349795ea9328', 'date': 'Tue, 18 Apr 2023 20:58:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "name": "tempest-securitygroup--315108181", "stateful": true, "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "description": "tempest-description--492673284", "shared": false, "security_group_rules": [{"id": "ade58739-1649-47ed-a859-8a9134635514", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "security_group_id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "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": 339, "description": null, "tags": [], "created_at": "2023-04-18T20:58:04Z", "updated_at": "2023-04-18T20:58:04Z", "revision_number": 0, "project_id": "cc1123ea88c041ed82b64c982aac6a35"}, {"id": "b9a9676d-68e4-4ad0-b5fa-dba116b027d4", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "security_group_id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "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": 338, "description": null, "tags": [], "created_at": "2023-04-18T20:58:04Z", "updated_at": "2023-04-18T20:58:04Z", "revision_number": 0, "project_id": "cc1123ea88c041ed82b64c982aac6a35"}], "tags": [], "created_at": "2023-04-18T20:58:04Z", "updated_at": "2023-04-18T20:58:04Z", "revision_number": 1, "project_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 2023-04-18 20:58:05,611 79661 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.994s 2023-04-18 20:58:05,611 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "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-26b0f0dd-d924-4cb5-8477-741d03bcc3f1', 'date': 'Tue, 18 Apr 2023 20:58: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": "afd8d3ef-46b0-4519-9208-d9ba28a4c3f9", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "security_group_id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "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-18T20:58:04Z", "updated_at": "2023-04-18T20:58:04Z", "revision_number": 0, "project_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 2023-04-18 20:58:06,131 79661 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.519s 2023-04-18 20:58:06,131 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5ca17f44-46d3-4ec7-8d19-31b8331dcf3d', 'date': 'Tue, 18 Apr 2023 20:58:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8f5cbb96-ebe8-46fc-8505-c636aa18c70f", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "security_group_id": "1ae7f95b-d81f-4cff-a6ff-a4a779e5288c", "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-18T20:58:05Z", "updated_at": "2023-04-18T20:58:05Z", "revision_number": 0, "project_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 2023-04-18 20:58:06,132 79661 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--315108181 created 2023-04-18 20:58:07,715 79661 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 1.583s 2023-04-18 20:58:07,716 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-99b671c7-ca18-4e1f-8c3c-17157eba4c5f', 'date': 'Tue, 18 Apr 2023 20:58:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8aaabe14-20c1-4bcc-bf61-27b84a487c7f", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "floating_ip_address": "172.24.4.219", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cc1123ea88c041ed82b64c982aac6a35", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:58:07Z", "updated_at": "2023-04-18T20:58:07Z", "revision_number": 0}}' 2023-04-18 20:58:07,716 79661 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8aaabe14-20c1-4bcc-bf61-27b84a487c7f', 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'floating_ip_address': '172.24.4.219', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cc1123ea88c041ed82b64c982aac6a35', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:07Z', 'updated_at': '2023-04-18T20:58:07Z', 'revision_number': 0, 'ip': '172.24.4.219'} created 2023-04-18 20:58:07,846 79661 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.124s 2023-04-18 20:58:07,846 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7757d1f1-8766-42a4-8380-4175f516e3d5', '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": "e4224e9c1f5a47649dae0fd569edace2", "name": "tempest-VolumesAdminNegativeTest-168114348-project-member", "password_expires_at": null}, "audit_ids": ["XDtb4nVJQk-NJcMX5iXeFA"], "expires_at": "2023-04-18T21:58:07.000000Z", "issued_at": "2023-04-18T20:58:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc1123ea88c041ed82b64c982aac6a35", "name": "tempest-VolumesAdminNegativeTest-168114348"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"en dpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cc1123ea88c041ed82b64c982aac6a35", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:58:07,847 79661 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '1f06ea51-cc21-4201-9d4e-71c62d9b569e', 'name': 'tempest-VolumesAdminNegativeTest-2016728330-network', 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cc1123ea88c041ed82b64c982aac6a35', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51110, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:13Z', 'revision_number': 1} available for tenant 2023-04-18 20:58:07,848 79661 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1061000452', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA2UTfG6vVC8VZyrzgJrr8dL7pFrUdlnyn6cKyItlJ6gPAtnwDrn5l+2vLKF+HCUfOvmM5ZhDwQBWXDRWFdUQxrl/PkTW5xVfjKAAmhbSfUFoy38VqYqZuoMvNXaXumzqw==', 'fingerprint': 'b6:e4:2d:f1:5b:22:6d:8b:6e:a0:84:4e:4f:36:90:c7', 'user_id': 'e4224e9c1f5a47649dae0fd569edace2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBI5NOJYs8hg4+zf9UK1ZFdXEBuGjBhA0f2LLzpTNvXF9Bjqm+W0XLC\nG75ZNmEHheCgBwYFK4EEACKhZANiAAQNlE3xur1QvFWcq84Ca6/HS+6Ra1HZZ8p+\nnCsiLZSeoDwLZ8A65+ZftryyhfhwlHzr5jOWYQ8EAVlw0VhXVEMa5fz5E1ucVX4y\ngAJoW0n1BaMt/FamKmbqDLzV2l7ps6s=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1ae7f95b-d81f-4cff-a6ff-a4a779e5288c', 'name': 'tempest-securitygroup--315108181', 'stateful': True, 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'description': 'tempest-description--492673284', 'shared': False, 'security_group_rules': [{'id': 'ade58739-1649-47ed-a859-8a9134635514', 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'security_group_id': '1ae7f95b-d81f-4cff-a6ff-a4a779e5288c', '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': 339, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:04Z', 'updated_at': '2023-04-18T20:58:04Z', 'revision_number': 0, 'project_id': 'cc1123ea88c041ed82b64c982aac6a35'}, {'id': 'b9a9676d-68e4-4ad0-b5fa-dba116b027d4', 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'security_group_id': '1ae7f95b-d81f-4cff-a6ff-a4a779e5288c', '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': 338, 'description': None, 'tags': [], 'created_at': '2023-04- 18T20:58:04Z', 'updated_at': '2023-04-18T20:58:04Z', 'revision_number': 0, 'project_id': 'cc1123ea88c041ed82b64c982aac6a35'}], 'tags': [], 'created_at': '2023-04-18T20:58:04Z', 'updated_at': '2023-04-18T20:58:04Z', 'revision_number': 1, 'project_id': 'cc1123ea88c041ed82b64c982aac6a35'}, 'floating_ip': {'id': '8aaabe14-20c1-4bcc-bf61-27b84a487c7f', 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'floating_ip_address': '172.24.4.219', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cc1123ea88c041ed82b64c982aac6a35', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:07Z', 'updated_at': '2023-04-18T20:58:07Z', 'revision_number': 0, 'ip': '172.24.4.219'}} 2023-04-18 20:58:09,551 79661 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.702s 2023-04-18 20:58:09,551 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1520673597", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "1f06ea51-cc21-4201-9d4e-71c62d9b569e"}], "security_groups": [{"name": "tempest-securitygroup--315108181"}], "key_name": "tempest-keypair-1061000452", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d16310e5-8b47-49d0-8774-73047379b7d8', 'x-compute-request-id': 'req-d16310e5-8b47-49d0-8774-73047379b7d8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0de111c2-401c-497d-9f87-af914cc14710", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0de111c2-401c-497d-9f87-af914cc14710"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--315108181"}], "adminPass": "8MyX9N4YViFG"}}' 2023-04-18 20:58:09,646 79661 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/0de111c2-401c-497d-9f87-af914cc14710 0.091s 2023-04-18 20:58:09,646 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e39e1cf-6827-446d-a487-3db77d7bf74b', 'x-compute-request-id': 'req-3e39e1cf-6827-446d-a487-3db77d7bf74b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710'} Body: b'{"server": {"id": "0de111c2-401c-497d-9f87-af914cc14710", "name": "tempest-VolumesAdminNegativeTest-server-1520673597", "status": "BUILD", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "user_id": "e4224e9c1f5a47649dae0fd569edace2", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:10Z", "updated": "2023-04-18T20:58:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0de111c2-401c-497d-9f87-af914cc14710"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1061000452", "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-18 20:59:00,133 79661 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/0de111c2-401c-497d-9f87-af914cc14710 0.424s 2023-04-18 20:59:00,133 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-837ed7ec-2e4a-42ba-8664-438a866869f1', 'x-compute-request-id': 'req-837ed7ec-2e4a-42ba-8664-438a866869f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710'} Body: b'{"server": {"id": "0de111c2-401c-497d-9f87-af914cc14710", "name": "tempest-VolumesAdminNegativeTest-server-1520673597", "status": "ACTIVE", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "user_id": "e4224e9c1f5a47649dae0fd569edace2", "metadata": {}, "hostId": "fc0ff7b22130e99984ccd9aa8f0a80f2eb2f26550812584fb38d8929", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:09Z", "updated": "2023-04-18T20:58:20Z", "addresses": {"tempest-VolumesAdminNegativeTest-2016728330-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:25:cb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0de111c2-401c-497d-9f87-af914cc14710"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1061000452", "OS-SRV-USG:launched_at": "2023-04-18T20:58:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--315108181"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 20:59:00,145 79661 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 21:00:00,367 79661 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/0de111c2-401c-497d-9f87-af914cc14710/os-interface 0.166s 2023-04-18 21:00:00,368 79661 DEBUG [tempest.lib.common.rest_client] Request - Head ers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:00 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-0b1a817c-2ce3-4131-8500-cdf2cac8af03', 'x-compute-request-id': 'req-0b1a817c-2ce3-4131-8500-cdf2cac8af03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0de111c2-401c-497d-9f87-af914cc14710/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1f06ea51-cc21-4201-9d4e-71c62d9b569e", "port_id": "abba5e0f-85e5-43d4-9aa8-6070e80d93ff", "mac_addr": "fa:16:3e:07:25:cb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "0ea05558-2dba-4842-b544-dde886fe54ba", "ip_address": "10.0.0.10"}]}]}' 2023-04-18 21:00:01,316 79661 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/8aaabe14-20c1-4bcc-bf61-27b84a487c7f 0.944s 2023-04-18 21:00:01,316 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "abba5e0f-85e5-43d4-9aa8-6070e80d93ff"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-a3b59f35-129d-4dc1-9840-65a89676ce62', 'date': 'Tue, 18 Apr 2023 21:00:01 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8aaabe14-20c1-4bcc-bf61-27b84a487c7f'} Body: b'{"floatingip": {"id": "8aaabe14-20c1-4bcc-bf61-27b84a487c7f", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "floating_ip_address": "172.24.4.219", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "41fba0bd-537c-4d9a-8c98-993cb4d30459", "port_id": "abba5e0f-85e5-43d4-9aa8-6070e80d93ff", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1f06ea51-cc21-4201-9d4e-71c62d9b569e", "mac_address": "fa:16:3e:07:25:cb", "admin_state_up": true, "status": "ACTIVE", "device_id": "0de111c2-401c-497d-9f87-af914cc14710", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:58:07Z", "updated_at": "2023-04-18T21:00:00Z", "revision_number": 1, "project_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 2023-04-18 21:00:01,319 79661 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.219:22' as 'cirros' with public key authentication 2023-04-18 21:00:01,351 79661 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:00:01,388 79661 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:00:01,388 79661 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.219 successfully created 2023-04-18 21:00:01,632 79661 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/cc1123ea88c041ed82b64c982aac6a35/volumes 0.243s 2023-04-18 21:00:01,633 79661 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-1150662652"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfb36bd6-5e94-4779-b44d-6ae5ef571b1a', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstac k-request-id': 'req-bfb36bd6-5e94-4779-b44d-6ae5ef571b1a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes'} Body: b'{"volume": {"id": "eb8d85c2-2eb3-4def-a8ed-be25fedc0974", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:00:01.563088", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1150662652", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974"}], "user_id": "e4224e9c1f5a47649dae0fd569edace2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:00:01,690 79661 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/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974 0.046s 2023-04-18 21:00:01,690 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2f18249-66fd-40fb-a61d-339bffdab761', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2f18249-66fd-40fb-a61d-339bffdab761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974'} Body: b'{"volume": {"id": "eb8d85c2-2eb3-4def-a8ed-be25fedc0974", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:00:02.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1150662652", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974"}], "user_id": "e4224e9c1f5a47649dae0fd569edace2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 2023-04-18 21:00:02,745 79661 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/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974 0.041s 2023-04-18 21:00:02,745 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8065a8-2f9c-44e4-8912-cc58bd1c837b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8065a8-2f9c-44e4-8912-cc58bd1c837b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974'} Body: b'{"volume": {"id": "eb8d85c2-2eb3-4def-a8ed-be25fedc0974", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:00:02.000000", "updated_at": "2023-04-18T21:00:02.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1150662652", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cc1123ea88c041ed82b64c982aac6a35/volumes/eb8d85c2-2eb3-4def-a8ed-be25fedc0974"}], "user_id": "e4224e9c1f5a47649dae0fd569edace2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 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 fde032f1-c6a6-4dd2-a0b9-6435a921dcfa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:33,629 79665 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 20:57:33,630 79665 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 20:57:33,984 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.350s 2023-04-18 20:57:33,984 79665 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-1929553880", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBECWOyaon8tCjBJi6I0uv0VRVvnJ1BnfpdAvUX/49cZZhRjyxt8fdpvmyFBvNjh0i442IU4Sk8D5laY/EUpD5cEz2t2CGbohM31z5KRE6OV7GOOhepT3KN3iaOzneMnpbw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:33 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-8cbcbd8d-6735-45c1-8e35-de9441c6dfcf', 'x-compute-request-id': 'req-8cbcbd8d-6735-45c1-8e35-de9441c6dfcf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1929553880", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBECWOyaon8tCjBJi6I0uv0VRVvnJ1BnfpdAvUX/49cZZhRjyxt8fdpvmyFBvNjh0i442IU4Sk8D5laY/EUpD5cEz2t2CGbohM31z5KRE6OV7GOOhepT3KN3iaOzneMnpbw==", "fingerprint": "b4:89:d1:ce:91:f3:28:6d:0f:bb:3f:9f:61:31:52:ff", "user_id": "220589b8afc240778bff63d1e5ce20d1"}}' 2023-04-18 20:57:33,989 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1929553880 created 2023-04-18 20:57:35,024 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.035s 2023-04-18 20:57:35,025 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--429277040", "description": "tempest-description--1146081104"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-797fe66e-716b-4aa8-9fed-53d31c3f236a', 'date': 'Tue, 18 Apr 2023 20:57:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "name": "tempest-securitygroup--429277040", "stateful": true, "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "description": "tempest-description--1146081104", "shared": false, "security_group_rules": [{"id": "6b2600a8-dbe7-4d9c-a1a8-62be3d08d7c5", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "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": 209, "description": null, "tags": [], "created_at": "2023-04-18T20:57:34Z", "updated_at": "2023-04-18T20:57:34Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}, {"id": "edd8fc79-cef9-48b4-a682-719a84d11f83", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "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": 208, "description": null, "tags": [], "created_at": "2023-04-18T20:57:34Z", "updated_at": "2023-04-18T20:57:34Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}], "tags": [], "created_at": "2023-04-18T20:57:34Z", "updated_at": "2023-04-18T20:57:34Z", "revision_number": 1, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 20:57:36,328 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.302s 2023-04-18 20:57:36,328 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "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-197f4b2e-0876-4e79-9fa6-5ceb3345f814', 'date': 'Tue, 18 Apr 2023 20:57:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "47c2f157-3d1d-41af-b77d-b5760c618e09", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "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-18T20:57:35Z", "updated_at": "2023-04-18T20:57:35Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 20:57:37,662 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.333s 2023-04-18 20:57:37,663 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3ba364da-5662-416d-9d27-34b0f2ed88ed', 'date': 'Tue, 18 Apr 2023 20:57:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7e6a06e4-dbc9-45b7-b5f5-6ee8e148c3a6", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "a857bfaa-737f-4cbc-8dba-b07ff15141e0", "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-18T20:57:36Z", "updated_at": "2023-04-18T20:57:36Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 20:57:37,663 79665 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--429277040 created 2023-04-18 20:57:41,626 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.962s 2023-04-18 20:57:41,626 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a46fd980-f76a-400c-8081-8a29821575d9', 'date': 'Tue, 18 Apr 2023 20:57:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ee6c687d-5325-4b74-9b08-a30b573f1cc4", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "floating_ip_address": "172.24.4.145", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:57:39Z", "updated_at": "2023-04-18T20:57:39Z", "revision_number": 0}}' 2023-04-18 20:57:41,627 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ee6c687d-5325-4b74-9b08-a30b573f1cc4', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'floating_ip_address': '172.24.4.145', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:57:39Z', 'updated_at': '2023-04-18T20:57:39Z', 'revision_number': 0, 'ip': '172.24.4.145'} created 2023-04-18 20:57:41,740 79665 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.101s 2023-04-18 20:57:41,740 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:41 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-90a7e03b-e4f2-4ac7-a010-daa2b0730ca6', '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": "220589b8afc240778bff63d1e5ce20d1", "name": "tempest-AttachVolumeShelveTestJSON-119116216-project-member", "password_expires_at": null}, "audit_ids": ["eBXZ-rQFQtOK6YVxFqydLQ"], "expires_at": "2023-04-18T21:57:41.000000Z", "issued_at": "2023-04-18T20:57:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "name": "tempest-AttachVolumeShelveTestJSON-119116216"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79ea c4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/930dabaafe5c4d12ad95aa77bbc7cf5a", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:57:41,741 79665 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'a22cbca0-4451-45e1-8cdc-b8649f5dfe5d', 'name': 'tempest-AttachVolumeShelveTestJSON-1851043927-network', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63206, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 20:57:41,742 79665 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1929553880', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBECWOyaon8tCjBJi6I0uv0VRVvnJ1BnfpdAvUX/49cZZhRjyxt8fdpvmyFBvNjh0i442IU4Sk8D5laY/EUpD5cEz2t2CGbohM31z5KRE6OV7GOOhepT3KN3iaOzneMnpbw==', 'fingerprint': 'b4:89:d1:ce:91:f3:28:6d:0f:bb:3f:9f:61:31:52:ff', 'user_id': '220589b8afc240778bff63d1e5ce20d1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBNXzYEN4rXA2BSghCe1rvs7hoqe8ihBOLS6lgwilmhql4ydVYKLgvw\nU80qlZnMS2mgBwYFK4EEACKhZANiAARAljsmqJ/LQowSYuiNLr9FUVb5ydQZ36XQ\nL1F/+PXGWYUY8sbfH3ab5shQbzY4dIuONiFOEpPA+ZWmPxFKQ+XBM9rdghm6ITN9\nc+SkROjlexjjoXqU9yjd4mjs53jJ6W8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a857bfaa-737f-4cbc-8dba-b07ff15141e0', 'name': 'tempest-securitygroup--429277040', 'stateful': True, 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'description': 'tempest-description--1146081104', 'shared': False, 'security_group_rules': [{'id': '6b2600a8-dbe7-4d9c-a1a8-62be3d08d7c5', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'security_group_id': 'a857bfaa-737f-4cbc-8dba-b07ff15141e0', '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': 209, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:57:34Z', 'updated_at': '2023-04-18T20:57:34Z', 'revision_number': 0, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a'}, {'id': 'edd8fc79-cef9-48b4-a682-719a84d11f83', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'security_group_id': 'a857bfaa-737f-4cbc-8dba-b07ff15141e0', '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': 208, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:57:34Z', 'updated_at': '202 3-04-18T20:57:34Z', 'revision_number': 0, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a'}], 'tags': [], 'created_at': '2023-04-18T20:57:34Z', 'updated_at': '2023-04-18T20:57:34Z', 'revision_number': 1, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a'}, 'floating_ip': {'id': 'ee6c687d-5325-4b74-9b08-a30b573f1cc4', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'floating_ip_address': '172.24.4.145', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:57:39Z', 'updated_at': '2023-04-18T20:57:39Z', 'revision_number': 0, 'ip': '172.24.4.145'}} 2023-04-18 20:57:43,958 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 2.215s 2023-04-18 20:57:43,958 79665 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-106760453", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a22cbca0-4451-45e1-8cdc-b8649f5dfe5d"}], "security_groups": [{"name": "tempest-securitygroup--429277040"}], "key_name": "tempest-keypair-1929553880", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56', '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-c4f3ca0c-c0df-4932-a06d-210b3bd2dcb4', 'x-compute-request-id': 'req-c4f3ca0c-c0df-4932-a06d-210b3bd2dcb4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8b9d151c-45d7-4172-ace6-65d16d94ae56", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--429277040"}], "adminPass": "password"}}' 2023-04-18 20:57:44,088 79665 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/8b9d151c-45d7-4172-ace6-65d16d94ae56 0.127s 2023-04-18 20:57:44,089 79665 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': 'Tue, 18 Apr 2023 20:57:43 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-c24ca830-5ebd-4a16-9754-1b6ca566f6f2', 'x-compute-request-id': 'req-c24ca830-5ebd-4a16-9754-1b6ca566f6f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56'} Body: b'{"server": {"id": "8b9d151c-45d7-4172-ace6-65d16d94ae56", "name": "tempest-AttachVolumeShelveTestJSON-server-106760453", "status": "BUILD", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "user_id": "22 0589b8afc240778bff63d1e5ce20d1", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:44Z", "updated": "2023-04-18T20:57:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1929553880", "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-18 20:58:34,979 79665 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/8b9d151c-45d7-4172-ace6-65d16d94ae56 0.826s 2023-04-18 20:58:34,979 79665 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': 'Tue, 18 Apr 2023 20:58:34 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-d2c5e20a-6f71-4f12-9059-0589f6d3744f', 'x-compute-request-id': 'req-d2c5e20a-6f71-4f12-9059-0589f6d3744f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56'} Body: b'{"server": {"id": "8b9d151c-45d7-4172-ace6-65d16d94ae56", "name": "tempest-AttachVolumeShelveTestJSON-server-106760453", "status": "ACTIVE", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "user_id": "220589b8afc240778bff63d1e5ce20d1", "metadata": {}, "hostId": "6a4493884d3df2fef65cece7397f70045cc9eabb6ae61f1fbe6bc3bd", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:43Z", "updated": "2023-04-18T20:57:59Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1851043927-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:55:9a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1929553880", "OS-SRV-USG:launched_at": "2023-04-18T20:57:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--429277040"}], "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-18 20:58:34,993 79665 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 20:59:35,222 79665 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/8 b9d151c-45d7-4172-ace6-65d16d94ae56/os-interface 0.167s 2023-04-18 20:59:35,222 79665 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': 'Tue, 18 Apr 2023 20:59:35 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-3fa62002-3542-418f-96f1-134ab9be6aba', 'x-compute-request-id': 'req-3fa62002-3542-418f-96f1-134ab9be6aba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a22cbca0-4451-45e1-8cdc-b8649f5dfe5d", "port_id": "356e9511-a8a0-4055-922d-f1784906921e", "mac_addr": "fa:16:3e:69:55:9a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ef206372-293c-45af-be64-a425df75a7e2", "ip_address": "10.0.0.8"}]}]}' 2023-04-18 20:59:36,802 79665 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/ee6c687d-5325-4b74-9b08-a30b573f1cc4 1.575s 2023-04-18 20:59:36,803 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "356e9511-a8a0-4055-922d-f1784906921e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e06c30da-f138-426a-a76a-352709b9c2d5', 'date': 'Tue, 18 Apr 2023 20:59:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ee6c687d-5325-4b74-9b08-a30b573f1cc4'} Body: b'{"floatingip": {"id": "ee6c687d-5325-4b74-9b08-a30b573f1cc4", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "floating_ip_address": "172.24.4.145", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "189d139d-63f3-4bb4-aafa-5dcb4fa9998c", "port_id": "356e9511-a8a0-4055-922d-f1784906921e", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a22cbca0-4451-45e1-8cdc-b8649f5dfe5d", "mac_address": "fa:16:3e:69:55:9a", "admin_state_up": true, "status": "ACTIVE", "device_id": "8b9d151c-45d7-4172-ace6-65d16d94ae56", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:57:39Z", "updated_at": "2023-04-18T20:59:35Z", "revision_number": 1, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 20:59:36,805 79665 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.145:22' as 'cirros' with public key authentication 2023-04-18 20:59:36,846 79665 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 20:59:36,870 79665 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 20:59:36,871 79665 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.145 successfully created 2023-04-18 20:59:36,916 79665 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/8b9d151c-45d7-4172-ace6-65d16d94ae56/ips 0.044s 2023-04-18 20:59:36,916 79665 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': 'Tue, 18 Apr 2023 20:59:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c678449c-8b24-485e-8db5-ef054685e1c6', 'x-compute-request-id': 'req-c678449c-8b24-485e-8db5-ef054685e1c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1851043927-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2023-04-18 20:59:37,194 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes 0.274s 2023-04-18 20:59:37,194 79665 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-644742272"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d3846e-9b3b-4615-82ea-8ed907aec2f2', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d3846e-9b3b-4615-82ea-8ed907aec2f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes'} Body: b'{"volume": {"id": "fde032f1-c6a6-4dd2-a0b9-6435a921dcfa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:37.120561", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-644742272", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa"}], "user_id": "220589b8afc240778bff63d1e5ce20d1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:59:37,251 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa 0.046s 2023-04-18 20:59:37,251 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83c4dffe-3470-43b4-8f87-6f8b916d8f31', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83c4dffe-3470-43b4-8f87-6f8b916d8f31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa'} Body: b'{"volume": {"id": "fde032f1-c6a6-4dd2-a0b9-6435a921dcfa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:37.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-644742272", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa"}], "user_id": "220589b 8afc240778bff63d1e5ce20d1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 20:59:38,306 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa 0.042s 2023-04-18 20:59:38,306 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a221efd3-58d8-44ac-a469-9e5384d5e60b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a221efd3-58d8-44ac-a469-9e5384d5e60b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa'} Body: b'{"volume": {"id": "fde032f1-c6a6-4dd2-a0b9-6435a921dcfa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:37.000000", "updated_at": "2023-04-18T20:59:37.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-644742272", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/fde032f1-c6a6-4dd2-a0b9-6435a921dcfa"}], "user_id": "220589b8afc240778bff63d1e5ce20d1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 20:59:38,434 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56 0.116s 2023-04-18 20:59:38,434 79665 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': 'Tue, 18 Apr 2023 20:59:38 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-ea79b880-5580-4288-9078-b29eb7cffa75', 'x-compute-request-id': 'req-ea79b880-5580-4288-9078-b29eb7cffa75', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56'} Body: b'' 2023-04-18 20:59:38,608 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56 0.173s 2023-04-18 20:59:38,608 79665 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': 'Tue, 18 Apr 2023 20:59:38 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-9109a974-2050-4b11-8014-688b5442b60e', 'x-compute-request-id': 're q-9109a974-2050-4b11-8014-688b5442b60e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56'} Body: b'{"server": {"id": "8b9d151c-45d7-4172-ace6-65d16d94ae56", "name": "tempest-AttachVolumeShelveTestJSON-server-106760453", "status": "ACTIVE", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "user_id": "220589b8afc240778bff63d1e5ce20d1", "metadata": {}, "hostId": "6a4493884d3df2fef65cece7397f70045cc9eabb6ae61f1fbe6bc3bd", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:43Z", "updated": "2023-04-18T20:59:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1851043927-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:55:9a"}, {"version": 4, "addr": "172.24.4.145", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:55:9a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1929553880", "OS-SRV-USG:launched_at": "2023-04-18T20:57:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--429277040"}], "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-18 21:00:28,706 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56 0.036s 2023-04-18 21:00:28,706 79665 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': 'Tue, 18 Apr 2023 21:00:28 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-631a5522-97bd-4c65-bcbc-ee9c83e98e57', 'x-compute-request-id': 'req-631a5522-97bd-4c65-bcbc-ee9c83e98e57', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8b9d151c-45d7-4172-ace6-65d16d94ae56'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8b9d151c-45d7-4172-ace6-65d16d94ae56 could not be found."}}' 2023-04-18 21:00:28,740 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1929553880 0.033s 2023-04-18 21:00:28,741 79665 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': 'Tue, 18 Apr 2023 21:00:28 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-3e83cc3e-6b10-4905-ad33-1d03222847af', 'x-compute-request-id': 'req-3e83cc3e-6b10-4905-ad33-1d03222847af', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-19 29553880'} Body: b'' 2023-04-18 21:00:28,892 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a857bfaa-737f-4cbc-8dba-b07ff15141e0 0.150s 2023-04-18 21:00:28,892 79665 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-0b72e006-e920-49d3-bebf-a77fa24e0626', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:00:28 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a857bfaa-737f-4cbc-8dba-b07ff15141e0'} Body: b'' 2023-04-18 21:00:28,917 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a857bfaa-737f-4cbc-8dba-b07ff15141e0 0.024s 2023-04-18 21:00:28,918 79665 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-6ee86e3c-7a05-4fa4-9300-cc21f73f7655', 'date': 'Tue, 18 Apr 2023 21:00:28 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a857bfaa-737f-4cbc-8dba-b07ff15141e0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a857bfaa-737f-4cbc-8dba-b07ff15141e0 does not exist", "detail": ""}}' 2023-04-18 21:00:29,417 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ee6c687d-5325-4b74-9b08-a30b573f1cc4 0.498s 2023-04-18 21:00:29,417 79665 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-694bacd8-ffb2-4dfe-8bec-058e2ec738f6', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:00:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ee6c687d-5325-4b74-9b08-a30b573f1cc4'} Body: b'' tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 111, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 881f97ff-7849-4e69-a07c-9fb430b498d7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:54,036 79663 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/2776403b-74df-489f-a4f5-d994ce6e9319 0.342s 2023-04-18 20:57:54,037 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-30fc9a2f-1f2f-46f1-9f84-c2e7ec785d2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:57:55,770 79663 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.692s 2023-04-18 20:57:55,770 79663 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': 'Tue, 18 Apr 2023 20:57:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-08d17636-3372-4c6e-8bd9-dc28133d8d2e', '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": "ae930c6d0b0a42338afe07adadf3c5a1", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ae768640-151e-4f87-8a4c-05ba7b3ea304", "created_at": "2023-04-18T20:57:56Z", "updated_at": "2023-04-18T20:57:56Z", "tags": [], "self": "/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304", "file": "/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:57:59,024 79663 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-18 20:57:59,025 79663 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/ae768640-151e-4f87-8a4c-05ba7b3ea304/file 3.254s 2023-04-18 20:57:59,025 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6f81f269-8014-426a-8d77-b93799473257', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304/file'} Body: b'' 2023-04-18 20:57:59,026 79663 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 20:57:59,026 79663 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 20:57:59,556 79663 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.527s 2023-04-18 20:57:59,556 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1254562589", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB4K4jiBhwdBH4NYEm6XsMIMwgcE9OXszPKffO0tQ7ZLY26aAum3sBWuZH7jo4esVoKpUIb5N3erIFwr9wFu3NFSN6YCi+tTBIxL7Gd7r7FMnbTX4vohCbZ7V+SqN8CMNw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:59 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-99e3f320-857b-44ef-bba1-f650b06d991b', 'x-compute-request-id': 'req-99e3f320-857b-44ef-bba1-f650b06d991b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1254562589", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB4K4jiBhwdBH4NYEm6XsMIMwgcE9OXszPKffO0tQ7ZLY26aAum3sBWuZH7jo4esVoKpUIb5N3erIFwr9wFu3NFSN6YCi+tTBIxL7Gd7r7FMnbTX4vohCbZ7V+SqN8CMNw==", "fingerprint": "b4:a9:5e:8a:9f:bc:5b:31:c8:d9:62:ab:e6:48:42:95", "user_id": "f69c8b0336c84623b99e18a499be822d"}}' 2023-04-18 20:57:59,562 79663 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1254562589 created 2023-04-18 20:58:01,014 79663 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.452s 2023-04-18 20:58:01,015 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--270071236", "description": "tempest-description--1959342384"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-b97e359d-37dd-4d44-8e01-d21d0e30a3aa', 'date': 'Tue, 18 Apr 2023 20:58:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "name": "tempest-securitygroup--270071236", "stateful": true, "tenant_id": "92afe913f600401db1a67dbf41476e39", "description": "tempest-description--1959342384", "shared": false, "security_group_rules": [{"id": "4eec74a8-6913-434c-bdcc-918987ccd749", "tenant_id": "92afe913f600401db1a67dbf41476e39", "security_group_id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "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": 322, "description": null, "tags": [], "created_ at": "2023-04-18T20:58:00Z", "updated_at": "2023-04-18T20:58:00Z", "revision_number": 0, "project_id": "92afe913f600401db1a67dbf41476e39"}, {"id": "b2b1e26d-e36a-44f6-af7b-e4e9a68227c4", "tenant_id": "92afe913f600401db1a67dbf41476e39", "security_group_id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "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": 321, "description": null, "tags": [], "created_at": "2023-04-18T20:58:00Z", "updated_at": "2023-04-18T20:58:00Z", "revision_number": 0, "project_id": "92afe913f600401db1a67dbf41476e39"}], "tags": [], "created_at": "2023-04-18T20:58:00Z", "updated_at": "2023-04-18T20:58:00Z", "revision_number": 1, "project_id": "92afe913f600401db1a67dbf41476e39"}}' 2023-04-18 20:58:01,933 79663 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.918s 2023-04-18 20:58:01,934 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "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-dd35211d-d2ee-4675-98d9-5505156e58bf', 'date': 'Tue, 18 Apr 2023 20:58:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4a2c8a4a-0ca6-42a1-8140-ecf93c807ae0", "tenant_id": "92afe913f600401db1a67dbf41476e39", "security_group_id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "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-18T20:58:01Z", "updated_at": "2023-04-18T20:58:01Z", "revision_number": 0, "project_id": "92afe913f600401db1a67dbf41476e39"}}' 2023-04-18 20:58:02,601 79663 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.666s 2023-04-18 20:58:02,601 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4a029313-4c36-44f0-8a17-b863952f9ef2', 'date': 'Tue, 18 Apr 2023 20:58:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fd63f55b-a0f7-4a7b-8fd5-ad43a2a2ef2d", "tenant_id": "92afe913f600401db1a67dbf41476e39", "security_group_id": "9d67fa18-8981-4858-a06b-4d2154757bc8", "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-18T20:58:02Z", "updated_at": "2023-04-18T20:58:02Z", "revision_number": 0, "project_id": "92afe913f600401db1a67dbf41476e39"}}' 2023-04-18 20:58:02,602 79663 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--270071236 created 2023-04-18 20:58:04,544 79663 INFO [tempest.lib.common.rest_client] Request ( ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.941s 2023-04-18 20:58:04,544 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-e5cf635e-1557-469e-97ec-7f8473ca0e22', 'date': 'Tue, 18 Apr 2023 20:58:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b1500c55-46e3-480c-b283-4a35f379b086", "tenant_id": "92afe913f600401db1a67dbf41476e39", "floating_ip_address": "172.24.4.61", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "92afe913f600401db1a67dbf41476e39", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:58:03Z", "updated_at": "2023-04-18T20:58:03Z", "revision_number": 0}}' 2023-04-18 20:58:04,545 79663 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b1500c55-46e3-480c-b283-4a35f379b086', 'tenant_id': '92afe913f600401db1a67dbf41476e39', 'floating_ip_address': '172.24.4.61', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '92afe913f600401db1a67dbf41476e39', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:03Z', 'updated_at': '2023-04-18T20:58:03Z', 'revision_number': 0, 'ip': '172.24.4.61'} created 2023-04-18 20:58:04,722 79663 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.172s 2023-04-18 20:58:04,722 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:04 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-7341346a-d1fa-45ab-9d15-637560dd6e08', '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": "f69c8b0336c84623b99e18a499be822d", "name": "tempest-AttachSCSIVolumeTestJSON-1388253824-project-member", "password_expires_at": null}, "audit_ids": ["FqopFOIXQamwZw-4w8L-og"], "expires_at": "2023-04-18T21:58:04.000000Z", "issued_at": "2023-04-18T20:58:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92afe913f600401db1a67dbf41476e39", "name": "tempest-AttachSCSIVolumeTestJSON-1388253824"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39", "regio n": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/92afe913f600401db1a67dbf41476e39", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:58:04,723 79663 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '64003b59-ca7e-47de-9f25-a8b8d06c81c7', 'name': 'tempest-AttachSCSIVolumeTestJSON-152429209-network', 'tenant_id': '92afe913f600401db1a67dbf41476e39', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '92afe913f600401db1a67dbf41476e39', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35723, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 20:58:04,723 79663 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1254562589', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB4K4jiBhwdBH4NYEm6XsMIMwgcE9OXszPKffO0tQ7ZLY26aAum3sBWuZH7jo4esVoKpUIb5N3erIFwr9wFu3NFSN6YCi+tTBIxL7Gd7r7FMnbTX4vohCbZ7V+SqN8CMNw==', 'fingerprint': 'b4:a9:5e:8a:9f:bc:5b:31:c8:d9:62:ab:e6:48:42:95', 'user_id': 'f69c8b0336c84623b99e18a499be822d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB+KXsf9NwSAXyDYCiXZXP6ULXaPikCMscbWQ+Zk3xkfWH/1OkVENXX\nCco2lR17ELWgBwYFK4EEACKhZANiAAQeCuI4gYcHQR+DWBJul7DCDMIHBPTl7Mzy\nn3ztLUO2S2NumgLpt7AVrmR+46OHrFaCqVCG+Td3qyBcK/cBbtzRUjemAovrUwSM\nS+xne6+xTJ201+L6IQm2e1fkqjfAjDc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9d67fa18-8981-4858-a06b-4d2154757bc8', 'name': 'tempest-securitygroup--270071236', 'stateful': True, 'tenant_id': '92afe913f600401db1a67dbf41476e39', 'description': 'tempest-description--1959342384', 'shared': False, 'security_group_rules': [{'id': '4eec74a8-6913-434c-bdcc-918987ccd749', 'tenant_id': '92afe913f600401db1a67dbf41476e39', 'security_group_id': '9d67fa18-8981-4858-a06b-4d2154757bc8', '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': 322, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:00Z', 'updated_at': '2023-04-18T20:58:00Z', 'revision_number': 0, 'project_id': '92afe913f600401db1a67dbf41476e39'}, {'id': 'b2b1e26d-e36a-44f6-af7b-e4e9a68227c4', 'tenant_id': '92afe913f600401db1a67dbf41476e39', 'security_group_i d': '9d67fa18-8981-4858-a06b-4d2154757bc8', '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': 321, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:00Z', 'updated_at': '2023-04-18T20:58:00Z', 'revision_number': 0, 'project_id': '92afe913f600401db1a67dbf41476e39'}], 'tags': [], 'created_at': '2023-04-18T20:58:00Z', 'updated_at': '2023-04-18T20:58:00Z', 'revision_number': 1, 'project_id': '92afe913f600401db1a67dbf41476e39'}, 'floating_ip': {'id': 'b1500c55-46e3-480c-b283-4a35f379b086', 'tenant_id': '92afe913f600401db1a67dbf41476e39', 'floating_ip_address': '172.24.4.61', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '92afe913f600401db1a67dbf41476e39', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:03Z', 'updated_at': '2023-04-18T20:58:03Z', 'revision_number': 0, 'ip': '172.24.4.61'}} 2023-04-18 20:58:06,818 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/compute/v2.1/servers 2.094s 2023-04-18 20:58:06,819 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1327249685", "imageRef": "ae768640-151e-4f87-8a4c-05ba7b3ea304", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "64003b59-ca7e-47de-9f25-a8b8d06c81c7"}], "security_groups": [{"name": "tempest-securitygroup--270071236"}], "key_name": "tempest-keypair-1254562589", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a446c3de-ad18-4d27-b01f-5becfb0681ec', 'x-compute-request-id': 'req-a446c3de-ad18-4d27-b01f-5becfb0681ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9e4bd7e5-d295-48a4-a218-77396df75c11", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--270071236"}], "adminPass": "Tsein3qP9NmU"}}' 2023-04-18 20:58:06,977 79663 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/9e4bd7e5-d295-48a4-a218-77396df75c11 0.155s 2023-04-18 20:58:06,977 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:06 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-5b15cc50-f907-4aca-9d37-691a84852816', 'x-compute-request-id': 'req-5b15cc50-f907-4aca-9d37-691a84852816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/co mpute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11'} Body: b'{"server": {"id": "9e4bd7e5-d295-48a4-a218-77396df75c11", "name": "tempest-AttachSCSIVolumeTestJSON-server-1327249685", "status": "BUILD", "tenant_id": "92afe913f600401db1a67dbf41476e39", "user_id": "f69c8b0336c84623b99e18a499be822d", "metadata": {}, "hostId": "", "image": {"id": "ae768640-151e-4f87-8a4c-05ba7b3ea304", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ae768640-151e-4f87-8a4c-05ba7b3ea304"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:07Z", "updated": "2023-04-18T20:58:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1254562589", "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-18 20:58:57,419 79663 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/9e4bd7e5-d295-48a4-a218-77396df75c11 0.382s 2023-04-18 20:58:57,419 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:57 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-2a1856c2-4066-4807-ae8a-4fb5c39d1dc8', 'x-compute-request-id': 'req-2a1856c2-4066-4807-ae8a-4fb5c39d1dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11'} Body: b'{"server": {"id": "9e4bd7e5-d295-48a4-a218-77396df75c11", "name": "tempest-AttachSCSIVolumeTestJSON-server-1327249685", "status": "ACTIVE", "tenant_id": "92afe913f600401db1a67dbf41476e39", "user_id": "f69c8b0336c84623b99e18a499be822d", "metadata": {}, "hostId": "45ecd3134c564f98e7b8cc123ae308f2525755d284a68305f6462a61", "image": {"id": "ae768640-151e-4f87-8a4c-05ba7b3ea304", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ae768640-151e-4f87-8a4c-05ba7b3ea304"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:06Z", "updated": "2023-04-18T20:58:19Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-152429209-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ff:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1254562589", "OS-SRV-USG:launched_at": "2023-04-18T20:58:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--270071236"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 20:58:57,431 79663 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 20:59:57,696 79663 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/9e4bd7e5-d295-48a4-a218-77396df75c11/os-interface 0.204s 2023-04-18 20:59:57,697 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:57 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-7e99e6c1-f4f0-4ebe-bfce-580c0b3c6e48', 'x-compute-request-id': 'req-7e99e6c1-f4f0-4ebe-bfce-580c0b3c6e48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "64003b59-ca7e-47de-9f25-a8b8d06c81c7", "port_id": "f5008b3e-15d9-4809-98f3-d4a8911a27e0", "mac_addr": "fa:16:3e:97:ff:a9", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7c306c63-d117-4a6b-b876-e7579c54d7b5", "ip_address": "10.0.0.14"}]}]}' 2023-04-18 20:59:58,404 79663 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/b1500c55-46e3-480c-b283-4a35f379b086 0.703s 2023-04-18 20:59:58,405 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f5008b3e-15d9-4809-98f3-d4a8911a27e0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e0f85234-780c-4ef4-8c93-d43f87a1890d', 'date': 'Tue, 18 Apr 2023 20:59:58 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b1500c55-46e3-480c-b283-4a35f379b086'} Body: b'{"floatingip": {"id": "b1500c55-46e3-480c-b283-4a35f379b086", "tenant_id": "92afe913f600401db1a67dbf41476e39", "floating_ip_address": "172.24.4.61", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "970d74b9-3360-431a-af04-7b8754a0c396", "port_id": "f5008b3e-15d9-4809-98f3-d4a8911a27e0", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "64003b59-ca7e-47de-9f25-a8b8d06c81c7", "mac_address": "fa:16:3e:97:ff:a9", "admin_state_up": true, "status": "ACTIVE", "device_id": "9e4bd7e5-d295-48a4-a218-77396df75c11", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:58:03Z", "updated_at": "2023-04-18T20:59:57Z", "revision_number": 1, "project_id": "92afe913f600401db1a67dbf41476e39"}}' 2023-04-18 20:59:58,406 79663 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.61:22' as 'cirros' with public key authentication 2023-04-18 20:59:58,431 79663 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 20:59:58,452 79663 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 20:59:58,452 79663 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.61 successfully created 2023-04-18 20:59:58,716 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes 0.262s 2023-04-18 20:59:58,716 79663 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-1424298765"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f1da0a-4a46-4970-bc68-1df80520a547', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f1da0a-4a46-4970-bc68-1df80520a547', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes'} Body: b'{"volume": {"id": "881f97ff-7849-4e69-a07c-9fb430b498d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:58.640127", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1424298765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7"}], "user_id": "f69c8b0336c84623b99e18a499be822d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 20:59:58,766 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7 0.040s 2023-04-18 20:59:58,766 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab9edf1d-862f-443a-a5e1-6e1b4a4abe6e', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab9edf1d-862f-443a-a5e1-6e1b4a4abe6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7'} Body: b'{"volume": {"id": "881f97ff-7849-4e69-a07c-9fb430b498d7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:59.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1424298765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7"}], "user_id": "f69c8b0336c84623b99e18a499be822d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92afe913f600401db1a67dbf41476e39"}}' 2023-04-18 20:59:59,822 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7 0.040s 2023-04-18 20:59:59,823 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b170bcee-9165-4916-9d38-fb1c96be3a7d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b170bcee-9165-4916-9d38-fb1c96be3a7d', 'connection': 'close', 'status': '200', 'con tent-location': 'http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7'} Body: b'{"volume": {"id": "881f97ff-7849-4e69-a07c-9fb430b498d7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T20:59:59.000000", "updated_at": "2023-04-18T20:59:59.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1424298765", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/92afe913f600401db1a67dbf41476e39/volumes/881f97ff-7849-4e69-a07c-9fb430b498d7"}], "user_id": "f69c8b0336c84623b99e18a499be822d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92afe913f600401db1a67dbf41476e39"}}' 2023-04-18 20:59:59,983 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11 0.148s 2023-04-18 20:59:59,983 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0915919d-9cde-4c58-8874-c30fba8fbf3f', 'x-compute-request-id': 'req-0915919d-9cde-4c58-8874-c30fba8fbf3f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11'} Body: b'' 2023-04-18 21:00:00,235 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11 0.251s 2023-04-18 21:00:00,236 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e94d066c-8748-475e-bcf4-dda794929d7c', 'x-compute-request-id': 'req-e94d066c-8748-475e-bcf4-dda794929d7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11'} Body: b'{"server": {"id": "9e4bd7e5-d295-48a4-a218-77396df75c11", "name": "tempest-AttachSCSIVolumeTestJSON-server-1327249685", "status": "ACTIVE", "tenant_id": "92afe913f600401db1a67dbf41476e39", "user_id": "f69c8b0336c84623b99e18a499be822d", "metadata": {}, "hostId": "45ecd3134c564f98e7b8cc123ae308f2525755d284a68305f6462a61", "image": {"id": "ae768640-151e-4f87-8a4c-05ba7b3ea304", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/ae768640-151e-4f87-8a4c-05ba7b3ea304"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:06Z", "updated": "2023-04-18T21:00:00Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-152429209-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ff:a9"}, {"version": 4, "addr": "172.24.4.61", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:ff:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9e4bd7e5-d295-48a4-a218-77396df75c11"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1254562589", "OS-SRV-USG:launched_at": "2023-04-18T20:58:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--270071236"}], "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-18 21:00:50,296 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11 0.046s 2023-04-18 21:00:50,297 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:50 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-27262d9c-a5bb-4e12-853e-71f45211ac12', 'x-compute-request-id': 'req-27262d9c-a5bb-4e12-853e-71f45211ac12', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9e4bd7e5-d295-48a4-a218-77396df75c11'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9e4bd7e5-d295-48a4-a218-77396df75c11 could not be found."}}' 2023-04-18 21:00:50,339 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1254562589 0.041s 2023-04-18 21:00:50,339 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:50 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-f9eda608-c14d-4c63-b4ab-7e3fd7d8a6f2', 'x-compute-request-id': 'req-f9eda608-c14d-4c63-b4ab-7e3fd7d8a6f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1254562589'} Body: b'' 2023-04-18 21:00:50,501 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9d67fa18-8981-4858-a06b-4d2154757bc8 0.161s 2023-04-18 21:00:50,501 79663 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-c27b982d-9ad7-40e7-93bc-efd171fa379f', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:00:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9d67fa18-8981-4858-a06b-4d2154757bc8'} Body: b'' 2023-04-18 21:00:50,519 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/9d67fa18-8981-4858-a06b-4d2154757bc8 0.017s 2023-04-18 21:00:50,519 79663 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-opens tack-request-id': 'req-0fddd00b-18a8-4dd5-bd14-e7fef96b70dc', 'date': 'Tue, 18 Apr 2023 21:00:50 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9d67fa18-8981-4858-a06b-4d2154757bc8'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9d67fa18-8981-4858-a06b-4d2154757bc8 does not exist", "detail": ""}}' 2023-04-18 21:00:51,066 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b1500c55-46e3-480c-b283-4a35f379b086 0.546s 2023-04-18 21:00:51,066 79663 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-8e3ea9e6-24c1-40e5-bb29-2c83bac8a960', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:00:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b1500c55-46e3-480c-b283-4a35f379b086'} Body: b'' 2023-04-18 21:00:51,315 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304 0.248s 2023-04-18 21:00:51,315 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-58a02227-faba-4491-8d8a-f19c6e35d9d4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304'} Body: b'' 2023-04-18 21:00:51,333 79663 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304 0.017s 2023-04-18 21:00:51,333 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a20a231b-6ec2-433b-ac60-24d359ecacbe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/ae768640-151e-4f87-8a4c-05ba7b3ea304'} Body: b'{"message": "No image found with ID ae768640-151e-4f87-8a4c-05ba7b3ea304

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' 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 f3323a1e-64bf-4e8e-9c92-65546a8c51fc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:01:04,951 79663 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes 0.314s 2023-04-18 21:01:04,951 79663 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-1763878161"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c3a12dc-c041-4441-9d28-3a942faf310a', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c3a12dc-c041-4441-9d28-3a942faf310a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes'} Body: b'{"volume": {"id": "f3323a1e-64bf-4e8e-9c92-65546a8c51fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:04.890469", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1763878161", "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/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}], "user_id": "22b34f0c2f234d24883e6c515d899ae3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:01:04,999 79663 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc 0.039s 2023-04-18 21:01:05,000 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed9bcc88-661f-4724-a6c9-b6da0fee61e6', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed9bcc88-661f-4724-a6c9-b6da0fee61e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc'} Body: b'{"volume": {"id": "f3323a1e-64bf-4e8e-9c92-65546a8c51fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:05.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1763878161", "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/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}], "user_id": "22b34f0c2f234d24883e6c515d899ae3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa774fedc1c449f9bf93d0c3bc2aa29f"}}' 2023-04-18 21:01:06,058 79663 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a 8c51fc 0.045s 2023-04-18 21:01:06,058 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0112624-69f2-4b70-9584-1da2704df919', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0112624-69f2-4b70-9584-1da2704df919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc'} Body: b'{"volume": {"id": "f3323a1e-64bf-4e8e-9c92-65546a8c51fc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:05.000000", "updated_at": "2023-04-18T21:01:05.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1763878161", "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/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}], "user_id": "22b34f0c2f234d24883e6c515d899ae3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa774fedc1c449f9bf93d0c3bc2aa29f"}}' 2023-04-18 21:01:06,154 79663 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc 0.082s 2023-04-18 21:01:06,154 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f51a2098-e4a9-4352-8057-f8e34b257619', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f51a2098-e4a9-4352-8057-f8e34b257619', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc'} Body: b'{"volume": {"id": "f3323a1e-64bf-4e8e-9c92-65546a8c51fc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:05.000000", "updated_at": "2023-04-18T21:01:05.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1763878161", "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/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc"}], "user_id": "22b34f0c2f234d24883e6c515d899ae3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aa774fedc1c449f9bf93d0c3bc2aa29f"}}' 2023-04-18 21:01:06,266 79663 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc 0.097s 2023-04-18 21:01:06,266 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01: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-084657af-13f9-4ce4-8781-7cc3a74567df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc'} Body: b'' 2023-04-18 21:01:06,294 79663 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc 0.027s 2023-04-18 21:01:06,294 79663 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01: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-95393f5d-0477-4cc8-b765-fc837da77f27', 'x-openstack-request-id': 'req-95393f5d-0477-4cc8-b765-fc837da77f27', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/aa774fedc1c449f9bf93d0c3bc2aa29f/volumes/f3323a1e-64bf-4e8e-9c92-65546a8c51fc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f3323a1e-64bf-4e8e-9c92-65546a8c51fc could not be found."}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f3aaabc9-44e1-4856-87e8-6990023cfc43 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:58:23,377 79667 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 20:58:23,377 79667 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 20:58:23,615 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.235s 2023-04-18 20:58:23,616 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1949563291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMDSx2t8c93OTuOOVYRjpGMsUnBHn3H2UxZGDfPdKbmRrWXN19Wx3EMFSgqPuYB1iKJPyPRYHKjQv8B3R7BVboj9FYnrQgSPcVoJ7DL1tlRvtVx265Gk5WO0uj872TGR4A=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:23 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-3c349bd1-a1e4-4abe-909c-4d72676787b5', 'x-compute-request-id': 'req-3c349bd1-a1e4-4abe-909c-4d72676787b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1949563291", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMDSx2t8c93OTuOOVYRjpGMsUnBHn3H2UxZGDfPdKbmRrWXN19Wx3EMFSgqPuYB1iKJPyPRYHKjQv8B3R7BVboj9FYnrQgSPcVoJ7DL1tlRvtVx265Gk5WO0uj872TGR4A==", "fingerprint": "5c:f8:03:12:8e:af:84:ce:28:86:0e:a0:c9:87:7e:65", "user_id": "5370e1ed421443439d6463efd2fae614"}}' 2023-04-18 20:58:23,619 79667 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1949563291 created 2023-04-18 20:58:24,019 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.400s 2023-04-18 20:58:24,020 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1323471069", "description": "tempest-description--1610604674"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-e030818a-9e67-42f0-b463-01d435e65a24', 'date': 'Tue, 18 Apr 2023 20:58:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c883d306-bf28-4a40-a83b-99fac502756b", "name": "tempest-securitygroup--1323471069", "stateful": true, "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "description": "tempest-description--1610604674", "shared": false, "security_group_rules": [{"id": "5d593848-a583-4188-8395-0f16fde8cb8c", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "c883d306-bf28-4a40-a83b-99fac502756b", "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": 410, "description": null, "tags": [], "created_at": "2023-04-18T20:58:23Z", "updated_at": "2023-04-18T20:58:23Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}, {"id": "83631555-8139-4cbe-8a3e-e7bada032027", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "c883d306-bf28-4a40-a83b-99fac502756b", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 411, "description": null, "tags": [], "created_at": "2023-04-18T20:58:23Z", "updated_at": "2023-04-18T20:58:23Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}], "tags": [], "created_at": "2023-04-18T20:58:23Z", "updated_at": "2023-04-18T20:58:23Z", "revision_number": 1, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 20:58:24,319 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.298s 2023-04-18 20:58:24,319 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c883d306-bf28-4a40-a83b-99fac502756b", "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-5d0824fa-2653-44b5-a976-da8ba6ad4f1c', 'date': 'Tue, 18 Apr 2023 20:58:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "afae0166-dbf7-4268-af07-200ecffe909e", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "c883d306-bf28-4a40-a83b-99fac502756b", "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-18T20:58:24Z", "updated_at": "2023-04-18T20:58:24Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 20:58:24,649 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.329s 2023-04-18 20:58:24,649 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c883d306-bf28-4a40-a83b-99fac502756b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-dae0bcb9-3acf-493d-a4eb-067b1fce73f7', 'date': 'Tue, 18 Apr 2023 20:58:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f55b11e0-9025-4318-ab76-331e2b3ed3e5", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "c883d306-bf28-4a40-a83b-99fac502756b", "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-18T20:58:24Z", "updated_at": "2023-04-18T20:58:24Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 20:58:24,649 79667 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1323471069 created 2023-04-18 20:58:25,907 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.257s 2023-04-18 20:58:25,907 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-9497695f-dc94-4353-9f1c-6eaf953ee673', 'date': 'Tue, 18 Apr 2023 20:58:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4ebe1837-970a-4094-8fb2-5572a67ebad4", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "floating_ip_address": "172.24.4.92", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3a910c3017f1428c9f1c09133d73cfcc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:58:25Z", "updated_at": "2023-04-18T20:58:25Z", "revision_number": 0}}' 2023-04-18 20:58:25,908 79667 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4ebe1837-970a-4094-8fb2-5572a67ebad4', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'floating_ip_address': '172.24.4.92', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:25Z', 'updated_at': '2023-04-18T20:58:25Z', 'revision_number': 0, 'ip': '172.24.4.92'} created 2023-04-18 20:58:25,993 79667 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.080s 2023-04-18 20:58:25,994 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e2156c0f-7d47-498d-8ec1-fe5b56e17e58', '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": "5370e1ed421443439d6463efd2fae614", "name": "tempest-AttachVolumeNegativeTest-25072355-project-member", "password_expires_at": null}, "audit_ids": ["jFqGgjwJTFmogoorTtqwxw"], "expires_at": "2023-04-18T21:58:25.000000Z", "issued_at": "2023-04-18T20:58:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a910c3017f1428c9f1c09133d73cfcc", "name": "tempest-AttachVolumeNegativeTest-25072355"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne ", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:58:25,995 79667 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'c3b319de-2fa3-4858-b85a-891d6736ed6b', 'name': 'tempest-AttachVolumeNegativeTest-1307280522-network', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:58:15Z', 'updated_at': '2023-04-18T20:58:15Z', 'revision_number': 1} available for tenant 2023-04-18 20:58:25,995 79667 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1949563291', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMDSx2t8c93OTuOOVYRjpGMsUnBHn3H2UxZGDfPdKbmRrWXN19Wx3EMFSgqPuYB1iKJPyPRYHKjQv8B3R7BVboj9FYnrQgSPcVoJ7DL1tlRvtVx265Gk5WO0uj872TGR4A==', 'fingerprint': '5c:f8:03:12:8e:af:84:ce:28:86:0e:a0:c9:87:7e:65', 'user_id': '5370e1ed421443439d6463efd2fae614', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDF/QWAp9HnGVouneF5PHBnOo7mJ82JJYOhVeVNDZD3xRDB0qk5kBvy\nkNuH0JiJqQegBwYFK4EEACKhZANiAATA0sdrfHPdzk7jjlWEY6RjLFJwR59x9lMW\nRg3z3Sm5ka1lzdfVsdxDBUoKj7mAdYiiT8j0WByo0L/Ad0ewVW6I/RWJ60IEj3Fa\nCewy9bZUb7VcduuRpOVjtLo/O9kxkeA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c883d306-bf28-4a40-a83b-99fac502756b', 'name': 'tempest-securitygroup--1323471069', 'stateful': True, 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': 'tempest-description--1610604674', 'shared': False, 'security_group_rules': [{'id': '5d593848-a583-4188-8395-0f16fde8cb8c', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'security_group_id': 'c883d306-bf28-4a40-a83b-99fac502756b', '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': 410, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:23Z', 'updated_at': '2023-04-18T20:58:23Z', 'revision_number': 0, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}, {'id': '83631555-8139-4cbe-8a3e-e7bada032027', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'security_group_id': 'c883d306-bf28-4a40-a83b-99fac502756b', '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': 411, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:23Z', 'updated_at': '2023-04-18T20:58:23Z', 'revision_number': 0, 'project_id': '3a910c3017f1428c9f1c0 9133d73cfcc'}], 'tags': [], 'created_at': '2023-04-18T20:58:23Z', 'updated_at': '2023-04-18T20:58:23Z', 'revision_number': 1, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}, 'floating_ip': {'id': '4ebe1837-970a-4094-8fb2-5572a67ebad4', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'floating_ip_address': '172.24.4.92', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:25Z', 'updated_at': '2023-04-18T20:58:25Z', 'revision_number': 0, 'ip': '172.24.4.92'}} 2023-04-18 20:58:27,591 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.595s 2023-04-18 20:58:27,591 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-248362096", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c3b319de-2fa3-4858-b85a-891d6736ed6b"}], "security_groups": [{"name": "tempest-securitygroup--1323471069"}], "key_name": "tempest-keypair-1949563291", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daed4111-eef5-43bf-8116-142a6c1f8a0e', 'x-compute-request-id': 'req-daed4111-eef5-43bf-8116-142a6c1f8a0e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "12094087-b11e-4575-b6b3-09fb4091588b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/12094087-b11e-4575-b6b3-09fb4091588b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1323471069"}], "adminPass": "password"}}' 2023-04-18 20:58:27,726 79667 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/12094087-b11e-4575-b6b3-09fb4091588b 0.131s 2023-04-18 20:58:27,726 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:27 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-124651d3-89d8-4e42-9141-b5c76da99163', 'x-compute-request-id': 'req-124651d3-89d8-4e42-9141-b5c76da99163', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b'} Body: b'{"server": {"id": "12094087-b11e-4575-b6b3-09fb4091588b", "name": "tempest-AttachVolumeNegativeTest-server-248362096", "status": "BUILD", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http:/ /10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:28Z", "updated": "2023-04-18T20:58:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/12094087-b11e-4575-b6b3-09fb4091588b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1949563291", "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-18 20:59:18,032 79667 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/12094087-b11e-4575-b6b3-09fb4091588b 0.242s 2023-04-18 20:59:18,032 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c340fc91-421a-472a-949d-fabff1307e6e', 'x-compute-request-id': 'req-c340fc91-421a-472a-949d-fabff1307e6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b'} Body: b'{"server": {"id": "12094087-b11e-4575-b6b3-09fb4091588b", "name": "tempest-AttachVolumeNegativeTest-server-248362096", "status": "ACTIVE", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "11fa9b63cf914189153847a449a3073bb8a2879433589067d5ec4641", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:27Z", "updated": "2023-04-18T20:58:36Z", "addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:b7:4d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/12094087-b11e-4575-b6b3-09fb4091588b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1949563291", "OS-SRV-USG:launched_at": "2023-04-18T20:58:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1323471069"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 20:59:18,044 79667 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 21:00:18,323 79667 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/12094087-b11e-4575-b6b3-09fb4091588b/os-interface 0.217s 2023-04-18 21:00:18,323 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Heade rs: {'date': 'Tue, 18 Apr 2023 21:00:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fcc891f-d7ae-4444-85a3-4b7dafe7dfae', 'x-compute-request-id': 'req-7fcc891f-d7ae-4444-85a3-4b7dafe7dfae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c3b319de-2fa3-4858-b85a-891d6736ed6b", "port_id": "b693a48f-eb48-46e8-910c-1112960e66b6", "mac_addr": "fa:16:3e:70:b7:4d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "867fbb1a-1a72-4264-9de2-9bb611425db7", "ip_address": "10.0.0.10"}]}]}' 2023-04-18 21:00:19,092 79667 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/4ebe1837-970a-4094-8fb2-5572a67ebad4 0.765s 2023-04-18 21:00:19,093 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "b693a48f-eb48-46e8-910c-1112960e66b6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-048b3478-0ed4-48b7-b1e9-015832b0d666', 'date': 'Tue, 18 Apr 2023 21:00:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4ebe1837-970a-4094-8fb2-5572a67ebad4'} Body: b'{"floatingip": {"id": "4ebe1837-970a-4094-8fb2-5572a67ebad4", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "floating_ip_address": "172.24.4.92", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "068ffa9c-bcf5-46fe-bc9a-40a38f680daa", "port_id": "b693a48f-eb48-46e8-910c-1112960e66b6", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c3b319de-2fa3-4858-b85a-891d6736ed6b", "mac_address": "fa:16:3e:70:b7:4d", "admin_state_up": true, "status": "ACTIVE", "device_id": "12094087-b11e-4575-b6b3-09fb4091588b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:58:25Z", "updated_at": "2023-04-18T21:00:18Z", "revision_number": 1, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:00:19,095 79667 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.92:22' as 'cirros' with public key authentication 2023-04-18 21:00:19,135 79667 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:00:19,159 79667 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:00:19,159 79667 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.92 successfully created 2023-04-18 21:00:19,200 79667 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/12094087-b11e-4575-b6b3-09fb4091588b/ips 0.040s 2023-04-18 21:00:19,201 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10db2f6c-8511-4e4f-b1b3-90e42f633f29', 'x-compute-request-id': 'req-10db2f6c-8511-4e4f-b1b3-90e42f633f29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575 -b6b3-09fb4091588b/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.10"}]}}' 2023-04-18 21:00:19,416 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes 0.211s 2023-04-18 21:00:19,416 79667 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-145848465"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d1f2798-237d-4901-8162-6c2d24d6c843', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d1f2798-237d-4901-8162-6c2d24d6c843', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes'} Body: b'{"volume": {"id": "f3aaabc9-44e1-4856-87e8-6990023cfc43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:00:19.355802", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-145848465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:00:19,473 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43 0.047s 2023-04-18 21:00:19,473 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e24c1d-533d-46d4-837e-08e90784bd8f', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e24c1d-533d-46d4-837e-08e90784bd8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43'} Body: b'{"volume": {"id": "f3aaabc9-44e1-4856-87e8-6990023cfc43", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:00:19.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-145848465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:00:20,525 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume _to_different_server): 200 GET http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43 0.040s 2023-04-18 21:00:20,526 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2199540-347b-40c2-a9f8-c2e27af269a7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2199540-347b-40c2-a9f8-c2e27af269a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43'} Body: b'{"volume": {"id": "f3aaabc9-44e1-4856-87e8-6990023cfc43", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:00:19.000000", "updated_at": "2023-04-18T21:00:19.000000", "name": "tempest-AttachVolumeNegativeTest-volume-145848465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/f3aaabc9-44e1-4856-87e8-6990023cfc43"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:00:20,710 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b 0.162s 2023-04-18 21:00:20,710 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:20 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-aac59e5d-6644-4c2c-ae87-c618d4e062e1', 'x-compute-request-id': 'req-aac59e5d-6644-4c2c-ae87-c618d4e062e1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b'} Body: b'' 2023-04-18 21:00:20,900 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b 0.189s 2023-04-18 21:00:20,900 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8262d3ce-9ab1-4083-9c39-ae4b9cbbe0dc', 'x-compute-request-id': 'req-8262d3ce-9ab1-4083-9c39-ae4b9cbbe0dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b'} Body: b'{"server": {"id": "12094087-b11e-4575-b6b3-09fb4091588b", "name": "tempest-AttachVolumeNegativeTest-server-248362096", "status": "ACTIVE", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "1 1fa9b63cf914189153847a449a3073bb8a2879433589067d5ec4641", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:27Z", "updated": "2023-04-18T21:00:21Z", "addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:b7:4d"}, {"version": 4, "addr": "172.24.4.92", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:b7:4d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/12094087-b11e-4575-b6b3-09fb4091588b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1949563291", "OS-SRV-USG:launched_at": "2023-04-18T20:58:36.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1323471069"}], "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-18 21:01:11,001 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b 0.040s 2023-04-18 21:01:11,001 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:10 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-6dd3581a-fdf2-4b95-bda6-554cb42d57fe', 'x-compute-request-id': 'req-6dd3581a-fdf2-4b95-bda6-554cb42d57fe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/12094087-b11e-4575-b6b3-09fb4091588b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 12094087-b11e-4575-b6b3-09fb4091588b could not be found."}}' 2023-04-18 21:01:11,031 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1949563291 0.029s 2023-04-18 21:01:11,031 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:11 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-4e08d154-305b-4509-9b69-495d1503e8bd', 'x-compute-request-id': 'req-4e08d154-305b-4509-9b69-495d1503e8bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1949563291'} Body: b'' 2023-04-18 21:01:11,190 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c883d306-bf28-4a40-a83b-99fac502756b 0.158s 2023-04-18 21:01:11,190 79667 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-53a8e2d4-2082-485f-ad21-8d690d53e830', 'co ntent-length': '0', 'date': 'Tue, 18 Apr 2023 21:01:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c883d306-bf28-4a40-a83b-99fac502756b'} Body: b'' 2023-04-18 21:01:11,211 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/c883d306-bf28-4a40-a83b-99fac502756b 0.020s 2023-04-18 21:01:11,211 79667 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-21b7c406-3153-44bb-83c0-4b34d8ebe912', 'date': 'Tue, 18 Apr 2023 21:01:11 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c883d306-bf28-4a40-a83b-99fac502756b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c883d306-bf28-4a40-a83b-99fac502756b does not exist", "detail": ""}}' 2023-04-18 21:01:11,685 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4ebe1837-970a-4094-8fb2-5572a67ebad4 0.473s 2023-04-18 21:01:11,685 79667 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-a85b607b-99b1-4389-a5cb-5362cbdabe53', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:01:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4ebe1837-970a-4094-8fb2-5572a67ebad4'} Body: b'' setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) --------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2950a9cd-73bc-4416-b36e-8f3d14819635 failed to build and is in ERROR status tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 3deb0d7f-f532-4d52-9393-4c4353aacb78 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T21:00:38Z', 'message': 'Build of instance 3deb0d7f-f532-4d52-9393-4c4353aacb78 aborted: Volume e90841bb-5b16-4953-9338-b8f01cf645aa did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-381eac1a-91fd-4588-a45d-a5b42b240b16. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:26,204 79659 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.053s 2023-04-18 20:57:26,205 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0bbe86b1-bea1-4521-bf06-790a3bb4b8b0', '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": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132-project-member", "password_expires_at": null}, "audit_ids": ["qV-8ZqlvSNif8jwiTS3ONw"], "expires_at": "2023-04-18T21:57:26.000000Z", "issued_at": "2023-04-18T20:57:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a5f1bfc384749baaf2a69eacad57b87", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:57:26,205 79659 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '2a459fb0-36eb-4c75-afd7-0de7482741f7', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1987626567-network', 'tenant_id': '8a5f1bfc384749baaf2a69eacad57b87', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'projec t_id': '8a5f1bfc384749baaf2a69eacad57b87', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 825, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 20:57:29,264 79659 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 3.058s 2023-04-18 20:57:29,265 79659 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-556738693", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "2a459fb0-36eb-4c75-afd7-0de7482741f7"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c', '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-5efe7a10-fbad-49d1-a3a6-4ac074289b17', 'x-compute-request-id': 'req-5efe7a10-fbad-49d1-a3a6-4ac074289b17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "v75FarhwaLEh"}}' 2023-04-18 20:57:29,499 79659 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/72db6ee7-c1f6-46ef-b368-c1273e35ee3c 0.229s 2023-04-18 20:57:29,499 79659 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': 'Tue, 18 Apr 2023 20:57:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b45a6208-f8bc-4553-acdf-5b8bace5f4a3', 'x-compute-request-id': 'req-b45a6208-f8bc-4553-acdf-5b8bace5f4a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c'} Body: b'{"server": {"id": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-556738693", "status": "BUILD", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T20:57:29Z", "updated": "2023-04-18T20:57:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72db6ee7 -c1f6-46ef-b368-c1273e35ee3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}], "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-18 20:58:20,166 79659 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/72db6ee7-c1f6-46ef-b368-c1273e35ee3c 0.600s 2023-04-18 20:58:20,166 79659 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': 'Tue, 18 Apr 2023 20:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21f33147-08a2-426a-85fb-d304a26a0a8b', 'x-compute-request-id': 'req-21f33147-08a2-426a-85fb-d304a26a0a8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c'} Body: b'{"server": {"id": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-556738693", "status": "ACTIVE", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "f9d071e8f4bf88d004e2f5efc62dbdf8f33051ba45edde3ec3e7d92b", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T20:57:29Z", "updated": "2023-04-18T20:57:50Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1987626567-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:fd:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T20:57:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 20:58:20,184 79659 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 20:59:21,193 79659 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/72db6ee7-c1f6-46ef-b368-c1273e35ee3c/action 0.947s 2023-04-18 20:59:21,193 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStableRe scueTest-image-985498932"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-653b5cea-cdfc-4fa7-868e-0d1f5961debd', 'x-compute-request-id': 'req-653b5cea-cdfc-4fa7-868e-0d1f5961debd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c/action'} Body: b'{"image_id": "ba608844-d4e7-40c7-a434-2081b9a4b64a"}' 2023-04-18 20:59:21,219 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.023s 2023-04-18 20:59:21,219 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6dedd5bd-81fa-4a2e-a4ba-daf6de8c36a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:21Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:22,242 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.021s 2023-04-18 20:59:22,242 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f558aa24-b49e-4212-b09a-ff6a56eb0d0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_project_name": "tempest-ServerBootFromV olumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:21Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:23,271 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.027s 2023-04-18 20:59:23,272 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8d38e7f9-9bba-4d43-b5d0-acaff9f77a88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:21Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:24,303 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.029s 2023-04-18 20:59:24,303 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-73363f4f-7064-4681-b077-3f6a952ae03b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:24Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:25,328 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.023s 2023-04-18 20:59:25,329 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f20c9c0f-5cbf-4acf-9228-5ea2bce668ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:25Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:26,359 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.028s 2023-04-18 20:59:26,359 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'a pplication/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-40823e13-6c35-47dd-84c9-338355299edb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "aad868ee00b14e807c5a651687388911", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "19ee9d1d0641b59b4cf37a5148f9f42622fbe41af9eaf66642ced88baa95b19b6993e9d6b692db9b13ebe227b09d3e72a1226d95dc5b3a842b30c7421ec65dbc", "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:26Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:26,383 79659 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/ba608844-d4e7-40c7-a434-2081b9a4b64a 0.022s 2023-04-18 20:59:26,383 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-34a3ffce-c746-41a5-9812-0aa903628bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-985498932", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "aad868ee00b14e807c5a651687388911", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden" : false, "os_hash_algo": "sha512", "os_hash_value": "19ee9d1d0641b59b4cf37a5148f9f42622fbe41af9eaf66642ced88baa95b19b6993e9d6b692db9b13ebe227b09d3e72a1226d95dc5b3a842b30c7421ec65dbc", "id": "ba608844-d4e7-40c7-a434-2081b9a4b64a", "created_at": "2023-04-18T20:59:21Z", "updated_at": "2023-04-18T20:59:26Z", "tags": [], "self": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a", "file": "/v2/images/ba608844-d4e7-40c7-a434-2081b9a4b64a/file", "schema": "/v2/schemas/image"}' 2023-04-18 20:59:26,760 79659 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/72db6ee7-c1f6-46ef-b368-c1273e35ee3c 0.377s 2023-04-18 20:59:26,761 79659 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': 'Tue, 18 Apr 2023 20:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5025bfcc-656e-4639-97cd-a6ad8538f8e2', 'x-compute-request-id': 'req-5025bfcc-656e-4639-97cd-a6ad8538f8e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c'} Body: b'{"server": {"id": "72db6ee7-c1f6-46ef-b368-c1273e35ee3c", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-556738693", "status": "ACTIVE", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "f9d071e8f4bf88d004e2f5efc62dbdf8f33051ba45edde3ec3e7d92b", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T20:57:29Z", "updated": "2023-04-18T20:59:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1987626567-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:fd:72"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/72db6ee7-c1f6-46ef-b368-c1273e35ee3c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T20:57:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 21:00:26,921 79659 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.082s 2023-04-18 21:00:26,922 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a24bb891-4e3f-4645-bf84-935add1f20e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"metho ds": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132-project-member", "password_expires_at": null}, "audit_ids": ["9QRJRxvnSEuAGTfi4Egdlg"], "expires_at": "2023-04-18T22:00:26.000000Z", "issued_at": "2023-04-18T21:00:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a5f1bfc384749baaf2a69eacad57b87", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:00:26,923 79659 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '2a459fb0-36eb-4c75-afd7-0de7482741f7', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1987626567-network', 'tenant_id': '8a5f1bfc384749baaf2a69eacad57b87', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8a5f1bfc384749baaf2a69eacad57b87', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 825, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 21:00:28,228 79659 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.305s 2023-04-18 21:00:28,229 79659 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-913311237", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "2a459fb0-36eb-4c75-afd7-0de7482741f7"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78', '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-381eac1a-91fd-4588-a45d-a5b42b240b16', 'x-compute-request-id': 'req-381eac1a-91fd-4588-a45d-a5b42b240b16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3deb0d7f-f532-4d52-9393-4c4353aacb78", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "vQjTnGzXtoG7"}}' 2023-04-18 21:00:28,316 79659 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/3deb0d7f-f532-4d52-9393-4c4353aacb78 0.084s 2023-04-18 21:00:28,317 79659 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': 'Tue, 18 Apr 2023 21:00:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eeecfb11-9452-4856-b0a5-7f30e776ef33', 'x-compute-request-id': 'req-eeecfb11-9452-4856-b0a5-7f30e776ef33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78'} Body: b'{"server": {"id": "3deb0d7f-f532-4d52-9393-4c4353aacb78", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-913311237", "status": "BUILD", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:00:28Z", "updated": "2023-04-18T21:00:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78"}], "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-18 21:01:18,724 79659 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRe scueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78 0.343s 2023-04-18 21:01:18,725 79659 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': 'Tue, 18 Apr 2023 21:01:18 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-6e3e25f5-32a9-4334-ae64-fe4b6a678a59', 'x-compute-request-id': 'req-6e3e25f5-32a9-4334-ae64-fe4b6a678a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78'} Body: b'{"server": {"id": "3deb0d7f-f532-4d52-9393-4c4353aacb78", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-913311237", "status": "ERROR", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:00:28Z", "updated": "2023-04-18T21:00:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T21:00:38Z", "message": "Build of instance 3deb0d7f-f532-4d52-9393-4c4353aacb78 aborted: Volume e90841bb-5b16-4953-9338-b8f01cf645aa 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-18 21:01:18,741 79659 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-18 21:01:19,349 79659 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/3deb0d7f-f532-4d52-9393-4c4353aacb78 0.608s 2023-04-18 21:01:19,350 79659 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': 'Tue, 18 Apr 2023 21:01:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45503f35-977f-4175-a60a-5d4326946eec', 'x-compute-request-id': 'req-45503f35-977f-4175-a60a-5d4326946eec', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78'} Body: b'' 2023-04-18 21:01:19,422 79659 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/3deb0d7f-f532-4d52-9393-4c4 353aacb78 0.072s 2023-04-18 21:01:19,423 79659 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': 'Tue, 18 Apr 2023 21:01:19 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-0b7ccb71-30f5-4585-9bc6-a819207cbd4b', 'x-compute-request-id': 'req-0b7ccb71-30f5-4585-9bc6-a819207cbd4b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3deb0d7f-f532-4d52-9393-4c4353aacb78'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3deb0d7f-f532-4d52-9393-4c4353aacb78 could not be found."}}' 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 d36f78a9-83b6-40fb-8963-d602dbfc3531 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 20:57:34,283 79657 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 20:57:34,658 79657 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.371s 2023-04-18 20:57:34,658 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-280229981", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNFZ3mtD6dbg/sH/bfLL45e8YWnNuQvbN4NoTdQywz7ogxfM4Gw75mfhS0fSlJhcbyzYofAQSS+ebeMsW06mQzItR/rbssZ6+k+qN8vQnF6+NnaYyO5lQifjubPvHni9fw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:34 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-aea87801-6d58-4140-92f2-25bee4f3b285', 'x-compute-request-id': 'req-aea87801-6d58-4140-92f2-25bee4f3b285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-280229981", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNFZ3mtD6dbg/sH/bfLL45e8YWnNuQvbN4NoTdQywz7ogxfM4Gw75mfhS0fSlJhcbyzYofAQSS+ebeMsW06mQzItR/rbssZ6+k+qN8vQnF6+NnaYyO5lQifjubPvHni9fw==", "fingerprint": "9f:6c:e1:05:06:19:53:c7:f1:d6:24:1f:83:6f:c6:08", "user_id": "9856fa4dcb9d407bbeb0952587500917"}}' 2023-04-18 20:57:34,668 79657 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-280229981 created 2023-04-18 20:57:35,642 79657 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.972s 2023-04-18 20:57:35,642 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--396920405", "description": "tempest-description--1029950460"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-c6d2f2c1-2974-4a42-9b01-44e1f01c0ada', 'date': 'Tue, 18 Apr 2023 20:57:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "name": "tempest-securitygroup--396920405", "stateful": true, "tenant_id": "f7f30bf556984db19a19b918133d0ade", "description": "tempest-description--1029950460", "shared": false, "security_group_rules": [{"id": "417ff5b3-0199-4bde-9fab-c2ec7127aa34", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "security_group_id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "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": 211, "description": null, "tags": [], "created_at": "2023-04-18T20:57:34Z", "updated_at": "2023-04-18T20:57:34Z", "revision_number": 0, "project_id": "f7f30bf556984db19a19b918133d0ade"}, {"id": "919bac2a-8950-4d0c-8091-d97464395c02", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "security_group_id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "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": 212, "description": null, "tags": [], "created_at": "2023-04-18T20:57:34Z", "updated_at": "2023-04-18T20:57:34Z", "revision_number": 0, "project_id": "f7f30bf556984db19a19b918133d0ade"}], "tags": [], "created_at": "2023-04-18T20:57:34Z", "updated_at": "2023-04-18T20:57:34Z", "revision_number": 1, "project_id": "f7f30bf556984db19a19b918133d0ade"}}' 2023-04-18 20:57:37,068 79657 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.425s 2023-04-18 20:57:37,068 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "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-8332a37f-19eb-4e44-ba79-00ed30fbbb3f', 'date': 'Tue, 18 Apr 2023 20:57:37 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "53e6867d-ddfb-4ec5-9ea2-46040ac97d56", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "security_group_id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "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-18T20:57:36Z", "updated_at": "2023-04-18T20:57:36Z", "revision_number": 0, "project_id": "f7f30bf556984db19a19b918133d0ade"}}' 2023-04-18 20:57:38,260 79657 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.191s 2023-04-18 20:57:38,260 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-87124cbe-d72d-4002-b10e-6a98982d5eba', 'date': 'Tue, 18 Apr 2023 20:57:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "863132e9-c3e5-4665-9148-be77c7d82edf", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "security_group_id": "a93528ef-22dd-43a6-855e-6f73447a0a92", "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-18T20:57:37Z", "updated_at": "2023-04-18T20:57:37Z", "revision_number": 0, "project_id": "f7f30bf556984db19a19b918133d0ade"}}' 2023-04-18 20:57:38,261 79657 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--396920405 created 2023-04-18 20:57:42,837 79657 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 4.575s 2023-04-18 20:57:42,837 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a 8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-be260780-0663-403f-802d-a79a6876f4bc', 'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "12749670-d460-4c23-aaac-7a2e0c9c3a89", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "floating_ip_address": "172.24.4.140", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f7f30bf556984db19a19b918133d0ade", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:57:41Z", "updated_at": "2023-04-18T20:57:41Z", "revision_number": 0}}' 2023-04-18 20:57:42,837 79657 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '12749670-d460-4c23-aaac-7a2e0c9c3a89', 'tenant_id': 'f7f30bf556984db19a19b918133d0ade', 'floating_ip_address': '172.24.4.140', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f7f30bf556984db19a19b918133d0ade', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:57:41Z', 'updated_at': '2023-04-18T20:57:41Z', 'revision_number': 0, 'ip': '172.24.4.140'} created 2023-04-18 20:57:42,934 79657 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.090s 2023-04-18 20:57:42,935 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 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-834593b2-938a-4e93-b556-819a2a922124', '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": "9856fa4dcb9d407bbeb0952587500917", "name": "tempest-ServerStableDeviceRescueTest-1995300126-project-member", "password_expires_at": null}, "audit_ids": ["7JZDb4tTT4ic3pa9uGAbJw"], "expires_at": "2023-04-18T21:57:42.000000Z", "issued_at": "2023-04-18T20:57:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f7f30bf556984db19a19b918133d0ade", "name": "tempest-ServerStableDeviceRescueTest-1995300126"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f7f30bf556984db19a19b918133d0ade", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 20:57:42,935 79657 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'e8ac6e16-c9e2-4d15-b1fb-e33f0eea2d59', 'name': 'tempest-ServerStableDeviceRescueTest-2113676116-network', 'tenant_id': 'f7f30bf556984db19a19b918133d0ade', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f7f30bf556984db19a19b918133d0ade', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7146, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 20:57:42,936 79657 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-280229981', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNFZ3mtD6dbg/sH/bfLL45e8YWnNuQvbN4NoTdQywz7ogxfM4Gw75mfhS0fSlJhcbyzYofAQSS+ebeMsW06mQzItR/rbssZ6+k+qN8vQnF6+NnaYyO5lQifjubPvHni9fw==', 'fingerprint': '9f:6c:e1:05:06:19:53:c7:f1:d6:24:1f:83:6f:c6:08', 'user_id': '9856fa4dcb9d407bbeb0952587500917', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCfj0mbhupoyTSU5IXGNMjuspWyPjf8dAR2EOIlpmCd8jI1chaUOGRj\n4pxBrHBMFBugBwYFK4EEACKhZANiAATRWd5rQ+nW4P7B/23yy+OXvGFpzbkL2zeD\naE3UMsM+6IMXzOBsO+Zn4UtH0pSYXG8s2KHwEEkvnm3jLFtOpkMyLUf627LGevpP\nqjfL0JxevjZ2mMjuZUIn47mz7x54vX8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a93528ef-22dd-43a6-855e-6f73447a0a92', 'name': 'tempest-securitygroup--396920405', 'stateful': True, 'tenant_id': 'f7f30bf556984db19a19b918133d0ade', 'description': 'tempest-description--1029950460', 'shared': False, 'security_group_rules': [{'id': '417ff5b3-0199-4bde-9fab-c2ec7127aa34', 'tenant_id': 'f7f30bf556984db19a19b918133d0ade', 'security_group_id': 'a93528ef-22dd-43a6-855e-6f73447a0a92', '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': 211, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:57:34Z', 'updated_at': '2023-04-18T20:57:34Z', 'revision_number': 0, 'project_id': 'f7f30bf556984db19a19b918133d0ade'}, {'id': '919bac2a-8950-4d0c-8091-d97464395c02', 'tenant_id': 'f7f30bf556984db19a19b918133d0ade', 'security_group_id': 'a93528ef-22dd-43a6-855e-6f73447a0a92', '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': 212, 'description': None, 't ags': [], 'created_at': '2023-04-18T20:57:34Z', 'updated_at': '2023-04-18T20:57:34Z', 'revision_number': 0, 'project_id': 'f7f30bf556984db19a19b918133d0ade'}], 'tags': [], 'created_at': '2023-04-18T20:57:34Z', 'updated_at': '2023-04-18T20:57:34Z', 'revision_number': 1, 'project_id': 'f7f30bf556984db19a19b918133d0ade'}, 'floating_ip': {'id': '12749670-d460-4c23-aaac-7a2e0c9c3a89', 'tenant_id': 'f7f30bf556984db19a19b918133d0ade', 'floating_ip_address': '172.24.4.140', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f7f30bf556984db19a19b918133d0ade', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:57:41Z', 'updated_at': '2023-04-18T20:57:41Z', 'revision_number': 0, 'ip': '172.24.4.140'}} 2023-04-18 20:57:44,781 79657 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 1.844s 2023-04-18 20:57:44,782 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1267822158", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "e8ac6e16-c9e2-4d15-b1fb-e33f0eea2d59"}], "security_groups": [{"name": "tempest-securitygroup--396920405"}], "key_name": "tempest-keypair-280229981", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba473e54-7ab0-4aa1-bf31-fc88d34ffa37', 'x-compute-request-id': 'req-ba473e54-7ab0-4aa1-bf31-fc88d34ffa37', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--396920405"}], "adminPass": "wWsee826UYX9"}}' 2023-04-18 20:57:44,899 79657 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/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2 0.114s 2023-04-18 20:57:44,899 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:57:44 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-32c94d99-fa6a-4b7d-94d0-218342159f30', 'x-compute-request-id': 'req-32c94d99-fa6a-4b7d-94d0-218342159f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2'} Body: b'{"server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "name": "tempest-ServerStableDeviceRescueTest-server-1267822158", "status": "BUILD", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "user_id": "9856 fa4dcb9d407bbeb0952587500917", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:45Z", "updated": "2023-04-18T20:57:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-280229981", "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-18 20:58:35,295 79657 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/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2 0.334s 2023-04-18 20:58:35,295 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1552', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f624a7c-b127-4aae-a7ec-a99f6960a45f', 'x-compute-request-id': 'req-4f624a7c-b127-4aae-a7ec-a99f6960a45f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2'} Body: b'{"server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "name": "tempest-ServerStableDeviceRescueTest-server-1267822158", "status": "ACTIVE", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "user_id": "9856fa4dcb9d407bbeb0952587500917", "metadata": {}, "hostId": "ec58997bddd6706ef4d84fa8eb8634817a503443c819bf6d05d534da", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:44Z", "updated": "2023-04-18T20:58:00Z", "addresses": {"tempest-ServerStableDeviceRescueTest-2113676116-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:17:0a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-280229981", "OS-SRV-USG:launched_at": "2023-04-18T20:57:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--396920405"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 20:58:35,308 79657 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 20:59:35,789 79657 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/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2/os-interface 0.421s 2023-04-18 20:59:35,790 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:35 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-9e143279-d629-44ad-ada2-b3e8dc499197', 'x-compute-request-id': 'req-9e143279-d629-44ad-ada2-b3e8dc499197', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e8ac6e16-c9e2-4d15-b1fb-e33f0eea2d59", "port_id": "33329926-393f-4b4b-80c1-5b5d97bdfc2d", "mac_addr": "fa:16:3e:bc:17:0a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "609dfccd-f37c-47b3-b52b-af1e64853a81", "ip_address": "10.0.0.7"}]}]}' 2023-04-18 20:59:37,224 79657 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/12749670-d460-4c23-aaac-7a2e0c9c3a89 1.430s 2023-04-18 20:59:37,224 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "33329926-393f-4b4b-80c1-5b5d97bdfc2d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c5081466-407a-4d69-94d5-ca58ae66ee22', 'date': 'Tue, 18 Apr 2023 20:59:37 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/12749670-d460-4c23-aaac-7a2e0c9c3a89'} Body: b'{"floatingip": {"id": "12749670-d460-4c23-aaac-7a2e0c9c3a89", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "floating_ip_address": "172.24.4.140", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "e4ace073-2686-4587-929e-23ad3addc6e1", "port_id": "33329926-393f-4b4b-80c1-5b5d97bdfc2d", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e8ac6e16-c9e2-4d15-b1fb-e33f0eea2d59", "mac_address": "fa:16:3e:bc:17:0a", "admin_state_up": true, "status": "ACTIVE", "device_id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T20:57:41Z", "updated_at": "2023-04-18T20:59:36Z", "revision_number": 1, "project_id": "f7f30bf556984db19a19b918133d0ade"}}' 2023-04-18 20:59:37,226 79657 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.140:22' as 'cirros' with public key authentication 2023-04-18 20:59:37,244 79657 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 20:59:37,266 79657 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 20:59:37,267 79657 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.140 successfully created 2023-04-18 20:59:38,090 79657 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/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2/action 0.822s 2023-04-18 20:59:38,090 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1894514503"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:37 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/484aebc1-ec99-4bb3-ab97-400f4649554c ', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edf51c27-7417-4002-9a33-9a3abcb7839f', 'x-compute-request-id': 'req-edf51c27-7417-4002-9a33-9a3abcb7839f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2/action'} Body: b'' 2023-04-18 20:59:38,148 79657 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/484aebc1-ec99-4bb3-ab97-400f4649554c 0.055s 2023-04-18 20:59:38,148 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 20:59:38 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-21a175f1-400b-4fc2-bc14-ffff7e1dd97c', 'x-compute-request-id': 'req-21a175f1-400b-4fc2-bc14-ffff7e1dd97c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/484aebc1-ec99-4bb3-ab97-400f4649554c'} Body: b'{"image": {"id": "484aebc1-ec99-4bb3-ab97-400f4649554c", "name": "tempest-ServerStableDeviceRescueTest-image-1894514503", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1995300126", "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-1995300126-project-member", "user_id": "9856fa4dcb9d407bbeb0952587500917"}, "created": "2023-04-18T20:59:38Z", "updated": "2023-04-18T20:59:38Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/484aebc1-ec99-4bb3-ab97-400f4649554c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/484aebc1-ec99-4bb3-ab97-400f4649554c"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/484aebc1-ec99-4bb3-ab97-400f4649554c"}], "server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}]}}}' 2023-04-18 21:00:28,259 79657 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/484aebc1-ec99-4bb3-ab97-400f4649554c 0.059s 2023-04-18 21:00:28,260 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:28 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-82e17c30-f7d7-40e2-aee2-f3c48453cfbf', 'x-compute-request-id': 'req-82e17c30-f7d7-40e2-aee2-f3c48453cfbf', 'connection': 'close', 'status': '200', 'content-location': 'ht tp://10.0.0.210/compute/v2.1/images/484aebc1-ec99-4bb3-ab97-400f4649554c'} Body: b'{"image": {"id": "484aebc1-ec99-4bb3-ab97-400f4649554c", "name": "tempest-ServerStableDeviceRescueTest-image-1894514503", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "owner_id": "f7f30bf556984db19a19b918133d0ade", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1995300126", "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-1995300126-project-member", "user_id": "9856fa4dcb9d407bbeb0952587500917"}, "created": "2023-04-18T20:59:38Z", "updated": "2023-04-18T20:59:43Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/484aebc1-ec99-4bb3-ab97-400f4649554c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/484aebc1-ec99-4bb3-ab97-400f4649554c"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/484aebc1-ec99-4bb3-ab97-400f4649554c"}], "server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}]}}}' 2023-04-18 21:00:28,323 79657 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/484aebc1-ec99-4bb3-ab97-400f4649554c 0.057s 2023-04-18 21:00:28,323 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:28 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-adcb54c4-2b07-4348-a2f8-b0f9d57deff9', 'x-compute-request-id': 'req-adcb54c4-2b07-4348-a2f8-b0f9d57deff9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/484aebc1-ec99-4bb3-ab97-400f4649554c'} Body: b'{"image": {"id": "484aebc1-ec99-4bb3-ab97-400f4649554c", "name": "tempest-ServerStableDeviceRescueTest-image-1894514503", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "owner_id": "f7f30bf556984db19a19b918133d0ade", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1995300126", "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-1995300126-project-member", "user_id": "9856fa4dcb9d407bbeb0952587500917"}, "created": "2023-04-18T20:59:38Z", "updated": "2023-04-18T20:59:43Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/484aebc1-ec99-4bb3-ab97-400f4649554c"}, {"rel": "book mark", "href": "http://10.0.0.210/compute/images/484aebc1-ec99-4bb3-ab97-400f4649554c"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/484aebc1-ec99-4bb3-ab97-400f4649554c"}], "server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}]}}}' 2023-04-18 21:00:28,580 79657 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/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2 0.251s 2023-04-18 21:00:28,580 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1103eb15-ae68-432c-b2e6-c9d92b2f9a75', 'x-compute-request-id': 'req-1103eb15-ae68-432c-b2e6-c9d92b2f9a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2'} Body: b'{"server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "name": "tempest-ServerStableDeviceRescueTest-server-1267822158", "status": "ACTIVE", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "user_id": "9856fa4dcb9d407bbeb0952587500917", "metadata": {}, "hostId": "ec58997bddd6706ef4d84fa8eb8634817a503443c819bf6d05d534da", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:44Z", "updated": "2023-04-18T20:59:43Z", "addresses": {"tempest-ServerStableDeviceRescueTest-2113676116-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:17:0a"}, {"version": 4, "addr": "172.24.4.140", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:17:0a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-280229981", "OS-SRV-USG:launched_at": "2023-04-18T20:57:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--396920405"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:01:28,790 79657 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/484aebc1-ec99-4bb3-ab97-400f4649554c 0.137s 2023-04-18 21:01:28,791 79657 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': 'Tue, 18 Apr 2023 21:01:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1644', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3edbd76f-9d44-45b6-9798-8cbff0b781f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/484aebc1-e c99-4bb3-ab97-400f4649554c'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "owner_id": "f7f30bf556984db19a19b918133d0ade", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1995300126", "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-1995300126-project-member", "user_id": "9856fa4dcb9d407bbeb0952587500917", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1894514503", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "5e017380eb28e1dccf22561f1ff38c83", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f7f30bf556984db19a19b918133d0ade", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d08cc8aed130221cbbb8d2bc50b60cc414bfaa4f0beec0083ea7f9bd4b2146655d38ca476572d5e4e9e0ecd397d9b44ad465ff6abfd5e3d4d302f561a6ef351f", "id": "484aebc1-ec99-4bb3-ab97-400f4649554c", "created_at": "2023-04-18T20:59:38Z", "updated_at": "2023-04-18T21:01:29Z", "tags": [], "self": "/v2/images/484aebc1-ec99-4bb3-ab97-400f4649554c", "file": "/v2/images/484aebc1-ec99-4bb3-ab97-400f4649554c/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:01:28,960 79657 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/484aebc1-ec99-4bb3-ab97-400f4649554c 0.169s 2023-04-18 21:01:28,961 79657 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': 'Tue, 18 Apr 2023 21:01:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'x-openstack-request-id': 'req-692ecc0d-4fc0-4511-9f8b-b2f079d7b823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/484aebc1-ec99-4bb3-ab97-400f4649554c'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "owner_id": "f7f30bf556984db19a19b918133d0ade", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1995300126", "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-1995300126-project-member", "user_id": "9856fa4dcb9d407bbeb0952587500917", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1894514503", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "5e017380eb28e1dccf22561f1ff38c83", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f7f30bf556984db19a19b918133d0ade", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d08cc8aed130221cbbb8d2bc50b60cc414bfaa4f0beec0083ea7f9bd4b2146655d38ca476572d5e4e9e0ecd397d9b44ad465ff6abfd5e3d4d302f561a6ef351f", "id": "484aebc1-ec99-4bb3-ab97-400f4649554c", "created_at": "2023-04-18T20:59:38Z", "updated_at": "2023-04-18T21:01:29Z", "tags": [], "self": "/v2/images/484aebc1-ec99-4bb3-ab97-400f4649554c", "file": "/v2/images/484aebc1-ec99-4bb3-ab97-400f4649554c/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:01:29,244 79657 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/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2 0.283s 2023-04-18 21:01:29,245 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37ca4720-1b09-460d-8e70-bd85febd80f6', 'x-compute-request-id': 'req-37ca4720-1b09-460d-8e70-bd85febd80f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2'} Body: b'{"server": {"id": "cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2", "name": "tempest-ServerStableDeviceRescueTest-server-1267822158", "status": "ACTIVE", "tenant_id": "f7f30bf556984db19a19b918133d0ade", "user_id": "9856fa4dcb9d407bbeb0952587500917", "metadata": {}, "hostId": "ec58997bddd6706ef4d84fa8eb8634817a503443c819bf6d05d534da", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:57:44Z", "updated": "2023-04-18T20:59:43Z", "addresses": {"tempest-ServerStableDeviceRescueTest-2113676116-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:17:0a"}, {"version": 4, "addr": "172.24.4.140", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:17:0a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cfa0b54d-3e6e-40a6-b5f5-f7af22b8e6e2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-280229981", "OS-SRV-USG:launched_at": "2023-04-18T20:57:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--396920405"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:01:29,631 79657 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/f7f30bf556984db19a19b918133d0ade/volumes 0.374s 2023-04-18 21:01:29,631 79657 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-938804795"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebd535ae-8d5f-4e1b-8bee-4ebc8cd0bd73', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebd535ae-8d5f-4e1b-8bee-4ebc8cd0bd73', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade/volumes'} Body: b'{"volume": {"id": "d36f78a9-83b6-40fb-8963-d602dbfc3531", "status": "creating", "size": 1, "availability_zone": "nova", "cr eated_at": "2023-04-18T21:01:29.570019", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-938804795", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531"}], "user_id": "9856fa4dcb9d407bbeb0952587500917", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:01:29,704 79657 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/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531 0.059s 2023-04-18 21:01:29,704 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8bd86f-c99d-4a3b-8f52-e135e14b92b8', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8bd86f-c99d-4a3b-8f52-e135e14b92b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531'} Body: b'{"volume": {"id": "d36f78a9-83b6-40fb-8963-d602dbfc3531", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:30.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-938804795", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531"}], "user_id": "9856fa4dcb9d407bbeb0952587500917", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7f30bf556984db19a19b918133d0ade"}}' 2023-04-18 21:01:30,759 79657 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/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531 0.042s 2023-04-18 21:01:30,759 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2ce40a6-1118-49f6-b640-7a5610276542', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2ce40a6-1118-49f6-b640-7a5610276542', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531'} Body: b'{"volume": {"id": "d36f78a9-83b6-40fb-8963-d602dbfc3531", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:30.000000", "updated_at": "2023-04-18T21:01:30.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-938804795", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "link s": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f7f30bf556984db19a19b918133d0ade/volumes/d36f78a9-83b6-40fb-8963-d602dbfc3531"}], "user_id": "9856fa4dcb9d407bbeb0952587500917", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f7f30bf556984db19a19b918133d0ade"}}' 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 b8fcd13e-1750-4110-9641-cd06f3ddf3f5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:00:02,867 79661 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.093s 2023-04-18 21:00:02,868 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:02 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-3ce89a81-9282-487c-9ce6-5e95f3609c93', '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": "e4224e9c1f5a47649dae0fd569edace2", "name": "tempest-VolumesAdminNegativeTest-168114348-project-member", "password_expires_at": null}, "audit_ids": ["oMB1pNw2SGSdZWUgsK408Q"], "expires_at": "2023-04-18T22:00:02.000000Z", "issued_at": "2023-04-18T21:00:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc1123ea88c041ed82b64c982aac6a35", "name": "tempest-VolumesAdminNegativeTest-168114348"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cc1123ea88c041ed82b64c982aac6a35", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:00:02,868 79661 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '1f06ea51-cc21-4201-9d4e-71c62d9b569e', 'name': 'tempest-VolumesAdminNegativeTest-2016728330-network', 'tenant_id': 'cc1123ea88c041ed82b64c982aac6a35', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cc1123ea88c041ed82b6 4c982aac6a35', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51110, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:13Z', 'revision_number': 1} available for tenant 2023-04-18 21:00:03,440 79661 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.570s 2023-04-18 21:00:03,440 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-424829948", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "1f06ea51-cc21-4201-9d4e-71c62d9b569e"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/75507028-ae5f-4d84-8a8a-2b767254ea68', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e2fe8c2-e57f-4670-9361-d93cc2e9bd88', 'x-compute-request-id': 'req-2e2fe8c2-e57f-4670-9361-d93cc2e9bd88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "75507028-ae5f-4d84-8a8a-2b767254ea68", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/75507028-ae5f-4d84-8a8a-2b767254ea68"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/75507028-ae5f-4d84-8a8a-2b767254ea68"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "J2YzHWm9nUi7"}}' 2023-04-18 21:00:03,535 79661 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/75507028-ae5f-4d84-8a8a-2b767254ea68 0.091s 2023-04-18 21:00:03,535 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:03 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-57120491-3382-4573-b300-9714053ee36a', 'x-compute-request-id': 'req-57120491-3382-4573-b300-9714053ee36a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/75507028-ae5f-4d84-8a8a-2b767254ea68'} Body: b'{"server": {"id": "75507028-ae5f-4d84-8a8a-2b767254ea68", "name": "tempest-VolumesAdminNegativeTest-server-424829948", "status": "BUILD", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "user_id": "e4224e9c1f5a47649dae0fd569edace2", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:03Z", "updated": "2023-04-18T21:00:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/75507028-ae5f-4d84-8a8a-2b767254ea68"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/75507028-ae5f-4d84-8a8a-2b767254ea68"}], "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-18 21:00:53,827 79661 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/75507028-ae5f-4d84-8a8a-2b767254ea68 0.230s 2023-04-18 21:00:53,827 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:53 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-89561cb2-791d-434a-b181-6d3e1d67118b', 'x-compute-request-id': 'req-89561cb2-791d-434a-b181-6d3e1d67118b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/75507028-ae5f-4d84-8a8a-2b767254ea68'} Body: b'{"server": {"id": "75507028-ae5f-4d84-8a8a-2b767254ea68", "name": "tempest-VolumesAdminNegativeTest-server-424829948", "status": "ACTIVE", "tenant_id": "cc1123ea88c041ed82b64c982aac6a35", "user_id": "e4224e9c1f5a47649dae0fd569edace2", "metadata": {}, "hostId": "fc0ff7b22130e99984ccd9aa8f0a80f2eb2f26550812584fb38d8929", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:03Z", "updated": "2023-04-18T21:00:10Z", "addresses": {"tempest-VolumesAdminNegativeTest-2016728330-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:74:ed:1f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/75507028-ae5f-4d84-8a8a-2b767254ea68"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/75507028-ae5f-4d84-8a8a-2b767254ea68"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:00:10.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-18 21:00:53,839 79661 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:01:54,087 79661 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/cc1123ea88c041ed82b64c982aac6a35/volumes 0.194s 2023-04-18 21:01:54,088 79661 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-596999310"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-195e9857-bb3e-472b-a602-7433d9ab3619', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-195e9857-bb3e-472b-a602-7433d9ab3619', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes'} Body: b'{"volume": {"id": "b8fcd13e- 1750-4110-9641-cd06f3ddf3f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:54.025121", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-596999310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5"}], "user_id": "e4224e9c1f5a47649dae0fd569edace2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:01:54,138 79661 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/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5 0.041s 2023-04-18 21:01:54,139 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24e2f533-519e-46e9-83f7-667305cab3d8', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24e2f533-519e-46e9-83f7-667305cab3d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5'} Body: b'{"volume": {"id": "b8fcd13e-1750-4110-9641-cd06f3ddf3f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:54.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-596999310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5"}], "user_id": "e4224e9c1f5a47649dae0fd569edace2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 2023-04-18 21:01:55,192 79661 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/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5 0.042s 2023-04-18 21:01:55,193 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14a3323e-af8c-4a8b-a9e5-ef5c5d9671ce', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14a3323e-af8c-4a8b-a9e5-ef5c5d9671ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5'} Body: b'{"volume": {"id": "b8fcd13e-1750-4110-9641-cd06f3ddf3f5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:01:54.000000", "updated_at": "2023-04-18T21:01:54.000000", "name": "tempest-VolumesAdminNegativeTest-volume-596999310", "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/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cc1123ea88c041ed82b64c982aac6a35/volumes/b8fcd13e-1750-4110-9641-cd06f3ddf3f5"}], "user_id": "e4224e9c1f5a47649dae0fd569edace2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cc1123ea88c041ed82b64c982aac6a35"}}' 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 ab5dccb6-ff4b-469b-833e-5312a58cd871 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:02:18,448 79647 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes 0.244s 2023-04-18 21:02:18,449 79647 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-349627061"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cffe02f-bb6f-4c42-aa8b-7abce191def5', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cffe02f-bb6f-4c42-aa8b-7abce191def5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes'} Body: b'{"volume": {"id": "ab5dccb6-ff4b-469b-833e-5312a58cd871", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:18.385517", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-349627061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871"}], "user_id": "790ad228383143da97ce2b964b7fce07", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:02:18,504 79647 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871 0.045s 2023-04-18 21:02:18,504 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc0e9f73-96cb-4314-bcd8-9b18b988cfb9', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc0e9f73-96cb-4314-bcd8-9b18b988cfb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871'} Body: b'{"volume": {"id": "ab5dccb6-ff4b-469b-833e-5312a58cd871", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:18.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-349627061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871"}], "user_id": "790ad228383143da97ce2b964b7fce07", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef80599ace4b477c9a9222526789e3c6"}}' 2023-04-18 21:02:19,574 79647 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871 0.059s 2023-04-18 21:02:19,575 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-803d2430-6bc9-4acf-bb31-bfc913aa7865', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-803d2430-6bc9-4acf-bb31-bfc913aa7865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871'} Body: b'{"volume": {"id": "ab5dccb6-ff4b-469b-833e-5312a58cd871", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:18.000000", "updated_at": "2023-04-18T21:02:19.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-349627061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ef80599ace4b477c9a9222526789e3c6/volumes/ab5dccb6-ff4b-469b-833e-5312a58cd871"}], "user_id": "790ad228383143da97ce2b964b7fce07", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef80599ace4b477c9a9222526789e3c6"}}' 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 21eff241-3480-4116-a06b-da23b10eaf71 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:02:19,782 79647 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes 0.191s 2023-04-18 21:02:19,782 79647 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-125209973"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c112e314-4b8c-4749-8297-1e526fb8d68c', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c112e314-4b8c-4749-8297-1e526fb8d68c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes'} Body: b'{"volume": {"id": "21eff241-3480-4116-a06b-da23b10eaf71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:19.719412", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-125209973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71"}], "user_id": "790ad228383143da97ce2b964b7fce07", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:02:19,854 79647 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71 0.063s 2023-04-18 21:02:19,855 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ece656e-472c-476f-a089-8bcb527e7588', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ece656e-472c-476f-a089-8bcb527e7588', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71'} Body: b'{"volume": {"id": "21eff241-3480-4116-a06b-da23b10eaf71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:20.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-125209973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71"}], "user_id": "790ad228383143da97ce2b964b7fce07", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef80599ace4b477c9a9222526789e3c6"}}' 2023-04-18 21:02:20,931 79647 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71 0.065s 2023-04-18 21:02:20,932 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca3b3314-fc5e-4ad1-8af8-0327a0053198', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca3b3314-fc5e-4ad1-8af8-0327a0053198', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71'} Body: b'{"volume": {"id": "21eff241-3480-4116-a06b-da23b10eaf71", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:20.000000", "updated_at": "2023-04-18T21:02:20.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-125209973", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ef80599ace4b477c9a9222526789e3c6/volumes/21eff241-3480-4116-a06b-da23b10eaf71"}], "user_id": "790ad228383143da97ce2b964b7fce07", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef80599ace4b477c9a9222526789e3c6"}}' 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 283103fd-bda4-48b8-bc45-f2bebd43386c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:02:36,626 79657 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes 0.225s 2023-04-18 21:02:36,626 79657 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-1003636537"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac23d7ee-cf1d-4f2b-b24b-975981da210e', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac23d7ee-cf1d-4f2b-b24b-975981da210e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes'} Body: b'{"volume": {"id": "283103fd-bda4-48b8-bc45-f2bebd43386c", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T21:02:36.567637", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1003636537", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}], "user_id": "5ce33ad1a9dd4feb929be1e2df97aba1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:02:36,675 79657 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c 0.039s 2023-04-18 21:02:36,676 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb32f0a-7372-4492-8437-a9f814ca4f90', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb32f0a-7372-4492-8437-a9f814ca4f90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c'} Body: b'{"volume": {"id": "283103fd-bda4-48b8-bc45-f2bebd43386c", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T21:02:37.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1003636537", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}], "user_id": "5ce33ad1a9dd4feb929be1e2df97aba1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5019e63431a48bdb9218a3c6caf4d7d"}}' 2023-04-18 21:02:37,733 79657 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd433 86c 0.046s 2023-04-18 21:02:37,733 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac934e63-f344-495f-af69-79bc1ac0793d', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac934e63-f344-495f-af69-79bc1ac0793d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c'} Body: b'{"volume": {"id": "283103fd-bda4-48b8-bc45-f2bebd43386c", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T21:02:37.000000", "updated_at": "2023-04-18T21:02:37.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1003636537", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}], "user_id": "5ce33ad1a9dd4feb929be1e2df97aba1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5019e63431a48bdb9218a3c6caf4d7d"}}' 2023-04-18 21:02:37,796 79657 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c 0.052s 2023-04-18 21:02:37,796 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bac316e-66ef-4888-ad55-333aa5b28c23', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bac316e-66ef-4888-ad55-333aa5b28c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c'} Body: b'{"volume": {"id": "283103fd-bda4-48b8-bc45-f2bebd43386c", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T21:02:37.000000", "updated_at": "2023-04-18T21:02:37.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1003636537", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c"}], "user_id": "5ce33ad1a9dd4feb929be1e2df97aba1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5019e63431a48bdb9218a3c6caf4d7d"}}' 2023-04-18 21:02:37,925 79657 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c 0.117s 2023-04-18 21:02:37,925 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Tue, 18 Apr 2023 21:02: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-3bace2f3-0c65-4b3a-8b68-120b41969c07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c'} Body: b'' 2023-04-18 21:02:37,945 79657 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c 0.020s 2023-04-18 21:02:37,946 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02: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-0111d3dd-b4d6-44ca-8cf4-a07a15d41e74', 'x-openstack-request-id': 'req-0111d3dd-b4d6-44ca-8cf4-a07a15d41e74', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e5019e63431a48bdb9218a3c6caf4d7d/volumes/283103fd-bda4-48b8-bc45-f2bebd43386c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 283103fd-bda4-48b8-bc45-f2bebd43386c 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 9dd1a28d-2831-42d2-b193-186c4c9a4b02 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:02:54,877 79657 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.159s 2023-04-18 21:02:54,877 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1532410493", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPpbHXdl6GSJItbd/+L3t6EH6+LOJHYdhloS3K1s9Od7u57yAKf7js9ToT85JnmtsEJwUP33jw51dQfDnBPfwMq3CLz6WOWm+Kgo3/mNxUrFl1jMdu4+1PIQ2z6Mg0sMwg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:54 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-4bfae5b7-3ab8-4fcb-82c5-fc031d469d84', 'x-compute-request-id': 'req-4bfae5b7-3ab8-4fcb-82c5-fc031d469d84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1532410493", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPpbHXdl6GSJItbd/+L3t6EH6+LOJHYdhloS3K1s9Od7u57yAKf7js9ToT85JnmtsEJwUP33jw51dQfDnBPfwMq3CLz6WOWm+Kgo3/mNxUrFl1jMdu4+1PIQ2z6Mg0sMwg==", "fingerprint": "d6:08:57:91:66:0e:b6:9a:29:40:2b:23:08:75:b3:97", "user_id": "d1bebdc54f8447d7940e67d92d9d90a3"}}' 2023-04-18 21:02:55,033 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.152s 2023-04-18 21:02:55,033 79657 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-987428643", "description": "tempest-secgroup-smoke-987428643 description", "project_id": "0160c1d55d624c76812294db251b9a07"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-07875601-a42b-4609-8081-cd6088312b97', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "name": "tempest-secgroup-smoke-987428643", "stateful": true, "tenant_id": "0160c1d55d624c76812294db251b9a07", "description": "tempest-secgroup-smoke-987428643 description", "shared": false, "security_group_rules": [{"id": "095f30f5-73d6-419b-854b-d16f6343406f", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 644, "description": null, "tags": [], "created_at": "2023-04-18T21:02:54Z", "updated_at": "2023-04-18T21:02:54Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}, {"id": "b6ba2120-5ed9-4ac9-b4e1-3456c7fa44d9", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 645, "description": null, "tags": [], "created_at": "2023-04-18T21:02:54Z", "updated_at": "2023-04-18T21:02:54Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}], "tags": [], "created_at": "2023-04-18T21:02:54Z", "updated_at": "2023-04-18T21:02:5 4Z", "revision_number": 1, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:55,194 79657 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-18 21:02:55,195 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "project_id": "0160c1d55d624c76812294db251b9a07", "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-e3da22ab-6047-4bba-8d6d-973e77726337', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "68de895f-8d47-4b66-a30a-beb0f9ca7790", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "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-18T21:02:55Z", "updated_at": "2023-04-18T21:02:55Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:55,346 79657 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.151s 2023-04-18 21:02:55,347 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "project_id": "0160c1d55d624c76812294db251b9a07", "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-76c675ac-c701-4c85-9a2c-daaf3d7f317b', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7caf66ec-c674-4dee-a583-8fd2afa02305", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "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-18T21:02:55Z", "updated_at": "2023-04-18T21:02:55Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:55,500 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.153s 2023-04-18 21:02:55,500 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "project_id": "0160c1d55d624c76812294db251b9a07", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-79ae5cef-0161-43e4-9a04-cd15eb978264', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"secu rity_group_rule": {"id": "063c7015-caa2-4097-a22b-0e72525cec3a", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "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-18T21:02:55Z", "updated_at": "2023-04-18T21:02:55Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:55,655 79657 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-18 21:02:55,655 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "project_id": "0160c1d55d624c76812294db251b9a07", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-4d697740-52a5-4865-8748-59bf58573aeb', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bd3e534d-0d27-4931-aeb0-add8252b71d4", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "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-18T21:02:55Z", "updated_at": "2023-04-18T21:02:55Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:55,816 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.159s 2023-04-18 21:02:55,816 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "project_id": "0160c1d55d624c76812294db251b9a07", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-133af974-920a-4453-b79b-ae402df928c5', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "684d2a93-8d6e-44ba-abbe-318e7f916b01", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "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-18T21:02:55Z", "updated_at": "2023-04-18T21:02:55Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:55,979 79657 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.162s 2023-04-18 21:02:55,980 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "project_id": "0160c1d55d624c76812294db251b9a07", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6bb4dc1e-ac27-408f-94de-21680daa7120', 'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1ffe2834-c888-4f72-bffe-a436557e3e87", "tenant_id": "0160c1d55d624c76812294db251b9a07", "security_group_id": "dde45aa0-ed98-4393-8241-41ab8a68b5ea", "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-18T21:02:55Z", "updated_at": "2023-04-18T21:02:55Z", "revision_number": 0, "project_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:56,019 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-04-18 21:02:56,019 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2805', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b3d7d893-1ff7-4bc6-9cdc-914f5af07e4e', '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": "d1bebdc54f8447d7940e67d92d9d90a3", "name": "tempest-TestShelveInstance-11921144-project-member", "password_expires_at": null}, "audit_ids": ["Y_-igOeETKyQDesfRJshbQ"], "expires_at": "2023-04-18T22:02:56.000000Z", "issued_at": "2023-04-18T21:02:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0160c1d55d624c76812294db251b9a07", "name": "tempest-TestShelveInstance-11921144"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/0160c1d55d624c76812294db251b9a07", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "nam e": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:02:56,020 79657 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '6c03a095-b6ce-4d6c-ba7b-4c2a63c56f2e', 'name': 'tempest-TestShelveInstance-246740636-network', 'tenant_id': '0160c1d55d624c76812294db251b9a07', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0160c1d55d624c76812294db251b9a07', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10051, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:02:39Z', 'updated_at': '2023-04-18T21:02:39Z', 'revision_number': 1} available for tenant 2023-04-18 21:02:56,410 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes 0.389s 2023-04-18 21:02:56,410 79657 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-488606100", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bcc43ac-ac4d-416c-87fb-36d422399ca3', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bcc43ac-ac4d-416c-87fb-36d422399ca3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes'} Body: b'{"volume": {"id": "9dd1a28d-2831-42d2-b193-186c4c9a4b02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:56.341895", "updated_at": null, "name": "tempest-tempest.common.compute-volume-488606100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02"}], "user_id": "d1bebdc54f8447d7940e67d92d9d90a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:02:56,474 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02 0.055s 2023-04-18 21:02:56,475 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e75b190b-3d2a-477d-9d3e-354404fc8ca4', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-i d': 'req-e75b190b-3d2a-477d-9d3e-354404fc8ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02'} Body: b'{"volume": {"id": "9dd1a28d-2831-42d2-b193-186c4c9a4b02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:56.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-488606100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02"}], "user_id": "d1bebdc54f8447d7940e67d92d9d90a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:57,529 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02 0.039s 2023-04-18 21:02:57,529 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-830e132a-bc91-4418-a055-0d8027ba184e', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-830e132a-bc91-4418-a055-0d8027ba184e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02'} Body: b'{"volume": {"id": "9dd1a28d-2831-42d2-b193-186c4c9a4b02", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:56.000000", "updated_at": "2023-04-18T21:02:56.000000", "name": "tempest-tempest.common.compute-volume-488606100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02"}], "user_id": "d1bebdc54f8447d7940e67d92d9d90a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0160c1d55d624c76812294db251b9a07"}}' 2023-04-18 21:02:57,676 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02 0.136s 2023-04-18 21:02:57,676 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02: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-aedc0e2d-0192-401f-925b-45188acf6e32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02'} Body: b'' 2023-04-18 21:02:57,696 79657 INFO [tempest.lib.common.rest_client] Reque st (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02 0.020s 2023-04-18 21:02:57,697 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1e318ad-0ee0-4e0d-9472-b834495d4f16', 'x-openstack-request-id': 'req-f1e318ad-0ee0-4e0d-9472-b834495d4f16', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0160c1d55d624c76812294db251b9a07/volumes/9dd1a28d-2831-42d2-b193-186c4c9a4b02'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9dd1a28d-2831-42d2-b193-186c4c9a4b02 could not be found."}}' 2023-04-18 21:02:57,851 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/dde45aa0-ed98-4393-8241-41ab8a68b5ea 0.152s 2023-04-18 21:02:57,851 79657 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-34913378-ec8c-4b11-ac6e-7f6b0b3b6f07', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:02:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/dde45aa0-ed98-4393-8241-41ab8a68b5ea'} Body: b'' 2023-04-18 21:02:57,880 79657 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1532410493 0.028s 2023-04-18 21:02:57,880 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecef4c21-867c-40c0-9667-bee747a3dda7', 'x-compute-request-id': 'req-ecef4c21-867c-40c0-9667-bee747a3dda7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1532410493'} Body: b'' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2086b482-026e-4bc1-a8ef-cc849c88f98f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:03:06,670 79657 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes 0.358s 2023-04-18 21:03:06,670 79657 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-876107143"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b795dd1a-09f5-497e-8216-3996bec1a95a', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b795dd1a-09f5-497e-8216-3996bec1a95a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes'} Body: b'{"volume": {"id": "2086b482-026e-4bc1-a8ef-cc849c88f98f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:06.609669", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-876107143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f"}], "user_id": "2599038da6c54e8d95bc566a8494c95a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:03:06,719 79657 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f 0.040s 2023-04-18 21:03:06,720 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc5ad298-8aea-4259-9680-f04a53453ff5', 'content-length': '898', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc5ad298-8aea-4259-9680-f04a53453ff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f'} Body: b'{"volume": {"id": "2086b482-026e-4bc1-a8ef-cc849c88f98f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:07.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-876107143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f"}], "user_id": "2599038da6c54e8d95bc566a8494c95a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a545952ca5b48d881c6c228520cc367"}}' 2023-04-18 21:03:07,775 79657 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482- 026e-4bc1-a8ef-cc849c88f98f 0.043s 2023-04-18 21:03:07,775 79657 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a519bcc7-a494-4c2d-931c-ca6f6ef127da', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a519bcc7-a494-4c2d-931c-ca6f6ef127da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f'} Body: b'{"volume": {"id": "2086b482-026e-4bc1-a8ef-cc849c88f98f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:07.000000", "updated_at": "2023-04-18T21:03:07.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-876107143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2a545952ca5b48d881c6c228520cc367/volumes/2086b482-026e-4bc1-a8ef-cc849c88f98f"}], "user_id": "2599038da6c54e8d95bc566a8494c95a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a545952ca5b48d881c6c228520cc367"}}' 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 4006192e-910d-4b5d-9f71-ece7ed498424 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:00:29,420 79665 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 21:00:29,421 79665 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 21:00:29,469 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.046s 2023-04-18 21:00:29,470 79665 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-315105593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEZ2K3cnNvtjFZ6HCKgpzPCuqfThj3QLNRcRUQif05prRTUe+ZE5sgWLZbHRFypvm4YPzpVRg9plZ0PSJO8LQbnjNL1mPHV0HWvnbOZmAlfq1Umae4NgcpO4sL4itMdguQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:29 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-39e7c356-002f-4d13-a7d8-2ec057645266', 'x-compute-request-id': 'req-39e7c356-002f-4d13-a7d8-2ec057645266', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-315105593", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEZ2K3cnNvtjFZ6HCKgpzPCuqfThj3QLNRcRUQif05prRTUe+ZE5sgWLZbHRFypvm4YPzpVRg9plZ0PSJO8LQbnjNL1mPHV0HWvnbOZmAlfq1Umae4NgcpO4sL4itMdguQ==", "fingerprint": "0e:e7:64:28:04:99:f8:15:e6:02:4d:74:d7:36:e7:76", "user_id": "220589b8afc240778bff63d1e5ce20d1"}}' 2023-04-18 21:00:29,472 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-315105593 created 2023-04-18 21:00:29,636 79665 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-18 21:00:29,636 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1442657046", "description": "tempest-description--1276247696"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-6c834295-53f2-4681-8312-7a5b560f7079', 'date': 'Tue, 18 Apr 2023 21:00:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "82994cbf-419a-45ba-be86-6aeaa084b669", "name": "tempest-securitygroup--1442657046", "stateful": true, "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "description": "tempest-description--1276247696", "shared": false, "security_group_rules": [{"id": "5734aa7b-0509-4310-8986-64ea8bde07ce", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "82994cbf-419a-45ba-be86-6aeaa084b669", "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": 539, "description": null, "tags": [], "created_at": "2023-04-18T21:00:29Z", "updated_at": "2023-04-18T21:00:29Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}, {"id": "c0fd6b24-d71f-4a74-ad07-ad19034088da", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "82994cbf-419a-45ba-be86-6aeaa084b669", "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": 538, "description": null, "tags": [], "created_at": "2023-04-18T21:00:29Z", "updated_at": "2023-04-18T21:00:29Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}], "tags": [], "created_at": "2023-04-18T21:00:29Z", "updated_at": "2023-04-18T21:00:29Z", "revision_number": 1, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 21:00:29,955 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.318s 2023-04-18 21:00:29,955 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "82994cbf-419a-45ba-be86-6aeaa084b669", "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-c3c743a3-31f1-4dc7-81b2-86e64acff32d', 'date': 'Tue, 18 Apr 2023 21:00:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "de5a6f46-8601-4f97-9d49-e30ab097a8d5", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "82994cbf-419a-45ba-be86-6aeaa084b669", "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-18T21:00:29Z", "updated_at": "2023-04-18T21:00:29Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 21:00:30,145 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.189s 2023-04-18 21:00:30,146 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "82994cbf-419a-45ba-be86-6aeaa084b669", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7ccc02e6-5b2c-4d79-b448-1bdc242c8ff9', 'date': 'Tue, 18 Apr 2023 21:00:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "43be4f53-124b-46e9-84c9-5d75f1179f26", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "security_group_id": "82994cbf-419a-45ba-be86-6aeaa084b669", "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-18T21:00:30Z", "updated_at": "2023-04-18T21:00:30Z", "revision_number": 0, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 21:00:30,146 79665 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1442657046 created 2023-04-18 21:00:31,297 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.150s 2023-04-18 21:00:31,297 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'conte nt-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-dbee7bbb-dbf9-4abe-abdd-29fc98cb5a93', 'date': 'Tue, 18 Apr 2023 21:00:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "floating_ip_address": "172.24.4.150", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:00:30Z", "updated_at": "2023-04-18T21:00:30Z", "revision_number": 0}}' 2023-04-18 21:00:31,297 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'floating_ip_address': '172.24.4.150', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:00:30Z', 'updated_at': '2023-04-18T21:00:30Z', 'revision_number': 0, 'ip': '172.24.4.150'} created 2023-04-18 21:00:31,389 79665 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.085s 2023-04-18 21:00:31,389 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:31 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-65fb06d9-96c8-4873-b456-8211a84d461d', '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": "220589b8afc240778bff63d1e5ce20d1", "name": "tempest-AttachVolumeShelveTestJSON-119116216-project-member", "password_expires_at": null}, "audit_ids": ["EL25ejUUTUGZM5s7MhK9sw"], "expires_at": "2023-04-18T22:00:31.000000Z", "issued_at": "2023-04-18T21:00:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "name": "tempest-AttachVolumeShelveTestJSON-119116216"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79ea c4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/930dabaafe5c4d12ad95aa77bbc7cf5a", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:00:31,390 79665 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'a22cbca0-4451-45e1-8cdc-b8649f5dfe5d', 'name': 'tempest-AttachVolumeShelveTestJSON-1851043927-network', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63206, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 21:00:31,390 79665 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-315105593', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEZ2K3cnNvtjFZ6HCKgpzPCuqfThj3QLNRcRUQif05prRTUe+ZE5sgWLZbHRFypvm4YPzpVRg9plZ0PSJO8LQbnjNL1mPHV0HWvnbOZmAlfq1Umae4NgcpO4sL4itMdguQ==', 'fingerprint': '0e:e7:64:28:04:99:f8:15:e6:02:4d:74:d7:36:e7:76', 'user_id': '220589b8afc240778bff63d1e5ce20d1', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDsknF7wLU6Zjt757IFB2eHBsDgVp8Fp2L9+v1dBXIlNjrqkdDbx+ci\nTERSFVONtRGgBwYFK4EEACKhZANiAARGdit3Jzb7YxWehwioKczwrqn04Y90CzUX\nEVEIn9Oaa0U1HvmRObIFi2Wx0Rcqb5uGD86VUYPaZWdD0iTvC0G54zS9Zjx1dB1r\n52zmZgJX6tVJmnuDYHKTuLC+IrTHYLk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '82994cbf-419a-45ba-be86-6aeaa084b669', 'name': 'tempest-securitygroup--1442657046', 'stateful': True, 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'description': 'tempest-description--1276247696', 'shared': False, 'security_group_rules': [{'id': '5734aa7b-0509-4310-8986-64ea8bde07ce', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'security_group_id': '82994cbf-419a-45ba-be86-6aeaa084b669', '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': 539, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:00:29Z', 'updated_at': '2023-04-18T21:00:29Z', 'revision_number': 0, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a'}, {'id': 'c0fd6b24-d71f-4a74-ad07-ad19034088da', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'security_group_id': '82994cbf-419a-45ba-be86-6aeaa084b669', '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': 538, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:00:29Z', 'updated_at': '202 3-04-18T21:00:29Z', 'revision_number': 0, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a'}], 'tags': [], 'created_at': '2023-04-18T21:00:29Z', 'updated_at': '2023-04-18T21:00:29Z', 'revision_number': 1, 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a'}, 'floating_ip': {'id': '16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4', 'tenant_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'floating_ip_address': '172.24.4.150', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '930dabaafe5c4d12ad95aa77bbc7cf5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:00:30Z', 'updated_at': '2023-04-18T21:00:30Z', 'revision_number': 0, 'ip': '172.24.4.150'}} 2023-04-18 21:00:32,846 79665 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.455s 2023-04-18 21:00:32,846 79665 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-649379328", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a22cbca0-4451-45e1-8cdc-b8649f5dfe5d"}], "security_groups": [{"name": "tempest-securitygroup--1442657046"}], "key_name": "tempest-keypair-315105593", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb', '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-53db2e3a-a6fe-4ac7-85f2-59f260ed734f', 'x-compute-request-id': 'req-53db2e3a-a6fe-4ac7-85f2-59f260ed734f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "927090e3-caa4-446f-86d7-69410977a5cb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/927090e3-caa4-446f-86d7-69410977a5cb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1442657046"}], "adminPass": "password"}}' 2023-04-18 21:00:32,924 79665 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/927090e3-caa4-446f-86d7-69410977a5cb 0.074s 2023-04-18 21:00:32,925 79665 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': 'Tue, 18 Apr 2023 21:00:32 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-c224628a-0874-4ad6-b5b3-a09511503f5a', 'x-compute-request-id': 'req-c224628a-0874-4ad6-b5b3-a09511503f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb'} Body: b'{"server": {"id": "927090e3-caa4-446f-86d7-69410977a5cb", "name": "tempest-AttachVolumeShelveTestJSON-server-649379328", "status": "BUILD", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "user_id": "2 20589b8afc240778bff63d1e5ce20d1", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:33Z", "updated": "2023-04-18T21:00:32Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/927090e3-caa4-446f-86d7-69410977a5cb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-315105593", "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-18 21:01:23,469 79665 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/927090e3-caa4-446f-86d7-69410977a5cb 0.484s 2023-04-18 21:01:23,470 79665 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': 'Tue, 18 Apr 2023 21:01:22 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-81a668b3-a104-4cf5-816a-63b4bc52de25', 'x-compute-request-id': 'req-81a668b3-a104-4cf5-816a-63b4bc52de25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb'} Body: b'{"server": {"id": "927090e3-caa4-446f-86d7-69410977a5cb", "name": "tempest-AttachVolumeShelveTestJSON-server-649379328", "status": "ACTIVE", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "user_id": "220589b8afc240778bff63d1e5ce20d1", "metadata": {}, "hostId": "6a4493884d3df2fef65cece7397f70045cc9eabb6ae61f1fbe6bc3bd", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:32Z", "updated": "2023-04-18T21:00:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1851043927-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:bc:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/927090e3-caa4-446f-86d7-69410977a5cb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-315105593", "OS-SRV-USG:launched_at": "2023-04-18T21:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1442657046"}], "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-18 21:01:23,484 79665 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 21:02:24,290 79665 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/9 27090e3-caa4-446f-86d7-69410977a5cb/os-interface 0.745s 2023-04-18 21:02:24,290 79665 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': 'Tue, 18 Apr 2023 21:02:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5772205-48fe-4321-8dc2-7b39c9ad3e88', 'x-compute-request-id': 'req-f5772205-48fe-4321-8dc2-7b39c9ad3e88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a22cbca0-4451-45e1-8cdc-b8649f5dfe5d", "port_id": "53a84c09-289e-4521-b8b4-b203da47a647", "mac_addr": "fa:16:3e:07:bc:45", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "ef206372-293c-45af-be64-a425df75a7e2", "ip_address": "10.0.0.5"}]}]}' 2023-04-18 21:02:25,305 79665 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/16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4 1.010s 2023-04-18 21:02:25,305 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "53a84c09-289e-4521-b8b4-b203da47a647"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0e830d72-97f6-4b19-9fa2-304b534f00e0', 'date': 'Tue, 18 Apr 2023 21:02:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4'} Body: b'{"floatingip": {"id": "16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "floating_ip_address": "172.24.4.150", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "189d139d-63f3-4bb4-aafa-5dcb4fa9998c", "port_id": "53a84c09-289e-4521-b8b4-b203da47a647", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a22cbca0-4451-45e1-8cdc-b8649f5dfe5d", "mac_address": "fa:16:3e:07:bc:45", "admin_state_up": true, "status": "ACTIVE", "device_id": "927090e3-caa4-446f-86d7-69410977a5cb", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:00:30Z", "updated_at": "2023-04-18T21:02:24Z", "revision_number": 1, "project_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 21:02:25,307 79665 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.150:22' as 'cirros' with public key authentication 2023-04-18 21:02:25,342 79665 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:02:25,363 79665 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:02:25,363 79665 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.150 successfully created 2023-04-18 21:02:25,407 79665 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/927090e3-caa4-446f-86d7-69410977a5cb/ips 0.042s 2023-04-18 21:02:25,407 79665 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': 'Tue, 18 Apr 2023 21:02:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f791dde-6e0b-4a6c-a8e3-e1c2f94d1586', 'x-compute-request-id': 'req-3f791dde-6e0b-4a6c-a8e3-e1c2f94d1586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1851043927-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2023-04-18 21:02:25,640 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes 0.229s 2023-04-18 21:02:25,640 79665 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-1643507500"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b59ea26d-940f-4f97-9886-6127ee8e2bca', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b59ea26d-940f-4f97-9886-6127ee8e2bca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes'} Body: b'{"volume": {"id": "4006192e-910d-4b5d-9f71-ece7ed498424", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:25.571101", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1643507500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424"}], "user_id": "220589b8afc240778bff63d1e5ce20d1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:02:25,689 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424 0.039s 2023-04-18 21:02:25,690 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52133120-8239-4e7a-8cc3-db39e847f0d3', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52133120-8239-4e7a-8cc3-db39e847f0d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424'} Body: b'{"volume": {"id": "4006192e-910d-4b5d-9f71-ece7ed498424", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:26.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1643507500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424"}], "user_id": "2205 89b8afc240778bff63d1e5ce20d1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 21:02:26,742 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424 0.041s 2023-04-18 21:02:26,742 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff6b197b-0c63-49c7-acf3-25f326d5aa42', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff6b197b-0c63-49c7-acf3-25f326d5aa42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424'} Body: b'{"volume": {"id": "4006192e-910d-4b5d-9f71-ece7ed498424", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:26.000000", "updated_at": "2023-04-18T21:02:26.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1643507500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/930dabaafe5c4d12ad95aa77bbc7cf5a/volumes/4006192e-910d-4b5d-9f71-ece7ed498424"}], "user_id": "220589b8afc240778bff63d1e5ce20d1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a"}}' 2023-04-18 21:02:26,870 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb 0.117s 2023-04-18 21:02:26,871 79665 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': 'Tue, 18 Apr 2023 21:02:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ee30957-1c4b-4a48-b83c-95272ec234a6', 'x-compute-request-id': 'req-7ee30957-1c4b-4a48-b83c-95272ec234a6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb'} Body: b'' 2023-04-18 21:02:27,067 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb 0.195s 2023-04-18 21:02:27,067 79665 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': 'Tue, 18 Apr 2023 21:02:26 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-2b241b3a-69d5-471b-ba74-2ba8edaa6932', 'x-compute-request-id': 'req-2b241b3a-69d5-471b-ba74-2ba8edaa6932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb'} Body: b'{"server": {"id": "927090e3-caa4-446f-86d7-69410977a5cb", "name": "tempest-AttachVolumeShelveTestJSON-server-649379328", "status": "ACTIVE", "tenant_id": "930dabaafe5c4d12ad95aa77bbc7cf5a", "user_id": "220589b8afc240778bff63d1e5ce20d1", "metadata": {}, "hostId": "6a4493884d3df2fef65cece7397f70045cc9eabb6ae61f1fbe6bc3bd", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:32Z", "updated": "2023-04-18T21:02:27Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1851043927-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:bc:45"}, {"version": 4, "addr": "172.24.4.150", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:bc:45"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/927090e3-caa4-446f-86d7-69410977a5cb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-315105593", "OS-SRV-USG:launched_at": "2023-04-18T21:00:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1442657046"}], "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-18 21:03:17,261 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb 0.140s 2023-04-18 21:03:17,261 79665 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': 'Tue, 18 Apr 2023 21:03:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d04daa0f-366e-40bf-82eb-1c849daf54d1', 'x-compute-request-id': 'req-d04daa0f-366e-40bf-82eb-1c849daf54d1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/927090e3-caa4-446f-86d7-69410977a5cb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 927090e3-caa4-446f-86d7-69410977a5cb could not be found."}}' 2023-04-18 21:03:17,287 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-315105593 0.025s 2023-04-18 21:03:17,287 79665 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': 'Tue, 18 Apr 2023 21:03: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-891143ee-57cf-40f9-85f8-cdb05e9f7bd9', 'x-compute-request-id': 'req-891143ee-57cf-40f9-85f8-cdb05e9f7bd9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair -315105593'} Body: b'' 2023-04-18 21:03:17,461 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/82994cbf-419a-45ba-be86-6aeaa084b669 0.173s 2023-04-18 21:03:17,462 79665 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-344ba095-9de2-4ac7-831d-eb87eb4f17d3', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:03:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/82994cbf-419a-45ba-be86-6aeaa084b669'} Body: b'' 2023-04-18 21:03:17,487 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/82994cbf-419a-45ba-be86-6aeaa084b669 0.024s 2023-04-18 21:03:17,487 79665 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-c9e1cb31-7428-4535-9399-fc76b6ea2636', 'date': 'Tue, 18 Apr 2023 21:03:17 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/82994cbf-419a-45ba-be86-6aeaa084b669'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 82994cbf-419a-45ba-be86-6aeaa084b669 does not exist", "detail": ""}}' 2023-04-18 21:03:17,937 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4 0.449s 2023-04-18 21:03:17,937 79665 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-2a5ba8a0-1353-4c38-b8cd-91d775d5ecac', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:03:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/16e7c7f1-76ad-46f4-b845-3ac7b9eb19b4'} 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 6e28b840-ef5e-46ec-b9dd-e7581640fef6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:00:48,000 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.521s 2023-04-18 21:00:48,001 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00: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-7a90fa6d-8a88-41c5-b2b4-1415db2620f6', 'x-compute-request-id': 'req-7a90fa6d-8a88-41c5-b2b4-1415db2620f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:00:48,232 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.220s 2023-04-18 21:00:48,233 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:00:48 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-ec5ea453-57f5-4010-bb0c-eafe4680f65c', 'x-compute-request-id': 'req-ec5ea453-57f5-4010-bb0c-eafe4680f65c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:01:38,502 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.225s 2023-04-18 21:01:38,503 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86dfce05-3c52-4462-9be5-fa4d0c23f7a1', 'x-compute-request-id': 'req-86dfce05-3c52-4462-9be5-fa4d0c23f7a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:01:38,687 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.172s 2023-04-18 21:01:38,688 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'d ate': 'Tue, 18 Apr 2023 21:01:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fd48c9e-180e-466e-b959-c0a8fff8b22c', 'x-compute-request-id': 'req-9fd48c9e-180e-466e-b959-c0a8fff8b22c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:02:39,075 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes 0.317s 2023-04-18 21:02:39,076 79649 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-618882312"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e345476-9594-4b0e-8fa3-0418b3039305', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e345476-9594-4b0e-8fa3-0418b3039305', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes'} Body: b'{"volume": {"id": "6e28b840-ef5e-46ec-b9dd-e7581640fef6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:38.993477", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-618882312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 202 3-04-18 21:02:39,142 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6 0.050s 2023-04-18 21:02:39,142 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a5075e-672f-4621-8050-f579253c49de', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a5075e-672f-4621-8050-f579253c49de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6'} Body: b'{"volume": {"id": "6e28b840-ef5e-46ec-b9dd-e7581640fef6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:39.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-618882312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e745786188a8467e91ee32d4078f12b5"}}' 2023-04-18 21:02:40,193 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6 0.039s 2023-04-18 21:02:40,193 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88ab4fdf-3961-4cf0-a434-bdfface679b1', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88ab4fdf-3961-4cf0-a434-bdfface679b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6'} Body: b'{"volume": {"id": "6e28b840-ef5e-46ec-b9dd-e7581640fef6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:02:39.000000", "updated_at": "2023-04-18T21:02:39.000000", "name": "tempest-ServerActionsTestJSON-volume-618882312", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/6e28b840-ef5e-46ec-b9dd-e7581640fef6"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e745786188a8467e91ee32d4078f12b5"}}' 2023-04-18 21:02:40,547 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.335s 2023-04-18 21:02:40,548 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51575a9d-0335-4ea0-b2f1-4f667df29f44', 'x-compute-request-id': 'req-51575a9d-0335-4ea0-b2f1-4f667df29f44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.volume.admin.test_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 61d2555d-3cf0-4fd3-98cd-b6edbde023d5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:03:50,074 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types 0.164s 2023-04-18 21:03:50,074 79661 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-434484954", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8199bd2-d598-4e53-a3f7-33d93238c1d9', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8199bd2-d598-4e53-a3f7-33d93238c1d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types'} Body: b'{"volume_type": {"id": "df7eb0da-9442-4f51-a478-616bdb503f83", "name": "tempest-VolumeTypesAccessTest-volume-type-434484954", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-18 21:03:50,191 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes 0.113s 2023-04-18 21:03:50,191 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "df7eb0da-9442-4f51-a478-616bdb503f83", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:50 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-81fa1225-239a-4cf2-a2e8-a70b42398a60', 'x-openstack-request-id': 'req-81fa1225-239a-4cf2-a2e8-a70b42398a60', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type df7eb0da-9442-4f51-a478-616bdb503f83 could not be found."}}' 2023-04-18 21:03:50,192 79661 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-18 21:03:50,222 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83/action 0.029s 2023-04-18 21:03:50,222 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "afc1a6df022b4ad3a1ddd930ae5ae859"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03: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-01803516-c1cb-482c-a730-e7b92ef429b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83/action'} Body: b'' 2023-04-18 21:03:50,439 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes 0.216s 2023-04-18 21:03:50,440 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "df7eb0da-9442-4f51-a478-616bdb503f 83", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1880037782"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-030a7409-3495-4b98-a540-5d57415ebb65', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-030a7409-3495-4b98-a540-5d57415ebb65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes'} Body: b'{"volume": {"id": "61d2555d-3cf0-4fd3-98cd-b6edbde023d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:50.371910", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1880037782", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-434484954", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}], "user_id": "11aea7a93d984582ac3ffc55f3f374c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:03:50,493 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5 0.044s 2023-04-18 21:03:50,494 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2558450-1436-4321-91d4-51cb43c73194', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2558450-1436-4321-91d4-51cb43c73194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5'} Body: b'{"volume": {"id": "61d2555d-3cf0-4fd3-98cd-b6edbde023d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:50.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1880037782", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-434484954", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}], "user_id": "11aea7a93d984582ac3ffc55f3f374c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afc1a6df022b4ad3a1ddd930ae5ae859"}}' 2023-04-18 21:03:51,544 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5 0.039s 2023-04-18 21:03:51,545 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f3c0aa9-87ef-45ad-894e-83fc7817f38f', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f3c0aa9-87ef-45ad-894e-83fc7817f38f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5'} Body: b'{"volume": {"id": "61d2555d-3cf0-4fd3-98cd-b6edbde023d5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:50.000000", "updated_at": "2023-04-18T21:03:51.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1880037782", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-434484954", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}], "user_id": "11aea7a93d984582ac3ffc55f3f374c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afc1a6df022b4ad3a1ddd930ae5ae859"}}' 2023-04-18 21:03:51,593 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5 0.037s 2023-04-18 21:03:51,594 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2959d2ce-a4ba-4687-99a3-27d565ef92f3', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2959d2ce-a4ba-4687-99a3-27d565ef92f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5'} Body: b'{"volume": {"id": "61d2555d-3cf0-4fd3-98cd-b6edbde023d5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:50.000000", "updated_at": "2023-04-18T21:03:51.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1880037782", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-434484954", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5"}], "user_id": "11aea7a93d984582ac3ffc55f3f374c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "afc1a6df022b4ad3a1ddd930ae5ae859"}}' 2023-04-18 21:03:51,741 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5 0.137s 2023-04-18 21:03:51,741 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17a77e71-ff2c-4c41-9f3f-4c649724f500', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3 a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5'} Body: b'' 2023-04-18 21:03:51,765 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5 0.023s 2023-04-18 21:03:51,766 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3f2d545-cd85-4520-ad0e-bb5a3e6dc1ae', 'x-openstack-request-id': 'req-a3f2d545-cd85-4520-ad0e-bb5a3e6dc1ae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/afc1a6df022b4ad3a1ddd930ae5ae859/volumes/61d2555d-3cf0-4fd3-98cd-b6edbde023d5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 61d2555d-3cf0-4fd3-98cd-b6edbde023d5 could not be found."}}' 2023-04-18 21:03:51,793 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83/action 0.026s 2023-04-18 21:03:51,793 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "afc1a6df022b4ad3a1ddd930ae5ae859"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bd926a0-ee13-4f2d-9d5e-87ede5c7aa51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83/action'} Body: b'' 2023-04-18 21:03:51,851 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83 0.058s 2023-04-18 21:03:51,852 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8185959e-63a0-4202-b08f-a7f25cccfaa8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83'} Body: b'' 2023-04-18 21:03:51,867 79661 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83 0.015s 2023-04-18 21:03:51,868 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:51 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-f29ae96a-da9d-4787-bcf4-a69a496beca9', 'x-openstack-request-id': 'req-f29ae96a-da9d-4787-bcf4-a69a496beca9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/effa650ad4e94898952dedf13f4 f82a6/types/df7eb0da-9442-4f51-a478-616bdb503f83'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type df7eb0da-9442-4f51-a478-616bdb503f83 could not be found."}}' 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 ebadb16e-a540-4ed1-8449-05c3ff63dc74 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:01:11,688 79667 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 21:01:11,689 79667 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 21:01:11,759 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.068s 2023-04-18 21:01:11,759 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-986065476", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDQtgkkmdBCW4Im1S6OIVBs6EvnB7RoYMLtUhdA1+HNo849CLec1saof8UgYxUqrtAmFzGP2BFBjnuyh73ehnzhWNTebp7NaUZbxO9R6d8nPUcT+MBksn62A1yOOpf5u7A=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:11 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-f971f869-30a5-4029-92e0-8f1b576cfa03', 'x-compute-request-id': 'req-f971f869-30a5-4029-92e0-8f1b576cfa03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-986065476", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDQtgkkmdBCW4Im1S6OIVBs6EvnB7RoYMLtUhdA1+HNo849CLec1saof8UgYxUqrtAmFzGP2BFBjnuyh73ehnzhWNTebp7NaUZbxO9R6d8nPUcT+MBksn62A1yOOpf5u7A==", "fingerprint": "4b:51:bf:22:27:55:f5:8b:63:66:21:92:ab:31:ae:40", "user_id": "5370e1ed421443439d6463efd2fae614"}}' 2023-04-18 21:01:11,762 79667 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-986065476 created 2023-04-18 21:01:11,935 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.172s 2023-04-18 21:01:11,935 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--983037989", "description": "tempest-description--851118266"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-c8c3113b-1aac-4da1-848b-9bd1df026b8b', 'date': 'Tue, 18 Apr 2023 21:01:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "name": "tempest-securitygroup--983037989", "stateful": true, "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "description": "tempest-description--851118266", "shared": false, "security_group_rules": [{"id": "ca081557-36cf-4d1c-a593-38336e0ae652", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "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": 567, "description": null, "tags": [], "created_at": "2023-04-18T21:01:11Z", "updated_at": "2023-04-18T21:01:11Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}, {"id": "deb553a8-f65b-4bb5-a848-26e0ad065f36", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "ethertype": "IPv6", "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": 568, "description": null, "tags": [], "created_at": "2023-04-18T21:01:11Z", "updated_at": "2023-04-18T21:01:11Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}], "tags": [], "created_at": "2023-04-18T21:01:11Z", "updated_at": "2023-04-18T21:01:11Z", "revision_number": 1, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:01:12,209 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.273s 2023-04-18 21:01:12,210 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "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-45258e67-45c2-450b-95a4-4a2cf6f20fbc', 'date': 'Tue, 18 Apr 2023 21:01:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3ab49ae1-e8c3-4cd3-b4ac-19caf41d8cb0", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "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-18T21:01:12Z", "updated_at": "2023-04-18T21:01:12Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:01:12,370 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-18 21:01:12,371 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-854f7a76-ef0d-4a39-8499-9551445fe105', 'date': 'Tue, 18 Apr 2023 21:01:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7a028caa-b4d8-4c1a-a61f-1cb31bc88b84", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "0d81a00b-5ba1-40bb-a406-97d7315ed77c", "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-18T21:01:12Z", "updated_at": "2023-04-18T21:01:12Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:01:12,371 79667 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--983037989 created 2023-04-18 21:01:13,326 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.955s 2023-04-18 21:01:13,326 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-open stack-request-id': 'req-056486a7-99ea-464d-aab6-f30eda7501ca', 'date': 'Tue, 18 Apr 2023 21:01:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b2049ff4-534e-424d-8f18-a8539801af01", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "floating_ip_address": "172.24.4.66", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3a910c3017f1428c9f1c09133d73cfcc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:01:12Z", "updated_at": "2023-04-18T21:01:12Z", "revision_number": 0}}' 2023-04-18 21:01:13,327 79667 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b2049ff4-534e-424d-8f18-a8539801af01', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'floating_ip_address': '172.24.4.66', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:01:12Z', 'updated_at': '2023-04-18T21:01:12Z', 'revision_number': 0, 'ip': '172.24.4.66'} created 2023-04-18 21:01:13,427 79667 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.094s 2023-04-18 21:01:13,428 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b846b41a-d1f2-43ee-96d2-7f29254e7bb1', '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": "5370e1ed421443439d6463efd2fae614", "name": "tempest-AttachVolumeNegativeTest-25072355-project-member", "password_expires_at": null}, "audit_ids": ["yo6_6gpNT6yp22KnTneWFA"], "expires_at": "2023-04-18T22:01:13.000000Z", "issued_at": "2023-04-18T21:01:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a910c3017f1428c9f1c09133d73cfcc", "name": "tempest-AttachVolumeNegativeTest-25072355"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "ht tp://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:01:13,428 79667 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'c3b319de-2fa3-4858-b85a-891d6736ed6b', 'name': 'tempest-AttachVolumeNegativeTest-1307280522-network', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:58:15Z', 'updated_at': '2023-04-18T20:58:15Z', 'revision_number': 1} available for tenant 2023-04-18 21:01:13,429 79667 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-986065476', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDQtgkkmdBCW4Im1S6OIVBs6EvnB7RoYMLtUhdA1+HNo849CLec1saof8UgYxUqrtAmFzGP2BFBjnuyh73ehnzhWNTebp7NaUZbxO9R6d8nPUcT+MBksn62A1yOOpf5u7A==', 'fingerprint': '4b:51:bf:22:27:55:f5:8b:63:66:21:92:ab:31:ae:40', 'user_id': '5370e1ed421443439d6463efd2fae614', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBEZC1khSGQoicugEoOs1tuV7jJRRxDcHHQNSYrqDl8/WCJraUOV0CU\nnqllFB03k1SgBwYFK4EEACKhZANiAAQ0LYJJJnQQluCJtUujiFQbOhL5we0aGDC7\nVIXQNfhzaPOPQi3nNbGqH/FIGMVKq7QJhcxj9gRQY57soe93oZ84VjU3m6ezWlGW\n8TvUenfJz1HE/jAZLJ+tgNcjjqX+buw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0d81a00b-5ba1-40bb-a406-97d7315ed77c', 'name': 'tempest-securitygroup--983037989', 'stateful': True, 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': 'tempest-description--851118266', 'shared': False, 'security_group_rules': [{'id': 'ca081557-36cf-4d1c-a593-38336e0ae652', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'security_group_id': '0d81a00b-5ba1-40bb-a406-97d7315ed77c', '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': 567, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:01:11Z', 'updated_at': '2023-04-18T21:01:11Z', 'revision_number': 0, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}, {'id': 'deb553a8-f65b-4bb5-a848-26e0ad065f36', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'security_group_id': '0d81a00b-5ba1-40bb-a406-97d7315ed77c', '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': 568, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:01:11Z', 'updated_at': '2023-04-18T21:01:11Z', 'revision_number': 0, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}], 'tags ': [], 'created_at': '2023-04-18T21:01:11Z', 'updated_at': '2023-04-18T21:01:11Z', 'revision_number': 1, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}, 'floating_ip': {'id': 'b2049ff4-534e-424d-8f18-a8539801af01', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'floating_ip_address': '172.24.4.66', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:01:12Z', 'updated_at': '2023-04-18T21:01:12Z', 'revision_number': 0, 'ip': '172.24.4.66'}} 2023-04-18 21:01:14,138 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.708s 2023-04-18 21:01:14,138 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1883227807", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c3b319de-2fa3-4858-b85a-891d6736ed6b"}], "security_groups": [{"name": "tempest-securitygroup--983037989"}], "key_name": "tempest-keypair-986065476", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbd3485f-1ef9-4fac-8e4e-4b86ec5b213e', 'x-compute-request-id': 'req-fbd3485f-1ef9-4fac-8e4e-4b86ec5b213e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a81d8561-aac4-4087-9c97-6180a3fbfc45", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--983037989"}], "adminPass": "password"}}' 2023-04-18 21:01:14,234 79667 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/a81d8561-aac4-4087-9c97-6180a3fbfc45 0.092s 2023-04-18 21:01:14,234 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:14 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-36c8b2b3-788b-4d13-8621-e2d6e18a735e', 'x-compute-request-id': 'req-36c8b2b3-788b-4d13-8621-e2d6e18a735e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45'} Body: b'{"server": {"id": "a81d8561-aac4-4087-9c97-6180a3fbfc45", "name": "tempest-AttachVolumeNegativeTest-server-1883227807", "status": "BUILD", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/27764 03b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:01:14Z", "updated": "2023-04-18T21:01:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-986065476", "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-18 21:02:04,565 79667 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/a81d8561-aac4-4087-9c97-6180a3fbfc45 0.272s 2023-04-18 21:02:04,566 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:02:04 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-e981a3c4-9670-4277-a77c-6c38261da775', 'x-compute-request-id': 'req-e981a3c4-9670-4277-a77c-6c38261da775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45'} Body: b'{"server": {"id": "a81d8561-aac4-4087-9c97-6180a3fbfc45", "name": "tempest-AttachVolumeNegativeTest-server-1883227807", "status": "ACTIVE", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "11fa9b63cf914189153847a449a3073bb8a2879433589067d5ec4641", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:01:14Z", "updated": "2023-04-18T21:01:21Z", "addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:81:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-986065476", "OS-SRV-USG:launched_at": "2023-04-18T21:01:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--983037989"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:02:04,579 79667 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:03:04,824 79667 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/a81d8561-aac4-4087-9c97-6180a3fbfc45/os-interface 0.187s 2023-04-18 21:03:04,824 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:04 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-3291e7c0-7380-44a7-852f-01af86f67ee7', 'x-compute-request-id': 'req-3291e7c0-7380-44a7-852f-01af86f67ee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c3b319de-2fa3-4858-b85a-891d6736ed6b", "port_id": "b9ae6aa1-a863-41af-a249-24059bd82ffc", "mac_addr": "fa:16:3e:e0:81:97", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "867fbb1a-1a72-4264-9de2-9bb611425db7", "ip_address": "10.0.0.12"}]}]}' 2023-04-18 21:03:05,579 79667 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/b2049ff4-534e-424d-8f18-a8539801af01 0.751s 2023-04-18 21:03:05,579 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "b9ae6aa1-a863-41af-a249-24059bd82ffc"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-8082da06-1688-4f12-b1f2-b36a53242c89', 'date': 'Tue, 18 Apr 2023 21:03:05 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b2049ff4-534e-424d-8f18-a8539801af01'} Body: b'{"floatingip": {"id": "b2049ff4-534e-424d-8f18-a8539801af01", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "floating_ip_address": "172.24.4.66", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "068ffa9c-bcf5-46fe-bc9a-40a38f680daa", "port_id": "b9ae6aa1-a863-41af-a249-24059bd82ffc", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c3b319de-2fa3-4858-b85a-891d6736ed6b", "mac_address": "fa:16:3e:e0:81:97", "admin_state_up": true, "status": "ACTIVE", "device_id": "a81d8561-aac4-4087-9c97-6180a3fbfc45", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:01:12Z", "updated_at": "2023-04-18T21:03:05Z", "revision_number": 1, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:03:05,581 79667 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.66:22' as 'cirros' with public key authentication 2023-04-18 21:03:05,619 79667 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:03:05,640 79667 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:03:05,641 79667 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.66 successfully created 2023-04-18 21:03:05,689 79667 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/a81d8561-aac4-4087-9c97-6180a3fbfc45/ips 0.048s 2023-04-18 21:03:05,690 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bce9bfb5-e0d4-4d13-a130-d6e570474f7f', 'x-compute-request-id': 'req-bce9bfb5-e0d4-4d13-a130-d6e570474f7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2023-04-18 21:03:05,881 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes 0.188s 2023-04-18 21:03:05,881 79667 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-282022757"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2092df58-a316-4732-9d3e-5a11b3d264ea', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2092df58-a316-4732-9d3e-5a11b3d264ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes'} Body: b'{"volume": {"id": "ebadb16e-a540-4ed1-8449-05c3ff63dc74", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:05.820100", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-282022757", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:03:05,940 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74 0.048s 2023-04-18 21:03:05,940 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0f5546f-1011-44a8-825f-4ee74eaca622', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0f5546f-1011-44a8-825f-4ee74eaca622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74'} Body: b'{"volume": {"id": "ebadb16e-a540-4ed1-8449-05c3ff63dc74", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:06.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-282022757", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:03:06,992 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/3a910c3017 f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74 0.040s 2023-04-18 21:03:06,992 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e949ae8f-e160-457c-9fc6-d0e85486ad8c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e949ae8f-e160-457c-9fc6-d0e85486ad8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74'} Body: b'{"volume": {"id": "ebadb16e-a540-4ed1-8449-05c3ff63dc74", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:03:06.000000", "updated_at": "2023-04-18T21:03:06.000000", "name": "tempest-AttachVolumeNegativeTest-volume-282022757", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/ebadb16e-a540-4ed1-8449-05c3ff63dc74"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:03:07,129 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45 0.126s 2023-04-18 21:03:07,129 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37bd5519-ce0d-4b64-8dc7-4af35851dbc2', 'x-compute-request-id': 'req-37bd5519-ce0d-4b64-8dc7-4af35851dbc2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45'} Body: b'' 2023-04-18 21:03:07,351 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45 0.221s 2023-04-18 21:03:07,351 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:07 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-57311e2c-6070-4416-896a-2eaf5f51f6a0', 'x-compute-request-id': 'req-57311e2c-6070-4416-896a-2eaf5f51f6a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45'} Body: b'{"server": {"id": "a81d8561-aac4-4087-9c97-6180a3fbfc45", "name": "tempest-AttachVolumeNegativeTest-server-1883227807", "status": "ACTIVE", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "11fa9b63cf914189153847a449a3073bb8a2879433589067d5ec4641", "image": { "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:01:14Z", "updated": "2023-04-18T21:03:07Z", "addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:81:97"}, {"version": 4, "addr": "172.24.4.66", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:81:97"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-986065476", "OS-SRV-USG:launched_at": "2023-04-18T21:01:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--983037989"}], "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-18 21:03:57,608 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45 0.195s 2023-04-18 21:03:57,608 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-91c7e3ac-87b4-4071-8b5d-f094a1021a96', 'x-compute-request-id': 'req-91c7e3ac-87b4-4071-8b5d-f094a1021a96', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a81d8561-aac4-4087-9c97-6180a3fbfc45'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a81d8561-aac4-4087-9c97-6180a3fbfc45 could not be found."}}' 2023-04-18 21:03:57,644 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-986065476 0.035s 2023-04-18 21:03:57,644 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97c2d0a4-656c-4ab1-9943-1f21a3452c83', 'x-compute-request-id': 'req-97c2d0a4-656c-4ab1-9943-1f21a3452c83', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-986065476'} Body: b'' 2023-04-18 21:03:57,849 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0d81a00b-5ba1-40bb-a406-97d7315ed77c 0.205s 2023-04-18 21:03:57,850 79667 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-f2e1d3ae-7356-47c6-8ac6-38490a15c167', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:03:57 GMT', 'connection ': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0d81a00b-5ba1-40bb-a406-97d7315ed77c'} Body: b'' 2023-04-18 21:03:57,865 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0d81a00b-5ba1-40bb-a406-97d7315ed77c 0.015s 2023-04-18 21:03:57,866 79667 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-09508faf-ed9c-4ba4-ba90-ba3b5dc24d78', 'date': 'Tue, 18 Apr 2023 21:03:57 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0d81a00b-5ba1-40bb-a406-97d7315ed77c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0d81a00b-5ba1-40bb-a406-97d7315ed77c does not exist", "detail": ""}}' 2023-04-18 21:03:58,392 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b2049ff4-534e-424d-8f18-a8539801af01 0.525s 2023-04-18 21:03:58,392 79667 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-3e4ea1ba-b6e3-4667-948e-2e10cc617f82', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:03:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b2049ff4-534e-424d-8f18-a8539801af01'} Body: b'' setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6d0b806f-a5be-4c95-a6bb-8ad6348d9c15 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 9dfbd1c3-70df-41c3-bddd-acc141b133b7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:02,084 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes 0.358s 2023-04-18 21:04:02,085 79661 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-1669831074"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83776e92-de57-4050-8407-34520a573148', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83776e92-de57-4050-8407-34520a573148', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes'} Body: b'{"volume": {"id": "9dfbd1c3-70df-41c3-bddd-acc141b133b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:02.018855", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1669831074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:04:02,135 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7 0.041s 2023-04-18 21:04:02,135 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4e283cf-454e-4e03-9604-679c3c41a777', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4e283cf-454e-4e03-9604-679c3c41a777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7'} Body: b'{"volume": {"id": "9dfbd1c3-70df-41c3-bddd-acc141b133b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:02.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1669831074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f358abaebc6a4139adf6af50d2c76eb6"}}' 2023-04-18 21:04:03,213 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7 0.066s 2023-04-18 21:04:03,213 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afa3894e-e6cb-4187-9735-43eabc7665fb', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afa3894e-e6cb-4187-9735-43eabc7665fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7'} Body: b'{"volume": {"id": "9dfbd1c3-70df-41c3-bddd-acc141b133b7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:02.000000", "updated_at": "2023-04-18T21:04:02.000000", "name": "tempest-VolumesDeleteCascade-Volume-1669831074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f358abaebc6a4139adf6af50d2c76eb6"}}' 2023-04-18 21:04:03,266 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7 0.040s 2023-04-18 21:04:03,266 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-174e6707-f469-496d-9139-5eeb2356f6c8', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-174e6707-f469-496d-9139-5eeb2356f6c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7'} Body: b'{"volume": {"id": "9dfbd1c3-70df-41c3-bddd-acc141b133b7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:02.000000", "updated_at": "2023-04-18T21:04:02.000000", "name": "tempest-VolumesDeleteCascade-Volume-1669831074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f358abaebc6a4139adf6af50d2c76eb6"}}' 2023-04-18 21:04:03,371 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7 0.091s 2023-04-18 21:04:03,372 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:03 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-57c983a3-168b-427f-8091-5d09714ab3f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7'} Body: b'' 2023-04-18 21:04:03,406 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7 0.033s 2023-04-18 21:04:03,407 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a15275-397c-4604-8f0f-3578442ddd59', 'x-openstack-request-id': 'req-09a15275-397c-4604-8f0f-3578442ddd59', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/9dfbd1c3-70df-41c3-bddd-acc141b133b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9dfbd1c3-70df-41c3-bddd-acc141b133b7 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 665f921e-6e25-4602-b333-ce7bd2f86589 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:03,641 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes 0.229s 2023-04-18 21:04:03,641 79661 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-1968619888"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f820860d-8346-4743-b3f0-bbaac87c0d42', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f820860d-8346-4743-b3f0-bbaac87c0d42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes'} Body: b'{"volume": {"id": "665f921e-6e25-4602-b333-ce7bd2f86589", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:03.561213", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1968619888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:04:03,698 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589 0.047s 2023-04-18 21:04:03,698 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9888320-6620-4e91-9a2d-798835f8326b', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9888320-6620-4e91-9a2d-798835f8326b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589'} Body: b'{"volume": {"id": "665f921e-6e25-4602-b333-ce7bd2f86589", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:04.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1968619888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f358abaebc6a4139adf6af50d2c76eb6"}}' 2023-04-18 21:04:04,759 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589 0.048s 2023-04-18 21:04:04,759 79661 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c4d000-7fb0-4f99-8604-0f879b1bcdbe', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c4d000-7fb0-4f99-8604-0f879b1bcdbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589'} Body: b'{"volume": {"id": "665f921e-6e25-4602-b333-ce7bd2f86589", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:04.000000", "updated_at": "2023-04-18T21:04:04.000000", "name": "tempest-VolumesDeleteCascade-Volume-1968619888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f358abaebc6a4139adf6af50d2c76eb6"}}' 2023-04-18 21:04:04,810 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589 0.040s 2023-04-18 21:04:04,810 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eb09736-6e9b-4fce-aeac-4f8277b7dc9b', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eb09736-6e9b-4fce-aeac-4f8277b7dc9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589'} Body: b'{"volume": {"id": "665f921e-6e25-4602-b333-ce7bd2f86589", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:04.000000", "updated_at": "2023-04-18T21:04:04.000000", "name": "tempest-VolumesDeleteCascade-Volume-1968619888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589"}], "user_id": "975691ee69ed4408a7376a6886302307", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f358abaebc6a4139adf6af50d2c76eb6"}}' 2023-04-18 21:04:04,958 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589 0.137s 2023-04-18 21:04:04,959 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': ' 0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd0a32d2-c577-4615-824f-bc9429e6af88', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589'} Body: b'' 2023-04-18 21:04:04,980 79661 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589 0.020s 2023-04-18 21:04:04,980 79661 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04: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-8c2a25ed-771d-4ae2-a134-b496d51fc426', 'x-openstack-request-id': 'req-8c2a25ed-771d-4ae2-a134-b496d51fc426', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f358abaebc6a4139adf6af50d2c76eb6/volumes/665f921e-6e25-4602-b333-ce7bd2f86589'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 665f921e-6e25-4602-b333-ce7bd2f86589 could not be found."}}' 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 d71e78af-20ab-4659-bc72-66edfba12f08 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:08,468 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/types 0.171s 2023-04-18 21:04:08,468 79647 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-4441571"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ea9b770-7a4a-42a0-8363-bdbbdf0e6081', 'content-length': '225', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ea9b770-7a4a-42a0-8363-bdbbdf0e6081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/types'} Body: b'{"volume_type": {"id": "095036cb-e8f4-43d5-bb5b-9b10d52901cb", "name": "tempest-GroupSnapshotsV319Test-volume-type-4441571", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 21:04:08,514 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/group_types 0.042s 2023-04-18 21:04:08,514 79647 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-1941532990"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e007038f-f285-44bb-a5c7-cf28c72b1e8e', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e007038f-f285-44bb-a5c7-cf28c72b1e8e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/group_types'} Body: b'{"group_type": {"id": "d62c3f7c-232a-4053-bb87-08f12c09724e", "name": "tempest-GroupSnapshotsV319Test-group-type-1941532990", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 21:04:08,743 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups 0.226s 2023-04-18 21:04:08,743 79647 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": "d62c3f7c-232a-4053-bb87-08f12c09724e", "volume_types": ["095036cb-e8f4-43d5-bb5b-9b10d52901cb"], "name": "tempest-GroupSnapshotsV319Test-Group-249701427"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3411515-fbe7-40af-838a-d5900600cffa', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3411515-fbe7-40af-838a-d5900600cffa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups'} Body: b'{"group": {"id": "d71e78af-20ab-4659-bc72-66edfba12f08", "name": "tempest-GroupSnapshotsV319Test-Group-249701427"}}' 2023-04-18 21:04:08,786 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08 0.040s 2023-04-18 21:04:08,787 79647 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae1c6131-e87f-4bbe-a998-826c719b75c4', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae1c6131-e87f-4bbe-a998-826c719b75c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08'} Body: b'{"group": {"id": "d71e78af-20ab-4659-bc72-66edfba12f08", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T21:04:09.000000", "name": "tempest-GroupSnapshotsV319Test-Group-249701427", "description": null, "group_type": "d62c3f7c-232a-4053-bb87-08f12c09724e", "volume_types": ["095036cb-e8f4-43d5-bb5b-9b10d52901cb"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 21:04:09,828 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08 0.035s 2023-04-18 21:04:09,828 79647 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': 'Tue, 18 Apr 2023 21:04:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2d8d4b7-a455-47da-8ad1-96dda2ada84d', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2d8d4b7-a455-47da-8ad1-96dda2ada84d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08'} Body: b'{"group": {"id": "d71e78af-20ab-4659-bc72-66edfba12f08", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T21:04:09.000000", "name": "tempest-GroupSnapshotsV319Test-Group-249701427", "description": null, "group_type": "d62c3f7c-232a-4053-bb87-08f12c09724e", "volume_types": ["095036cb-e8f4-43d5-bb5b-9b10d52901cb"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 21:04:09,900 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/volumes/detail 0.066s 2023-04-18 21:04:09,900 79647 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': 'Tue, 18 Apr 2023 21:04:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc0d3e95-4e45-4d2e-a1ca-95e88fc28230', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc0d3e95-4e45-4d2e-a1ca-95e88fc28230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 21:04:09,973 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08/action 0.062s 2023-04-18 21:04:09,974 79647 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': 'Tue, 18 Apr 2023 21:04:09 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-ba79b91f-75ef-470c-8dee-215726cef9b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08/action'} Body: b'' 2023-04-18 21:04:09,990 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08 0.016s 2023-04-18 21:04:09,991 79647 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': 'Tue, 18 Apr 2023 21:04:09 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-ee8993d2-9c26-4557-b3a7-65d60b5f277c', 'x-openstack-request-id': 'req-ee8993d2-9c26-4557-b3a7-65d60b5f277c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7c323108c42a4ae78781f13275af0d89/groups/d71e78af-20ab-4659-bc72-66edfba12f08'} Body: b'{"itemNotFound": {"code": 404, "message": "Group d71e78af-20ab-4659-bc72-66edfba12f08 could not be found."}}' 2023-04-18 21:04:10,023 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/group_types/d62c3f7c-232a-4053-bb87-08f12c09724e 0.032s 2023-04-18 21:04:10,024 79647 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': 'Tue, 18 Apr 2023 21:04:09 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-a942c795-1065-41a5-9e71-3fe810d86031', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/group_types/d62c3f7c-232a-4053-bb87-08f12c09724e'} Body: b'' 2023-04-18 21:04:10,077 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/types/095036cb-e8f4-43d5-bb5b-9b10d52901cb 0.052s 2023-04-18 21:04:10,078 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2cdb6a8-2f6e-4d85-b954-f3dc31d0bd53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/types/095036cb-e8f4-43d5-bb5b-9b10d52901cb'} Body: b'' 2023-04-18 21:04:10,095 79647 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/types/095036cb-e8f4-43d5-bb5b-9b10d52901cb 0.016s 2023-04-18 21:04:10,095 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-318d93c4-a99a-4c20-be70-d1b0794cbfac', 'x-openstack-request-id': 'req-318d93c4-a99a-4c20-be70-d1b0794cbfac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5f3df4c109f24e72828dfc526fd8c9ff/types/095036cb-e8f4-43d5-bb5b-9b10d52901cb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 095036cb-e8f4-43d5-bb5b-9b10d52901cb 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 4eccca02-e809-453d-b984-c90be1e17c9a failed to build and is in ERROR status tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 120, in test_volume_create_get_update_delete self._volume_create_get_update_delete(size=CONF.volume.volume_size) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cff6aea4-226d-4e05-82ac-460072f50b3b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:29,802 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes 0.399s 2023-04-18 21:04:29,803 79647 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-1209552737", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92eafdb4-6a64-49b5-873a-6659805e5acb', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92eafdb4-6a64-49b5-873a-6659805e5acb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes'} Body: b'{"volume": {"id": "cff6aea4-226d-4e05-82ac-460072f50b3b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:29.735242", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1209552737", "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/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:04:29,850 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b 0.038s 2023-04-18 21:04:29,850 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7a6f59d-991a-4496-97fb-5b0ab17f198a', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7a6f59d-991a-4496-97fb-5b0ab17f198a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b'} Body: b'{"volume": {"id": "cff6aea4-226d-4e05-82ac-460072f50b3b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:30.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1209552737", "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/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:30,912 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b 0.049s 2023-04-18 21:04:30,912 79647 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-074a17fb-02f7-4815-814e-a6d2cd5762b6', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-074a17fb-02f7-4815-814e-a6d2cd5762b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b'} Body: b'{"volume": {"id": "cff6aea4-226d-4e05-82ac-460072f50b3b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:30.000000", "updated_at": "2023-04-18T21:04:30.000000", "name": "tempest-VolumesGetTest-Volume-1209552737", "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/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:31,028 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b 0.105s 2023-04-18 21:04:31,028 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04: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-ff646b81-6000-44ef-9104-e943ece8d149', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b'} Body: b'' 2023-04-18 21:04:31,049 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b 0.020s 2023-04-18 21:04:31,049 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04: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-d516368f-96d8-4a7a-9ebf-16c915f9da7a', 'x-openstack-request-id': 'req-d516368f-96d8-4a7a-9ebf-16c915f9da7a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/cff6aea4-226d-4e05-82ac-460072f50b3b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cff6aea4-226d-4e05-82ac-460072f50b3b 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 1611677b-b51f-4c7e-973c-82883fad3bde failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:31,486 79647 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/9c0b6c9649994178a272e1544eeb8379/volumes 0.434s 2023-04-18 21:04:31,486 79647 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-1149596028"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-042eb34c-e2ba-4124-b3f9-798286f8bf8d', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-042eb34c-e2ba-4124-b3f9-798286f8bf8d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes'} Body: b'{"volume": {"id": "1611677b-b51f-4c7e-973c-82883fad3bde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:31.228915", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1149596028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:04:31,532 79647 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/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde 0.037s 2023-04-18 21:04:31,533 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-516c0a52-7601-4e2f-beb7-de314f5ea61c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-516c0a52-7601-4e2f-beb7-de314f5ea61c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde'} Body: b'{"volume": {"id": "1611677b-b51f-4c7e-973c-82883fad3bde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:31.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1149596028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:32,583 79647 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/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde 0.038s 2023-04-18 21:04:32,583 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c406e38-2ddb-4e11-a106-c00aa2af6535', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c406e38-2ddb-4e11-a106-c00aa2af6535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde'} Body: b'{"volume": {"id": "1611677b-b51f-4c7e-973c-82883fad3bde", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:31.000000", "updated_at": "2023-04-18T21:04:32.000000", "name": "tempest-VolumesGetTest-Volume-1149596028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:32,640 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde 0.046s 2023-04-18 21:04:32,641 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bba43a8-d254-4114-bc1e-a99bd239f022', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bba43a8-d254-4114-bc1e-a99bd239f022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde'} Body: b'{"volume": {"id": "1611677b-b51f-4c7e-973c-82883fad3bde", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:31.000000", "updated_at": "2023-04-18T21:04:32.000000", "name": "tempest-VolumesGetTest-Volume-1149596028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:32,751 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde 0.100s 2023-04-18 21:04:32,751 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8 ', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c62407af-db30-4721-b359-4eb2a01fdaf1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde'} Body: b'' 2023-04-18 21:04:32,772 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde 0.020s 2023-04-18 21:04:32,772 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d43d8f1e-aa37-4b7b-a50d-c6fb6714a7d0', 'x-openstack-request-id': 'req-d43d8f1e-aa37-4b7b-a50d-c6fb6714a7d0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/1611677b-b51f-4c7e-973c-82883fad3bde'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1611677b-b51f-4c7e-973c-82883fad3bde 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 bcb57127-74f4-4cb6-8ff7-f50b6a0f2346 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:32,798 79647 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/2776403b-74df-489f-a4f5-d994ce6e9319 0.022s 2023-04-18 21:04:32,798 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dbecb052-7ed8-41d1-b401-e23b77beaae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:04:33,143 79647 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/9c0b6c9649994178a272e1544eeb8379/volumes 0.344s 2023-04-18 21:04:33,143 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-VolumesGetTest-Volume-241655373", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e25b69ba-f8b9-4bc9-9031-c466ede45ddf', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e25b69ba-f8b9-4bc9-9031-c466ede45ddf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes'} Body: b'{"volume": {"id": "bcb57127-74f4-4cb6-8ff7-f50b6a0f2346", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:33.075917", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-241655373", "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/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:04:33,197 79647 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/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346 0.042s 2023-04-18 21:04:33,197 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ef91cb0-89a7-47dc-8b28-be6be56c83db', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ef91cb0-89a7-47dc-8b28-be6be56c83db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346'} Body: b'{"volume": {"id": "bcb57127-74f4-4cb6-8ff7-f50b6a0f2346", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:33.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-241655373", "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/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:34,247 79647 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/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346 0.038s 2023-04-18 21:04:34,248 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f06c3edc-a551-4cf6-a042-5291114738e4', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f06c3edc-a551-4cf6-a042-5291114738e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346'} Body: b'{"volume": {"id": "bcb57127-74f4-4cb6-8ff7-f50b6a0f2346", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:33.000000", "updated_at": "2023-04-18T21:04:33.000000", "name": "tempest-VolumesGetTest-Volume-241655373", "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/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346"}], "user_id": "cfd6d8a815254309a472fddd16fdcf27", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c0b6c9649994178a272e1544eeb8379"}}' 2023-04-18 21:04:34,353 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346 0.094s 2023-04-18 21:04:34,353 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04: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-56bc9221-3804-4b0d-adce-854a6a4804b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346'} Body: b'' 2023-04-18 21:04:34,375 79647 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346 0.021s 2023-04-18 21:04:34,376 79647 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04: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-7a9927d2-285a-4f91-bd4c-1882b7adc992', 'x-openstack-request-id': 'req-7a9927d2-285a-4f91-bd4c-1882b7adc992', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/9c0b6c9649994178a272e1544eeb8379/volumes/bcb57127-74f4-4cb6-8ff7-f50b6a0f2346'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bcb57127-74f4-4cb6-8ff7-f50b6a0f2346 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) --------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 38379c0d-decd-4d93-bea2-2e63f5ce1529 failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 175be9f3-2e73-499f-acf3-359d781a0827 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:39,469 79647 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes 0.349s 2023-04-18 21:04:39,470 79647 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-734164091"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e680a45-bea2-4bba-9143-cf9badd5e76b', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e680a45-bea2-4bba-9143-cf9badd5e76b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes'} Body: b'{"volume": {"id": "175be9f3-2e73-499f-acf3-359d781a0827", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:39.414033", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-734164091", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827"}], "user_id": "26e25d9710e2496a9095f1696b2d79ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 21:04:39,518 79647 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827 0.038s 2023-04-18 21:04:39,519 79647 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': 'Tue, 18 Apr 2023 21:04:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5e2a1e7-4b84-4fa6-b0b6-c70cb9f72fce', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5e2a1e7-4b84-4fa6-b0b6-c70cb9f72fce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827'} Body: b'{"volume": {"id": "175be9f3-2e73-499f-acf3-359d781a0827", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:39.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-734164091", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827"}], "user_id": "26e25d9710e2496a9095f1696b2d79ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "365e70ac18754acf809973e0ece316d4"}}' 2023-04-18 21:04:40,590 79647 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827 0.049s 2023-04-18 21:04:40,591 79647 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': 'Tue, 18 Apr 2023 21:04:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad086b57-af38-4c6d-ba15-e63d7a1096d1', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad086b57-af38-4c6d-ba15-e63d7a1096d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827'} Body: b'{"volume": {"id": "175be9f3-2e73-499f-acf3-359d781a0827", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:39.000000", "updated_at": "2023-04-18T21:04:40.000000", "name": "tempest-VolumeRevertTests-Volume-734164091", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/365e70ac18754acf809973e0ece316d4/volumes/175be9f3-2e73-499f-acf3-359d781a0827"}], "user_id": "26e25d9710e2496a9095f1696b2d79ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "365e70ac18754acf809973e0ece316d4"}}' 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 57326b27-752e-426a-afe4-3ae9da69f2ff failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:04:40,785 79647 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes 0.181s 2023-04-18 21:04:40,785 79647 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-927403028"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f782bda1-b1d0-4bb3-996c-5a40b5b9713c', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f782bda1-b1d0-4bb3-996c-5a40b5b9713c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes'} Body: b'{"volume": {"id": "57326b27-752e-426a-afe4-3ae9da69f2ff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:40.728196", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-927403028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff"}], "user_id": "26e25d9710e2496a9095f1696b2d79ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 21:04:40,842 79647 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff 0.047s 2023-04-18 21:04:40,842 79647 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': 'Tue, 18 Apr 2023 21:04:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-913843de-341b-4966-814d-76543c820708', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-913843de-341b-4966-814d-76543c820708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff'} Body: b'{"volume": {"id": "57326b27-752e-426a-afe4-3ae9da69f2ff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:41.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-927403028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff"}], "user_id": "26e25d9710e2496a9095f1696b2d79ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "365e70ac18754acf809973e0ece316d4"}}' 2023-04-18 21:04:41,920 79647 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff 0.066s 2023-04-18 21:04:41,920 79647 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': 'Tue, 18 Apr 2023 21:04:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c0d01a1-1f30-4cd6-8c3b-9a7b3b332787', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c0d01a1-1f30-4cd6-8c3b-9a7b3b332787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff'} Body: b'{"volume": {"id": "57326b27-752e-426a-afe4-3ae9da69f2ff", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:41.000000", "updated_at": "2023-04-18T21:04:41.000000", "name": "tempest-VolumeRevertTests-Volume-927403028", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/365e70ac18754acf809973e0ece316d4/volumes/57326b27-752e-426a-afe4-3ae9da69f2ff"}], "user_id": "26e25d9710e2496a9095f1696b2d79ab", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "365e70ac18754acf809973e0ece316d4"}}' 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 3b906f36-9eef-441d-acf1-d672eb602764 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T21:04:22Z', 'message': 'Build of instance 3b906f36-9eef-441d-acf1-d672eb602764 aborted: Volume 65d3180a-8c8a-4727-a5f4-83c3a98b215a did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-29cb19fd-1280-468b-bdf8-ecb52d5a033c. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:01:19,528 79659 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-18 21:01:19,529 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-90af09b0-9d78-4f68-8d55-fc936d660043', '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": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132-project-member", "password_expires_at": null}, "audit_ids": ["oCKgl5NIRBaV1PtpaLbchg"], "expires_at": "2023-04-18T22:01:19.000000Z", "issued_at": "2023-04-18T21:01:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a5f1bfc384749baaf2a69eacad57b87", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:01:19,531 79659 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '2a459fb0-36eb-4c75-afd7-0de7482741f7', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1987626567-network', 'tenant_id': '8a5f1bfc384749baaf2a69eacad57b87', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'projec t_id': '8a5f1bfc384749baaf2a69eacad57b87', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 825, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 21:01:20,106 79659 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.574s 2023-04-18 21:01:20,107 79659 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-808917023", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "2a459fb0-36eb-4c75-afd7-0de7482741f7"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:01:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1', '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-be2c06d6-0c47-4c0f-aed5-f34df58c2eb3', 'x-compute-request-id': 'req-be2c06d6-0c47-4c0f-aed5-f34df58c2eb3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "wDyzk2EcAj79"}}' 2023-04-18 21:01:20,198 79659 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/f65d46e4-3ffe-4340-a930-a14a74b542c1 0.088s 2023-04-18 21:01:20,198 79659 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': 'Tue, 18 Apr 2023 21:01:20 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-c0df5964-835e-43f6-8ced-f374c143d10e', 'x-compute-request-id': 'req-c0df5964-835e-43f6-8ced-f374c143d10e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1'} Body: b'{"server": {"id": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-808917023", "status": "BUILD", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:01:20Z", "updated": "2023-04-18T21:01:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f65d46e4 -3ffe-4340-a930-a14a74b542c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}], "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-18 21:02:10,565 79659 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/f65d46e4-3ffe-4340-a930-a14a74b542c1 0.301s 2023-04-18 21:02:10,565 79659 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': 'Tue, 18 Apr 2023 21:02:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8ba466f-f3c0-4132-a918-3427ff18c3a3', 'x-compute-request-id': 'req-a8ba466f-f3c0-4132-a918-3427ff18c3a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1'} Body: b'{"server": {"id": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-808917023", "status": "ACTIVE", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "f9d071e8f4bf88d004e2f5efc62dbdf8f33051ba45edde3ec3e7d92b", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:01:20Z", "updated": "2023-04-18T21:01:28Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1987626567-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:f1:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:01:27.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-18 21:02:10,581 79659 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:03:11,992 79659 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/f65d46e4-3ffe-4340-a930-a14a74b542c1/action 1.350s 2023-04-18 21:03:11,992 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStableR escueTest-image-2145262652"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:10 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-d09d75dd-32c0-432c-8578-43fd81d8b3c6', 'x-compute-request-id': 'req-d09d75dd-32c0-432c-8578-43fd81d8b3c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1/action'} Body: b'{"image_id": "72149343-15c4-4141-bc22-0f4bb89804c8"}' 2023-04-18 21:03:12,077 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.082s 2023-04-18 21:03:12,077 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-83939085-8528-43ed-9605-8509cfdae7f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:12Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:13,106 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.027s 2023-04-18 21:03:13,107 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9c0551f4-dadb-4a32-92ac-1d874b356d11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_project_name": "tempest-ServerBootFr omVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:12Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:14,133 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.025s 2023-04-18 21:03:14,134 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b971eae0-d273-4043-b547-3bc4b8498a46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:12Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:15,157 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.021s 2023-04-18 21:03:15,157 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2b0205b6-a4c7-4c1f-aff1-406695a38959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "boot_ro les": "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:15Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:16,185 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.026s 2023-04-18 21:03:16,185 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8349731f-652a-4181-8f25-bdb89d78237f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "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": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:16Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:17,221 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.033s 2023-04-18 21:03:17,221 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2ac481e1-51af-41e4-ae3b-fa908c5bb38a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "c37efc27087dc2ffe2b5d241e251f716", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8a5f1bfc384749baaf2a69eacad57b87", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ba3137067e73e2a9e3c5932f5fbaee2af2ef749fa1ba79a530e5f6aa9ed1ef4e7e99eba9be52731dd9af8c8d6801fca7a733888fe0588d9642eeff23d54bd7c6", "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:17Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:17,247 79659 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/72149343-15c4-4141-bc22-0f4bb89804c8 0.024s 2023-04-18 21:03:17,247 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-57c80dfd-73b5-4c3f-8f7b-53e04126da6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8'} Body: b'{"base_image_ref": "2776403b-74df-489f-a4f5-d994ce6e9319", "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": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "owner_id": "8a5f1bfc384749baaf2a69eacad57b87", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-241821132", "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-241821132-project-member", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2145262652", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "c37efc27087dc2ffe2b5d241e251f716", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8a5f1bfc384749baaf2a69eacad57b87", "o s_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "ba3137067e73e2a9e3c5932f5fbaee2af2ef749fa1ba79a530e5f6aa9ed1ef4e7e99eba9be52731dd9af8c8d6801fca7a733888fe0588d9642eeff23d54bd7c6", "id": "72149343-15c4-4141-bc22-0f4bb89804c8", "created_at": "2023-04-18T21:03:12Z", "updated_at": "2023-04-18T21:03:17Z", "tags": [], "self": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8", "file": "/v2/images/72149343-15c4-4141-bc22-0f4bb89804c8/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:03:17,499 79659 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/f65d46e4-3ffe-4340-a930-a14a74b542c1 0.251s 2023-04-18 21:03:17,499 79659 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': 'Tue, 18 Apr 2023 21:03:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aba40c48-0917-4a30-9040-f6efddf2847d', 'x-compute-request-id': 'req-aba40c48-0917-4a30-9040-f6efddf2847d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1'} Body: b'{"server": {"id": "f65d46e4-3ffe-4340-a930-a14a74b542c1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-808917023", "status": "ACTIVE", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "f9d071e8f4bf88d004e2f5efc62dbdf8f33051ba45edde3ec3e7d92b", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:01:20Z", "updated": "2023-04-18T21:03:17Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1987626567-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:03:f1:a1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f65d46e4-3ffe-4340-a930-a14a74b542c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:01:27.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-18 21:04:17,651 79659 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-18 21:04:17,652 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8a294900-4148-41dd-9c9e-6cea0e06d3e1', '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": "e6caad8bd6fe44b6ab8868167473d4fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132-project-member", "password_expires_at": null}, "audit_ids": ["NSE9OyVOTwGDQ69Of4dwzA"], "expires_at": "2023-04-18T22:04:17.000000Z", "issued_at": "2023-04-18T21:04:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8a5f1bfc384749baaf2a69eacad57b87", "name": "tempest-ServerBootFromVolumeStableRescueTest-241821132"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8a5f1bfc384749baaf2a69eacad57b87", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:04:17,652 79659 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '2a459fb0-36eb-4c75-afd7-0de7482741f7', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1987626567-network', 'tenant_id': '8a5f1bfc384749baaf2a69eacad57b87', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8a5f1bfc384749baaf2a69eacad57b87', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 825, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:57:12Z', 'updated_at': '2023-04-18T20:57:12Z', 'revision_number': 1} available for tenant 2023-04-18 21:04:18,372 79659 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.718s 2023-04-18 21:04:18,372 79659 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-1908143060", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "2776403b-74df-489f-a4f5-d994ce6e9319", "destination_type": "volume"}], "networks": [{"uuid": "2a459fb0-36eb-4c75-afd7-0de7482741f7"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764', '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-29cb19fd-1280-468b-bdf8-ecb52d5a033c', 'x-compute-request-id': 'req-29cb19fd-1280-468b-bdf8-ecb52d5a033c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3b906f36-9eef-441d-acf1-d672eb602764", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3b906f36-9eef-441d-acf1-d672eb602764"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HroQwmKrnvu9"}}' 2023-04-18 21:04:18,520 79659 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/3b906f36-9eef-441d-acf1-d672eb602764 0.144s 2023-04-18 21:04:18,520 79659 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': 'Tue, 18 Apr 2023 21:04:18 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-fc91ffc5-9088-48ca-bed1-13841e0580e7', 'x-compute-request-id': 'req-fc91ffc5-9088-48ca-bed1-13841e0580e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764'} Body: b'{"server": {"id": "3b906f36-9eef-441d-acf1-d672eb602764", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1908143060", "status": "BUILD", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:04:18Z", "updated": "2023-04-18T21:04:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3b906f36-9eef-441d-acf1-d672eb602764"}], "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-18 21:05:08,719 79659 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/3b906f36-9eef-441d-acf1-d672eb602764 0.145s 2023-04-18 21:05:08,720 79659 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': 'Tue, 18 Apr 2023 21:05:08 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-7ff27c8b-117a-49c2-b4dd-4f8f4452cade', 'x-compute-request-id': 'req-7ff27c8b-117a-49c2-b4dd-4f8f4452cade', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764'} Body: b'{"server": {"id": "3b906f36-9eef-441d-acf1-d672eb602764", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1908143060", "status": "ERROR", "tenant_id": "8a5f1bfc384749baaf2a69eacad57b87", "user_id": "e6caad8bd6fe44b6ab8868167473d4fe", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T21:04:18Z", "updated": "2023-04-18T21:04:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3b906f36-9eef-441d-acf1-d672eb602764"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T21:04:22Z", "message": "Build of instance 3b906f36-9eef-441d-acf1-d672eb602764 aborted: Volume 65d3180a-8c8a-4727-a5f4-83c3a98b215a 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-18 21:05:08,735 79659 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-18 21:05:09,085 79659 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/3b906f36-9eef-441d-acf1-d672eb602764 0.349s 2023-04-18 21:05:09,085 79659 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': 'Tue, 18 Apr 2023 21:05:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cc2ff98-38a1-475f-8c15-38556c1ef1fa', 'x-compute-request-id': 'req-8cc2ff98-38a1-475f-8c15-38556c1ef1fa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764'} Body: b'' 2023-04-18 21:05:09,126 79659 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/3b906f36-9eef-441d-acf1-d672eb602764 0.040s 2023-04-18 21:05:09,126 79659 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': 'Tue, 18 Apr 2023 21:05:09 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-03c6289f-0980-487a-a09a-b7f3dade4013', 'x-compute-request-id': 'req-03c6289f-0980-487a-a09a-b7f3dade4013', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3b906f36-9eef-441d-acf1-d672eb602764'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3b906f36-9eef-441d-acf1-d672eb602764 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 536a0341-bfba-40e9-a6ab-18a7dae7c2a9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:03:41,049 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.441s 2023-04-18 21:03:41,050 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3165a457-eac1-4266-aa48-49b63a684da0', 'x-compute-request-id': 'req-3165a457-eac1-4266-aa48-49b63a684da0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:03:41,436 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.374s 2023-04-18 21:03:41,436 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7eb55d4-e444-46b4-9ba9-a595a9d90654', 'x-compute-request-id': 'req-f7eb55d4-e444-46b4-9ba9-a595a9d90654', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0. 0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:03:41,816 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.367s 2023-04-18 21:03:41,818 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30959cbb-35fa-4dba-9e40-45715abfed20', 'x-compute-request-id': 'req-30959cbb-35fa-4dba-9e40-45715abfed20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:04:42,162 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/e7457861 88a8467e91ee32d4078f12b5/volumes 0.330s 2023-04-18 21:04:42,162 79649 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-616859526"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5857d7bf-5d06-4985-a6ec-161f3cd6e736', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5857d7bf-5d06-4985-a6ec-161f3cd6e736', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes'} Body: b'{"volume": {"id": "536a0341-bfba-40e9-a6ab-18a7dae7c2a9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:42.099558", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-616859526", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:04:42,222 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9 0.051s 2023-04-18 21:04:42,223 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c71e6336-c42d-4508-a6a7-a031e94a5666', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c71e6336-c42d-4508-a6a7-a031e94a5666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9'} Body: b'{"volume": {"id": "536a0341-bfba-40e9-a6ab-18a7dae7c2a9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:42.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-616859526", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e745786188a8467e91ee32d4078f12b5"}}' 2023-04-18 21:04:43,281 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9 0.046s 2023-04-18 21:04:43,282 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Heade rs: {'date': 'Tue, 18 Apr 2023 21:04:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7322f822-82a2-472d-a0fa-fe4d34faf44e', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7322f822-82a2-472d-a0fa-fe4d34faf44e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9'} Body: b'{"volume": {"id": "536a0341-bfba-40e9-a6ab-18a7dae7c2a9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:04:42.000000", "updated_at": "2023-04-18T21:04:42.000000", "name": "tempest-ServerActionsTestJSON-volume-616859526", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/536a0341-bfba-40e9-a6ab-18a7dae7c2a9"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e745786188a8467e91ee32d4078f12b5"}}' 2023-04-18 21:04:43,294 79649 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-18 21:04:43,791 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.496s 2023-04-18 21:04:43,791 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78c03597-3a96-44f6-9159-2a98aac7bf09', 'x-compute-request-id': 'req-78c03597-3a96-44f6-9159-2a98aac7bf09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "sec urity_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bb5c7451-9b38-49b2-93a3-0560e6820de8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:03:29,227 79665 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 21:03:29,227 79665 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 21:03:29,412 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.182s 2023-04-18 21:03:29,413 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1718975577", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCatrlk8Gk1C9BIJU6Nq36ZHN2mvgVOFhKbNZOo+sHYhZjRTZoBia6bXIq9QYq+nS1cyGdMTreLYKGPgx+o2H7H6pHCB77qEztFCQxCUEXmBCUE5r3/rwDuglDWRoZEuqA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:29 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-81c83e53-5ffa-4e6e-b98c-f841246e72cc', 'x-compute-request-id': 'req-81c83e53-5ffa-4e6e-b98c-f841246e72cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1718975577", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCatrlk8Gk1C9BIJU6Nq36ZHN2mvgVOFhKbNZOo+sHYhZjRTZoBia6bXIq9QYq+nS1cyGdMTreLYKGPgx+o2H7H6pHCB77qEztFCQxCUEXmBCUE5r3/rwDuglDWRoZEuqA==", "fingerprint": "52:97:05:d0:a9:40:7b:cb:af:24:4e:0f:ed:79:df:51", "user_id": "038d8b51fbcf4542a442e69729e90b52"}}' 2023-04-18 21:03:29,415 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1718975577 created 2023-04-18 21:03:29,585 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.170s 2023-04-18 21:03:29,586 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1917103847", "description": "tempest-description--908000628"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-c1a4828a-a62a-4e64-b8ad-d8ee3c290df8', 'date': 'Tue, 18 Apr 2023 21:03:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "name": "tempest-securitygroup--1917103847", "stateful": true, "tenant_id": "4f87d615925045948bb95f84b990b2c5", "description": "tempest-description--908000628", "shared": false, "security_group_rules": [{"id": "534d43f6-6a55-48c8-a528-39a923431ab3", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "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": 671, "description": null, "tags": [], "created_at": "2023-04-18T21:03:29Z", "updated_at": "2023-04-18T21:03:29Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}, {"id": "e3dde9a9-cace-4821-a8a9-023b3754bea2", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norm alized_cidr": null, "remote_group_id": null, "standard_attr_id": 670, "description": null, "tags": [], "created_at": "2023-04-18T21:03:29Z", "updated_at": "2023-04-18T21:03:29Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}], "tags": [], "created_at": "2023-04-18T21:03:29Z", "updated_at": "2023-04-18T21:03:29Z", "revision_number": 1, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:03:29,773 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.186s 2023-04-18 21:03:29,773 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "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-43c2bee2-1df5-4e41-9721-23eed97725c5', 'date': 'Tue, 18 Apr 2023 21:03:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f031056a-04b9-4f1e-b6a9-c268e2196339", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "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-18T21:03:29Z", "updated_at": "2023-04-18T21:03:29Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:03:29,953 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.179s 2023-04-18 21:03:29,954 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4b464170-e1bc-4546-b46b-7610c2c7b927', 'date': 'Tue, 18 Apr 2023 21:03:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "08814eb0-6979-462d-8c85-042ff23f20bf", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "c0df9083-2246-4dee-b1b8-d68722b48c61", "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-18T21:03:29Z", "updated_at": "2023-04-18T21:03:29Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:03:29,954 79665 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1917103847 created 2023-04-18 21:03:30,735 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.780s 2023-04-18 21:03:30,735 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', ' x-openstack-request-id': 'req-c9462b31-8c66-4fc3-83cc-de5aa86595f1', 'date': 'Tue, 18 Apr 2023 21:03:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f40459f6-3a5f-4773-b6c8-ed583176a37b", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "floating_ip_address": "172.24.4.143", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "4f87d615925045948bb95f84b990b2c5", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:03:30Z", "updated_at": "2023-04-18T21:03:30Z", "revision_number": 0}}' 2023-04-18 21:03:30,735 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f40459f6-3a5f-4773-b6c8-ed583176a37b', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'floating_ip_address': '172.24.4.143', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4f87d615925045948bb95f84b990b2c5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:03:30Z', 'updated_at': '2023-04-18T21:03:30Z', 'revision_number': 0, 'ip': '172.24.4.143'} created 2023-04-18 21:03:30,775 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-18 21:03:30,776 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e0a49527-faf9-4312-8c9a-453f8a302e76', '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": "038d8b51fbcf4542a442e69729e90b52", "name": "tempest-AttachVolumeTestJSON-1434283235-project-member", "password_expires_at": null}, "audit_ids": ["pFL7yQwGR92UVNNEjNh4tw"], "expires_at": "2023-04-18T22:03:30.000000Z", "issued_at": "2023-04-18T21:03:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f87d615925045948bb95f84b990b2c5", "name": "tempest-AttachVolumeTestJSON-1434283235"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210: 9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4f87d615925045948bb95f84b990b2c5", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:03:30,776 79665 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'b03bc1ed-f83c-4e48-86f7-e3e2aed9455a', 'name': 'tempest-AttachVolumeTestJSON-204806267-network', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4f87d615925045948bb95f84b990b2c5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35866, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:03:22Z', 'updated_at': '2023-04-18T21:03:22Z', 'revision_number': 1} available for tenant 2023-04-18 21:03:30,777 79665 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1718975577', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCatrlk8Gk1C9BIJU6Nq36ZHN2mvgVOFhKbNZOo+sHYhZjRTZoBia6bXIq9QYq+nS1cyGdMTreLYKGPgx+o2H7H6pHCB77qEztFCQxCUEXmBCUE5r3/rwDuglDWRoZEuqA==', 'fingerprint': '52:97:05:d0:a9:40:7b:cb:af:24:4e:0f:ed:79:df:51', 'user_id': '038d8b51fbcf4542a442e69729e90b52', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCCnoAMSiN1fMOaQfDSFiDJt/Xd9KtS52NahGnb8QZ9ThiccioJMdE+\ncXhUwLH2rCGgBwYFK4EEACKhZANiAAQmra5ZPBpNQvQSCVOjat+mRzdpr4FThYSm\nzWTqPrB2IWY0U2aAYmum1yKvUGKvp0tXMhnTE63i2Chj4MfqNh+x+qRwge+6hM7R\nQkMQlBF5gQlBOa9/68A7oJQ1kaGRLqg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c0df9083-2246-4dee-b1b8-d68722b48c61', 'name': 'tempest-securitygroup--1917103847', 'stateful': True, 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'description': 'tempest-description--908000628', 'shared': False, 'security_group_rules': [{'id': '534d43f6-6a55-48c8-a528-39a923431ab3', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'security_group_id': 'c0df9083-2246-4dee-b1b8-d68722b48c61', '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': 671, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:03:29Z', 'updated_at': '2023-04-18T21:03:29Z', 'revision_number': 0, 'project_id': '4f87d615925045948bb95f84b990b2c5'}, {'id': 'e3dde9a9-cace-4821-a8a9-023b3754bea2', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'security_group_id': 'c0df9083-2246-4dee-b1b8-d68722b48c61', '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': 670, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:03:29Z', 'updated_at': '2023-04-18T21:03:29Z', 'revision_number': 0, 'project_id': '4f87d615925045948bb95f84b990b2c5'}], 'tags': [], 'created_at': '2023-04-18T21:03: 29Z', 'updated_at': '2023-04-18T21:03:29Z', 'revision_number': 1, 'project_id': '4f87d615925045948bb95f84b990b2c5'}, 'floating_ip': {'id': 'f40459f6-3a5f-4773-b6c8-ed583176a37b', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'floating_ip_address': '172.24.4.143', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4f87d615925045948bb95f84b990b2c5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:03:30Z', 'updated_at': '2023-04-18T21:03:30Z', 'revision_number': 0, 'ip': '172.24.4.143'}} 2023-04-18 21:03:31,443 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.665s 2023-04-18 21:03:31,443 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-406631877", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "b03bc1ed-f83c-4e48-86f7-e3e2aed9455a"}], "security_groups": [{"name": "tempest-securitygroup--1917103847"}], "key_name": "tempest-keypair-1718975577", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3341856-9751-483e-bb45-d8af6dc32891', 'x-compute-request-id': 'req-c3341856-9751-483e-bb45-d8af6dc32891', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8550a1f5-306b-4396-bd98-7ccc4dd3b386", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1917103847"}], "adminPass": "password"}}' 2023-04-18 21:03:31,521 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386 0.074s 2023-04-18 21:03:31,521 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a57e9111-d467-40b9-a1aa-986d92229985', 'x-compute-request-id': 'req-a57e9111-d467-40b9-a1aa-986d92229985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386'} Body: b'{"server": {"id": "8550a1f5-306b-4396-bd98-7ccc4dd3b386", "name": "tempest-AttachVolumeTestJSON-server-406631877", "status": "BUILD", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "user_id": "038d8b51fbcf4542a442e69729e90b52", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmar k", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:03:31Z", "updated": "2023-04-18T21:03:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1718975577", "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-18 21:04:22,007 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386 0.424s 2023-04-18 21:04:22,007 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:21 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-89dcd833-9528-4fb7-99b7-3d2e30f5fac1', 'x-compute-request-id': 'req-89dcd833-9528-4fb7-99b7-3d2e30f5fac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386'} Body: b'{"server": {"id": "8550a1f5-306b-4396-bd98-7ccc4dd3b386", "name": "tempest-AttachVolumeTestJSON-server-406631877", "status": "ACTIVE", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "user_id": "038d8b51fbcf4542a442e69729e90b52", "metadata": {}, "hostId": "49eac320cac917be7fa227d9e42fd1c095bb98fe59dd83c6e4b0c06f", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:03:31Z", "updated": "2023-04-18T21:03:39Z", "addresses": {"tempest-AttachVolumeTestJSON-204806267-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:b0:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718975577", "OS-SRV-USG:launched_at": "2023-04-18T21:03:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1917103847"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:04:22,022 79665 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 21:05:22,225 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386/os-interface 0.172s 2023-04-18 21:05:22,225 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:22 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-66e733d7-7739-4645-81b8-7a4f743830fc', 'x-compute-request-id': 'req-66e733d7-7739-4645-81b8-7a4f743830fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b03bc1ed-f83c-4e48-86f7-e3e2aed9455a", "port_id": "fe6f321f-4360-4cba-b6bb-f34e14572395", "mac_addr": "fa:16:3e:78:b0:7d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b7e4c04f-cc85-44f6-a2a3-59b86b261863", "ip_address": "10.0.0.11"}]}]}' 2023-04-18 21:05:23,097 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/f40459f6-3a5f-4773-b6c8-ed583176a37b 0.864s 2023-04-18 21:05:23,097 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "fe6f321f-4360-4cba-b6bb-f34e14572395"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-5e4d5c7e-3d7f-4ba7-9b63-5e2126056cff', 'date': 'Tue, 18 Apr 2023 21:05:23 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f40459f6-3a5f-4773-b6c8-ed583176a37b'} Body: b'{"floatingip": {"id": "f40459f6-3a5f-4773-b6c8-ed583176a37b", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "floating_ip_address": "172.24.4.143", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "c243fdac-5785-4f8b-8de8-48b9f1571815", "port_id": "fe6f321f-4360-4cba-b6bb-f34e14572395", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b03bc1ed-f83c-4e48-86f7-e3e2aed9455a", "mac_address": "fa:16:3e:78:b0:7d", "admin_state_up": true, "status": "ACTIVE", "device_id": "8550a1f5-306b-4396-bd98-7ccc4dd3b386", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:03:30Z", "updated_at": "2023-04-18T21:05:22Z", "revision_number": 1, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:05:23,099 79665 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.143:22' as 'cirros' with public key authentication 2023-04-18 21:05:23,149 79665 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:05:23,170 79665 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:05:23,170 79665 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.143 successfully created 2023-04-18 21:05:23,220 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386/ips 0.049s 2023-04-18 21:05:23,221 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:23 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-9227c37d-8c8f-4731-8396-b42232ded466', 'x-compute-request-id': 'req-9227c37d-8c8f-4731-8396-b42232ded466', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-204806267-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-18 21:05:23,225 79665 INFO [tempest.lib.common.ssh] Creating ssh conn ection to '172.24.4.143:22' as 'cirros' with public key authentication 2023-04-18 21:05:23,230 79665 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:05:23,251 79665 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:05:23,251 79665 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.143 successfully created 2023-04-18 21:05:23,252 79665 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-18 21:05:23,252 79665 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.143:22' as 'cirros' with public key authentication 2023-04-18 21:05:23,257 79665 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:05:23,276 79665 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:05:23,276 79665 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.143 successfully created 2023-04-18 21:05:23,587 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes 0.286s 2023-04-18 21:05:23,587 79665 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-841828195"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-361bc9a1-0e92-4742-bf52-33ad8c7a5538', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-361bc9a1-0e92-4742-bf52-33ad8c7a5538', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes'} Body: b'{"volume": {"id": "bb5c7451-9b38-49b2-93a3-0560e6820de8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:05:23.502995", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-841828195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8"}], "user_id": "038d8b51fbcf4542a442e69729e90b52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:05:23,637 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8 0.041s 2023-04-18 21:05:23,638 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab153d87-c390-4a40-b812-a35eba57c529', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab153d87-c390-4a40-b812-a35eba57c529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8'} Body: b'{"volume": {"id": "bb5c7451-9b38-49b2-93a3-0560e6820de8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:05:24.000000", "updated_at": nul l, "name": "tempest-AttachVolumeTestJSON-volume-841828195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8"}], "user_id": "038d8b51fbcf4542a442e69729e90b52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:05:24,691 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8 0.042s 2023-04-18 21:05:24,692 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f341d21-8331-47e6-b820-ae99f5fff014', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f341d21-8331-47e6-b820-ae99f5fff014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8'} Body: b'{"volume": {"id": "bb5c7451-9b38-49b2-93a3-0560e6820de8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:05:24.000000", "updated_at": "2023-04-18T21:05:24.000000", "name": "tempest-AttachVolumeTestJSON-volume-841828195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f87d615925045948bb95f84b990b2c5/volumes/bb5c7451-9b38-49b2-93a3-0560e6820de8"}], "user_id": "038d8b51fbcf4542a442e69729e90b52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:05:24,822 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386 0.117s 2023-04-18 21:05:24,822 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95695c8a-9d2d-4d06-9d4a-357e828c7649', 'x-compute-request-id': 'req-95695c8a-9d2d-4d06-9d4a-357e828c7649', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386'} Body: b'' 2023-04-18 21:05:25,180 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386 0.358s 2023-04-18 21:05:25,181 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:24 GMT', '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-a45ddd4e-e9ca-4240-b3fb-275a05b5e662', 'x-compute-request-id': 'req-a45ddd4e-e9ca-4240-b3fb-275a05b5e662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386'} Body: b'{"server": {"id": "8550a1f5-306b-4396-bd98-7ccc4dd3b386", "name": "tempest-AttachVolumeTestJSON-server-406631877", "status": "ACTIVE", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "user_id": "038d8b51fbcf4542a442e69729e90b52", "metadata": {}, "hostId": "49eac320cac917be7fa227d9e42fd1c095bb98fe59dd83c6e4b0c06f", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:03:31Z", "updated": "2023-04-18T21:05:25Z", "addresses": {"tempest-AttachVolumeTestJSON-204806267-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:b0:7d"}, {"version": 4, "addr": "172.24.4.143", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:b0:7d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1718975577", "OS-SRV-USG:launched_at": "2023-04-18T21:03:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1917103847"}], "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-18 21:06:15,284 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386 0.043s 2023-04-18 21:06:15,284 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-cca40858-a75b-459a-9b16-7cda6f8b35e3', 'x-compute-request-id': 'req-cca40858-a75b-459a-9b16-7cda6f8b35e3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8550a1f5-306b-4396-bd98-7ccc4dd3b386'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8550a1f5-306b-4396-bd98-7ccc4dd3b386 could not be found."}}' 2023-04-18 21:06:15,319 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1718975577 0.034s 2023-04-18 21:06:15,319 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-327e3d7c- c017-40b8-9c1b-0c5f16c0f8b7', 'x-compute-request-id': 'req-327e3d7c-c017-40b8-9c1b-0c5f16c0f8b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1718975577'} Body: b'' 2023-04-18 21:06:15,466 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/c0df9083-2246-4dee-b1b8-d68722b48c61 0.145s 2023-04-18 21:06:15,466 79665 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-42a7184e-d28f-473b-8ebf-e3f47c4160a3', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:06:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c0df9083-2246-4dee-b1b8-d68722b48c61'} Body: b'' 2023-04-18 21:06:15,493 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/c0df9083-2246-4dee-b1b8-d68722b48c61 0.026s 2023-04-18 21:06:15,493 79665 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-dd33ddb3-07ff-4ff0-8d08-a06b13fcbb10', 'date': 'Tue, 18 Apr 2023 21:06:15 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/c0df9083-2246-4dee-b1b8-d68722b48c61'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c0df9083-2246-4dee-b1b8-d68722b48c61 does not exist", "detail": ""}}' 2023-04-18 21:06:15,952 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f40459f6-3a5f-4773-b6c8-ed583176a37b 0.458s 2023-04-18 21:06:15,952 79665 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-8665ad7a-a7cd-42f7-8732-e2ec25878d0b', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:06:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f40459f6-3a5f-4773-b6c8-ed583176a37b'} Body: b'' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c8cd85d1-b80c-4e6f-aff0-777c65b79152 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:03:58,396 79667 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 21:03:58,396 79667 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 21:03:58,480 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.082s 2023-04-18 21:03:58,481 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-299609372", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBVy8PfIJFGN8qhqvmQldPf40WwKk/iyefxgJUgnWQJ1PeNnXn+l14Qi6LgOcq8E1+s/+bDJin8cFlxNyQ53JQHWWVY3tta7gVu+deT+gk+1vNjPgSo10C1DEo+e/ropFg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:03:58 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-feed94b4-aee6-4866-9d4c-c8fb2fe5db95', 'x-compute-request-id': 'req-feed94b4-aee6-4866-9d4c-c8fb2fe5db95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-299609372", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBVy8PfIJFGN8qhqvmQldPf40WwKk/iyefxgJUgnWQJ1PeNnXn+l14Qi6LgOcq8E1+s/+bDJin8cFlxNyQ53JQHWWVY3tta7gVu+deT+gk+1vNjPgSo10C1DEo+e/ropFg==", "fingerprint": "27:21:4f:60:f5:3b:d4:e5:0c:da:56:c1:84:ea:32:58", "user_id": "5370e1ed421443439d6463efd2fae614"}}' 2023-04-18 21:03:58,483 79667 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-299609372 created 2023-04-18 21:03:58,722 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.238s 2023-04-18 21:03:58,722 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1412837513", "description": "tempest-description--1270148088"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-eed320ad-dd2e-4673-b4df-6b9a69b413e6', 'date': 'Tue, 18 Apr 2023 21:03:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e46e8263-0365-429b-bace-01cf90684d15", "name": "tempest-securitygroup--1412837513", "stateful": true, "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "description": "tempest-description--1270148088", "shared": false, "security_group_rules": [{"id": "8c33fc76-3b70-4fa5-916a-0eaf7094ecc7", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "e46e8263-0365-429b-bace-01cf90684d15", "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": 709, "description": null, "tags": [], "created_at": "2023-04-18T21:03:58Z", "updated_at": "2023-04-18T21:03:58Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}, {"id": "dc60a176-6ecf-4e1f-9d1f-2b0ed665c784", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "e46e8263-0365-429b-bace-01cf90684d15", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norma lized_cidr": null, "remote_group_id": null, "standard_attr_id": 708, "description": null, "tags": [], "created_at": "2023-04-18T21:03:58Z", "updated_at": "2023-04-18T21:03:58Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}], "tags": [], "created_at": "2023-04-18T21:03:58Z", "updated_at": "2023-04-18T21:03:58Z", "revision_number": 1, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:03:58,887 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-04-18 21:03:58,887 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e46e8263-0365-429b-bace-01cf90684d15", "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-92cc2102-b466-48a3-a7af-403b0a91622d', 'date': 'Tue, 18 Apr 2023 21:03:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a597dd45-d581-4987-8879-c832f74c691a", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "e46e8263-0365-429b-bace-01cf90684d15", "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-18T21:03:58Z", "updated_at": "2023-04-18T21:03:58Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:03:59,038 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.151s 2023-04-18 21:03:59,039 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e46e8263-0365-429b-bace-01cf90684d15", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a41d1627-81d3-4787-9981-3a290d7b639f', 'date': 'Tue, 18 Apr 2023 21:03:59 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2408d10b-6bfa-447e-a7e2-c4109f06af97", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "security_group_id": "e46e8263-0365-429b-bace-01cf90684d15", "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-18T21:03:58Z", "updated_at": "2023-04-18T21:03:58Z", "revision_number": 0, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:03:59,039 79667 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1412837513 created 2023-04-18 21:04:00,015 79667 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.975s 2023-04-18 21:04:00,015 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x -openstack-request-id': 'req-c71c3e29-7914-487f-9f7d-5ac68be90c94', 'date': 'Tue, 18 Apr 2023 21:04:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "33144e04-2513-4c40-92d9-f1f83c1a4ff4", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "floating_ip_address": "172.24.4.4", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3a910c3017f1428c9f1c09133d73cfcc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:03:59Z", "updated_at": "2023-04-18T21:03:59Z", "revision_number": 0}}' 2023-04-18 21:04:00,016 79667 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '33144e04-2513-4c40-92d9-f1f83c1a4ff4', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'floating_ip_address': '172.24.4.4', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:03:59Z', 'updated_at': '2023-04-18T21:03:59Z', 'revision_number': 0, 'ip': '172.24.4.4'} created 2023-04-18 21:04:00,106 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.084s 2023-04-18 21:04:00,107 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2817', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7b9e79c5-cba5-4b03-95cf-da1b7d88dd83', '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": "5370e1ed421443439d6463efd2fae614", "name": "tempest-AttachVolumeNegativeTest-25072355-project-member", "password_expires_at": null}, "audit_ids": ["EInSb4yPS8eefiDkhCsnZQ"], "expires_at": "2023-04-18T22:04:00.000000Z", "issued_at": "2023-04-18T21:04:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3a910c3017f1428c9f1c09133d73cfcc", "name": "tempest-AttachVolumeNegativeTest-25072355"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.2 10:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3a910c3017f1428c9f1c09133d73cfcc", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:04:00,107 79667 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'c3b319de-2fa3-4858-b85a-891d6736ed6b', 'name': 'tempest-AttachVolumeNegativeTest-1307280522-network', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:58:15Z', 'updated_at': '2023-04-18T20:58:15Z', 'revision_number': 1} available for tenant 2023-04-18 21:04:00,108 79667 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-299609372', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBVy8PfIJFGN8qhqvmQldPf40WwKk/iyefxgJUgnWQJ1PeNnXn+l14Qi6LgOcq8E1+s/+bDJin8cFlxNyQ53JQHWWVY3tta7gVu+deT+gk+1vNjPgSo10C1DEo+e/ropFg==', 'fingerprint': '27:21:4f:60:f5:3b:d4:e5:0c:da:56:c1:84:ea:32:58', 'user_id': '5370e1ed421443439d6463efd2fae614', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD7pUEVv3Lwg9wX8ntZ/adketFvK/45G2V2bOJEWp3sEdqc/ZrgCX+1\nFNMb5XXhuc+gBwYFK4EEACKhZANiAAQVcvD3yCRRjfKoar5kJXT3+NFsCpP4snn8\nYCVIJ1kCdT3jZ15/pdeEIui4DnKvBNfrP/mwyYp/HBZcTckOdyUB1llWN7bWu4Fb\nvnXk/oJPtbzYz4EqNdAtQxKPnv66KRY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e46e8263-0365-429b-bace-01cf90684d15', 'name': 'tempest-securitygroup--1412837513', 'stateful': True, 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': 'tempest-description--1270148088', 'shared': False, 'security_group_rules': [{'id': '8c33fc76-3b70-4fa5-916a-0eaf7094ecc7', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'security_group_id': 'e46e8263-0365-429b-bace-01cf90684d15', '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': 709, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:03:58Z', 'updated_at': '2023-04-18T21:03:58Z', 'revision_number': 0, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}, {'id': 'dc60a176-6ecf-4e1f-9d1f-2b0ed665c784', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'security_group_id': 'e46e8263-0365-429b-bace-01cf90684d15', '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': 708, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:03:58Z', 'updated_at': '2023-04-18T21:03:58Z', 'revision_number': 0, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}], 'tags': [], 'created_at': '2023 -04-18T21:03:58Z', 'updated_at': '2023-04-18T21:03:58Z', 'revision_number': 1, 'project_id': '3a910c3017f1428c9f1c09133d73cfcc'}, 'floating_ip': {'id': '33144e04-2513-4c40-92d9-f1f83c1a4ff4', 'tenant_id': '3a910c3017f1428c9f1c09133d73cfcc', 'floating_ip_address': '172.24.4.4', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3a910c3017f1428c9f1c09133d73cfcc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:03:59Z', 'updated_at': '2023-04-18T21:03:59Z', 'revision_number': 0, 'ip': '172.24.4.4'}} 2023-04-18 21:04:00,954 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.845s 2023-04-18 21:04:00,955 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-605493339", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "c3b319de-2fa3-4858-b85a-891d6736ed6b"}], "security_groups": [{"name": "tempest-securitygroup--1412837513"}], "key_name": "tempest-keypair-299609372", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7223076-b499-4dab-bc1b-3f589746da6f', 'x-compute-request-id': 'req-c7223076-b499-4dab-bc1b-3f589746da6f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4d51a86c-7846-462e-967c-95473aca79f6", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d51a86c-7846-462e-967c-95473aca79f6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1412837513"}], "adminPass": "password"}}' 2023-04-18 21:04:01,037 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6 0.078s 2023-04-18 21:04:01,037 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:00 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-efeec490-6089-4eef-9eee-cab4a5dd8109', 'x-compute-request-id': 'req-efeec490-6089-4eef-9eee-cab4a5dd8109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6'} Body: b'{"server": {"id": "4d51a86c-7846-462e-967c-95473aca79f6", "name": "tempest-AttachVolumeNegativeTest-server-605493339", "status": "BUILD", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42" , "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:04:01Z", "updated": "2023-04-18T21:04:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d51a86c-7846-462e-967c-95473aca79f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-299609372", "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-18 21:04:51,336 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6 0.238s 2023-04-18 21:04:51,336 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:04:51 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-f3ae2761-194b-4dc2-9429-7405e53d5dd4', 'x-compute-request-id': 'req-f3ae2761-194b-4dc2-9429-7405e53d5dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6'} Body: b'{"server": {"id": "4d51a86c-7846-462e-967c-95473aca79f6", "name": "tempest-AttachVolumeNegativeTest-server-605493339", "status": "ACTIVE", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "11fa9b63cf914189153847a449a3073bb8a2879433589067d5ec4641", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:04:00Z", "updated": "2023-04-18T21:04:08Z", "addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:38:a0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d51a86c-7846-462e-967c-95473aca79f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-299609372", "OS-SRV-USG:launched_at": "2023-04-18T21:04:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1412837513"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:04:51,349 79667 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:05:51,567 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6/os-interface 0.177s 2023-04-18 21:05:51,567 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'applicati on/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c88348d6-1638-456c-b267-4f8726f08dfe', 'x-compute-request-id': 'req-c88348d6-1638-456c-b267-4f8726f08dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c3b319de-2fa3-4858-b85a-891d6736ed6b", "port_id": "c420da63-c683-4d1c-9603-4bac6e9afa12", "mac_addr": "fa:16:3e:fa:38:a0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "867fbb1a-1a72-4264-9de2-9bb611425db7", "ip_address": "10.0.0.4"}]}]}' 2023-04-18 21:05:52,342 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/33144e04-2513-4c40-92d9-f1f83c1a4ff4 0.770s 2023-04-18 21:05:52,343 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c420da63-c683-4d1c-9603-4bac6e9afa12"}} Response - Headers: {'content-type': 'application/json', 'content-length': '827', 'x-openstack-request-id': 'req-99c567af-0882-4dee-9d7c-162352df9710', 'date': 'Tue, 18 Apr 2023 21:05:52 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/33144e04-2513-4c40-92d9-f1f83c1a4ff4'} Body: b'{"floatingip": {"id": "33144e04-2513-4c40-92d9-f1f83c1a4ff4", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "floating_ip_address": "172.24.4.4", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "068ffa9c-bcf5-46fe-bc9a-40a38f680daa", "port_id": "c420da63-c683-4d1c-9603-4bac6e9afa12", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c3b319de-2fa3-4858-b85a-891d6736ed6b", "mac_address": "fa:16:3e:fa:38:a0", "admin_state_up": true, "status": "ACTIVE", "device_id": "4d51a86c-7846-462e-967c-95473aca79f6", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:03:59Z", "updated_at": "2023-04-18T21:05:51Z", "revision_number": 1, "project_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:05:52,345 79667 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.4:22' as 'cirros' with public key authentication 2023-04-18 21:05:52,380 79667 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:05:52,405 79667 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:05:52,406 79667 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.4 successfully created 2023-04-18 21:05:52,446 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6/ips 0.040s 2023-04-18 21:05:52,447 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d404a46-a2b4-4ee0-9eed-77ab5fa7ee64', 'x-compute-request-id': 'req-1d404a46-a2b4-4ee0-9eed-77ab5fa7ee64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2023-04-18 21:05:52,658 796 67 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes 0.208s 2023-04-18 21:05:52,658 79667 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-1626969390"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d71dd2e-d23a-40eb-9b97-33cf38dab973', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d71dd2e-d23a-40eb-9b97-33cf38dab973', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes'} Body: b'{"volume": {"id": "c8cd85d1-b80c-4e6f-aff0-777c65b79152", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:05:52.596547", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1626969390", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:05:52,708 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152 0.041s 2023-04-18 21:05:52,708 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17bf7a0e-ac77-4309-b2f0-172bf331d580', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17bf7a0e-ac77-4309-b2f0-172bf331d580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152'} Body: b'{"volume": {"id": "c8cd85d1-b80c-4e6f-aff0-777c65b79152", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:05:53.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1626969390", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:05:53,759 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152 0.038s 2023-04-18 21:05:53,759 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: { 'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fcc790f-6a66-4b74-9995-e0b540ed9d62', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fcc790f-6a66-4b74-9995-e0b540ed9d62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152'} Body: b'{"volume": {"id": "c8cd85d1-b80c-4e6f-aff0-777c65b79152", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:05:53.000000", "updated_at": "2023-04-18T21:05:53.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1626969390", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3a910c3017f1428c9f1c09133d73cfcc/volumes/c8cd85d1-b80c-4e6f-aff0-777c65b79152"}], "user_id": "5370e1ed421443439d6463efd2fae614", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3a910c3017f1428c9f1c09133d73cfcc"}}' 2023-04-18 21:05:53,884 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6 0.114s 2023-04-18 21:05:53,885 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05: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-c3caee73-8d84-4ded-9741-81c059bc7e46', 'x-compute-request-id': 'req-c3caee73-8d84-4ded-9741-81c059bc7e46', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6'} Body: b'' 2023-04-18 21:05:54,081 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6 0.195s 2023-04-18 21:05:54,081 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:53 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-a33ecae3-38e5-4552-b761-8581daf3d1aa', 'x-compute-request-id': 'req-a33ecae3-38e5-4552-b761-8581daf3d1aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6'} Body: b'{"server": {"id": "4d51a86c-7846-462e-967c-95473aca79f6", "name": "tempest-AttachVolumeNegativeTest-server-605493339", "status": "ACTIVE", "tenant_id": "3a910c3017f1428c9f1c09133d73cfcc", "user_id": "5370e1ed421443439d6463efd2fae614", "metadata": {}, "hostId": "11fa9b63cf914189153847a449a3073bb8a2879433589067d5ec4641", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor ": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:04:00Z", "updated": "2023-04-18T21:05:54Z", "addresses": {"tempest-AttachVolumeNegativeTest-1307280522-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:38:a0"}, {"version": 4, "addr": "172.24.4.4", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fa:38:a0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4d51a86c-7846-462e-967c-95473aca79f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-299609372", "OS-SRV-USG:launched_at": "2023-04-18T21:04:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1412837513"}], "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-18 21:06:44,145 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6 0.044s 2023-04-18 21:06:44,145 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06: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-ce9e8cff-b186-4f35-9b15-1fe5bf1e1803', 'x-compute-request-id': 'req-ce9e8cff-b186-4f35-9b15-1fe5bf1e1803', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4d51a86c-7846-462e-967c-95473aca79f6'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4d51a86c-7846-462e-967c-95473aca79f6 could not be found."}}' 2023-04-18 21:06:44,181 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-299609372 0.035s 2023-04-18 21:06:44,182 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06: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-393a4c17-552c-45fd-ba87-df6112ebaba6', 'x-compute-request-id': 'req-393a4c17-552c-45fd-ba87-df6112ebaba6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-299609372'} Body: b'' 2023-04-18 21:06:44,337 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e46e8263-0365-429b-bace-01cf90684d15 0.155s 2023-04-18 21:06:44,337 79667 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-2c85d782-1c2d-4d52-8ff0-d2b048895a41', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:06:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e46e8263-0365-429b-bace-01cf90684d15'} Body: b'' 2023-0 4-18 21:06:44,356 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e46e8263-0365-429b-bace-01cf90684d15 0.018s 2023-04-18 21:06:44,356 79667 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-d184906f-9881-42ff-96ba-caff5e14e2d0', 'date': 'Tue, 18 Apr 2023 21:06:44 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e46e8263-0365-429b-bace-01cf90684d15'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e46e8263-0365-429b-bace-01cf90684d15 does not exist", "detail": ""}}' 2023-04-18 21:06:44,836 79667 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/33144e04-2513-4c40-92d9-f1f83c1a4ff4 0.479s 2023-04-18 21:06:44,836 79667 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-81d5c9ac-a50d-414d-9749-15cdb1733fbf', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:06:44 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/33144e04-2513-4c40-92d9-f1f83c1a4ff4'} 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-18 21:06:50,547 79667 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/7112a47617ce45658cfbacbdd003c20f/scheduler-stats/get_pools?detail=True 0.177s 2023-04-18 21:06:50,548 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c788e88-ee58-4495-8dc5-f7a34a3bdbfb', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c788e88-ee58-4495-8dc5-f7a34a3bdbfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7112a47617ce45658cfbacbdd003c20f/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-18 21:06:50,608 79667 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/7112a47617ce45658cfbacbdd003c20f/scheduler-stats/get_pools 0.053s 2023-04-18 21:06:50,608 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09186cba-382a-4605-b72f-9c4f07653c7f', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09186cba-382a-4605-b72f-9c4f07653c7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7112a47617ce45658cfbacbdd003c20f/scheduler-stats/get_pools'} Body: b'{"pools": []}' 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 5e639470-1191-4d13-8868-e41c3433b71b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:06:56,932 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types 0.215s 2023-04-18 21:06:56,933 79659 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-1365679334"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb092788-81d7-42b1-9a91-5795b1c93c0a', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb092788-81d7-42b1-9a91-5795b1c93c0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types'} Body: b'{"volume_type": {"id": "5acfb475-2f2b-4a41-b4c1-8da9515a2621", "name": "tempest-GroupsTest-volume-type-1365679334", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 21:06:56,971 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types 0.034s 2023-04-18 21:06:56,971 79659 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-801745180"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9be2525f-adae-4e00-9553-d746d25cbc6c', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9be2525f-adae-4e00-9553-d746d25cbc6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types'} Body: b'{"group_type": {"id": "97994aa4-3e32-44e6-95ba-c208c32cae39", "name": "tempest-GroupsTest-group-type-801745180", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 21:06:57,498 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups 0.523s 2023-04-18 21:06:57,498 79659 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": "97994aa4-3e32-44e6-95ba-c208c32cae39", "volume_types": ["5acfb475-2f2b-4a41-b4c1-8da9515a2621"], "name": "tempest-Group1-1834815500"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbed4a91-7f43-4256-a838-e2f28600f25d', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbed4a91-7f43-4256-a838-e2f28600f25d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups'} Body: b'{"group": {"id": "5e639470-1191-4d13-8868-e41c3433b71b", "name": "tempest-Group1-1834815500"}}' 2023-04-18 21:06:57,536 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b 0.035s 2023-04-18 21:06:57,536 79659 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': 'Tue, 18 Apr 2023 21:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e09398cd-54f4-4745-972e-88394d79ad8e', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e09398cd-54f4-4745-972e-88394d79ad8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b'} Body: b'{"group": {"id": "5e639470-1191-4d13-8868-e41c3433b71b", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T21:06:57.000000", "name": "tempest-Group1-1834815500", "description": null, "group_type": "97994aa4-3e32-44e6-95ba-c208c32cae39", "volume_types": ["5acfb475-2f2b-4a41-b4c1-8da9515a2621"]}}' 2023-04-18 21:06:58,573 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b 0.032s 2023-04-18 21:06:58,582 79659 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': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3adc4341-34b0-47ff-a85e-782761433b45', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3adc4341-34b0-47ff-a85e-782761433b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b'} Body: b'{"group": {"id": "5e639470-1191-4d13-8868-e41c3433b71b", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T21:06:57.000000", "name": "tempest-Group1-1834815500", "description": null, "group_type": "97994aa4-3e32-44e6-95ba-c208c32cae39", "volume_types": ["5acfb475-2f2b-4a41-b4c1-8da9515a2621"]}}' 2023-04-18 21:06:58,700 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/volumes/detail 0.112s 2023-04-18 21:06:58,700 79659 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': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc99178-73ea-4de8-ac18-462c15f607f1', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc99178-73ea-4de8-ac18-462c15f607f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 21:06:58,783 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b/action 0.071s 2023-04-18 21:06:58,783 79659 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': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-req uest-id': 'req-ea8ff486-9e8a-49a7-a073-2e0e11135bfe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b/action'} Body: b'' 2023-04-18 21:06:58,798 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b 0.014s 2023-04-18 21:06:58,799 79659 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': 'Tue, 18 Apr 2023 21:06:58 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-6d700a70-ddbe-4a44-afb1-32a6d35d119a', 'x-openstack-request-id': 'req-6d700a70-ddbe-4a44-afb1-32a6d35d119a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/5e639470-1191-4d13-8868-e41c3433b71b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 5e639470-1191-4d13-8868-e41c3433b71b could not be found."}}' 2023-04-18 21:06:58,834 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types/97994aa4-3e32-44e6-95ba-c208c32cae39 0.035s 2023-04-18 21:06:58,835 79659 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': 'Tue, 18 Apr 2023 21:06:58 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-6153fca2-e7e4-438d-b082-62041470a366', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types/97994aa4-3e32-44e6-95ba-c208c32cae39'} Body: b'' 2023-04-18 21:06:58,888 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/5acfb475-2f2b-4a41-b4c1-8da9515a2621 0.053s 2023-04-18 21:06:58,889 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eae6d286-5a8b-41bd-8099-221b7a2a0eec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/5acfb475-2f2b-4a41-b4c1-8da9515a2621'} Body: b'' 2023-04-18 21:06:58,903 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/5acfb475-2f2b-4a41-b4c1-8da9515a2621 0.014s 2023-04-18 21:06:58,904 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:58 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-0ebe23ae-3953-430a-a47e-9ec144ac7fd5', 'x-openstack-request-id': 'req-0ebe23ae-3953-430a-a47e -9ec144ac7fd5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/5acfb475-2f2b-4a41-b4c1-8da9515a2621'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5acfb475-2f2b-4a41-b4c1-8da9515a2621 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 3e5423fb-26f4-4c25-820a-d83e372c5ce3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:06:58,564 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes 0.388s 2023-04-18 21:06:58,564 79667 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-923514120"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c94639f-1578-4927-a85a-95e2996ed929', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c94639f-1578-4927-a85a-95e2996ed929', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes'} Body: b'{"volume": {"id": "3e5423fb-26f4-4c25-820a-d83e372c5ce3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:58.507754", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-923514120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 21:06:58,621 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3 0.047s 2023-04-18 21:06:58,621 79667 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': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18d6eddb-2344-4d81-82e3-ead36dc90f34', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18d6eddb-2344-4d81-82e3-ead36dc90f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3'} Body: b'{"volume": {"id": "3e5423fb-26f4-4c25-820a-d83e372c5ce3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:59.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-923514120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "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": "d0b215057d234f2c9d2823b89a042f2b"}}' 2023-04-18 21:06:59,677 79667 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/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3 0.044s 2023-04-18 21:06:59,677 79667 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': 'Tue, 18 Apr 2023 21:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fa07b4d-18a5-4032-8451-c80becca00d9', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fa07b4d-18a5-4032-8451-c80becca00d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3'} Body: b'{"volume": {"id": "3e5423fb-26f4-4c25-820a-d83e372c5ce3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:59.000000", "updated_at": "2023-04-18T21:06:59.000000", "name": "tempest-VolumesTransfersV357Test-Volume-923514120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "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": "d0b215057d234f2c9d2823b89a042f2b"}}' 2023-04-18 21:06:59,729 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3 0.040s 2023-04-18 21:06:59,729 79667 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': 'Tue, 18 Apr 2023 21:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b48ba8c0-d7d8-49b7-9345-24ef4c4e1ae8', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b48ba8c0-d7d8-49b7-9345-24ef4c4e1ae8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3'} Body: b'{"volume": {"id": "3e5423fb-26f4-4c25-820a-d83e372c5ce3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:59.000000", "updated_at": "2023-04-18T21:06:59.000000", "name": "tempest-VolumesTransfersV357Test-Volume-923514120", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "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": "d0b215057d234f2c9d2823b89a042f2b"}}' 2023-04-18 21:06:59,864 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3 0.123s 2023-04-18 21:06:59,864 79667 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': 'Tue, 18 Apr 2023 21:06: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-71c2651d-b11a-42d0-be1e-518fb048d0b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3'} Body: b'' 2023-04-18 21:06:59,887 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3 0.022s 2023-04-18 21:06:59,887 79667 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': 'Tue, 18 Apr 2023 21:06: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-fe8aea8e-92df-4597-8d0e-f53e3e309710', 'x-openstack-request-id': 'req-fe8aea8e-92df-4597-8d0e-f53e3e309710', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/3e5423fb-26f4-4c25-820a-d83e372c5ce3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3e5423fb-26f4-4c25-820a-d83e372c5ce3 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 f0b15654-8db7-47df-a34a-47616a8c494c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:06:58,939 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types 0.032s 2023-04-18 21:06:58,939 79659 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-1535538709"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd5c7d5-6be9-4460-9352-887459515b6a', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd5c7d5-6be9-4460-9352-887459515b6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types'} Body: b'{"volume_type": {"id": "d99764e6-b710-431a-b6ca-575594e72232", "name": "tempest-GroupsTest-volume-type-1535538709", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 21:06:58,974 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types 0.032s 2023-04-18 21:06:58,975 79659 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-496758336"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e0299a4-3378-4c7e-ae88-2ff7ea59ff38', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e0299a4-3378-4c7e-ae88-2ff7ea59ff38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types'} Body: b'{"group_type": {"id": "f475d5b2-eca7-4b1d-af2f-d5e31397b03a", "name": "tempest-GroupsTest-group-type-496758336", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 21:06:59,073 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups 0.094s 2023-04-18 21:06:59,073 79659 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": "f475d5b2-eca7-4b1d-af2f-d5e31397b03a", "volume_types": ["d99764e6-b710-431a-b6ca-575594e72232"], "name": "tempest-GroupsTest-Group-1150823775"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddd3ba7e-5c79-4a8e-a8ff-f06d5ceaa160', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddd3ba7e-5c79-4a8e-a8ff-f06d5ceaa160', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups'} Body: b'{"group": {"id": "f0b15654-8db7-47df-a34a-47616a8c494c", "name": "tempest-GroupsTest-Group-1150823775"}}' 2023-04-18 21:06:59,114 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c 0.038s 2023-04-18 21:06:59,114 79659 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': 'Tue, 18 Apr 2023 21:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5548b270-edb8-40f6-895f-2b197a263a62', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5548b270-edb8-40f6-895f-2b197a263a62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c'} Body: b'{"group": {"id": "f0b15654-8db7-47df-a34a-47616a8c494c", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T21:06:59.000000", "name": "tempest-GroupsTest-Group-1150823775", "description": null, "group_type": "f475d5b2-eca7-4b1d-af2f-d5e31397b03a", "volume_types": ["d99764e6-b710-431a-b6ca-575594e72232"]}}' 2023-04-18 21:07:00,176 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c 0.039s 2023-04-18 21:07:00,181 79659 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': 'Tue, 18 Apr 2023 21:07:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c51a60-2000-4c8c-8bfe-baea39286359', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c51a60-2000-4c8c-8bfe-baea39286359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c'} Body: b'{"group": {"id": "f0b15654-8db7-47df-a34a-47616a8c494c", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T21:06:59.000000", "name": "tempest-GroupsTest-Group-1150823775", "description": null, "group_type": "f475d5b2-eca7-4b1d-af2f-d5e31397b03a", "volume_types": ["d99764e6-b710-431a-b6ca-575594e72232"]}}' 2023-04-18 21:07:00,263 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/volumes/detail 0.073s 2023-04-18 21:07:00,264 79659 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': 'Tue, 18 Apr 2023 21:07:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61b59564-1598-4633-af76-2593666d223a', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61b59564-1598-4633-af76-2593666d223a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 21:07:00,342 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c/action 0.066s 2023-04-18 21:07:00,343 79659 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': 'Tue, 18 Apr 2023 21:07:00 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-56e4d1dc-c647-407c-942a-f95d2 04413f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c/action'} Body: b'' 2023-04-18 21:07:00,362 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c 0.018s 2023-04-18 21:07:00,362 79659 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': 'Tue, 18 Apr 2023 21:07:00 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-a24452a2-816f-420c-abf1-591ffe679f32', 'x-openstack-request-id': 'req-a24452a2-816f-420c-abf1-591ffe679f32', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6bf6296f6e43455d83097412b4c8bda5/groups/f0b15654-8db7-47df-a34a-47616a8c494c'} Body: b'{"itemNotFound": {"code": 404, "message": "Group f0b15654-8db7-47df-a34a-47616a8c494c could not be found."}}' 2023-04-18 21:07:00,396 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types/f475d5b2-eca7-4b1d-af2f-d5e31397b03a 0.033s 2023-04-18 21:07:00,397 79659 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': 'Tue, 18 Apr 2023 21:07:00 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-4f73763d-9b33-4781-87e2-076f7cc802d4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/group_types/f475d5b2-eca7-4b1d-af2f-d5e31397b03a'} Body: b'' 2023-04-18 21:07:00,452 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/d99764e6-b710-431a-b6ca-575594e72232 0.054s 2023-04-18 21:07:00,452 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab063c43-134b-4e6a-b1a4-a5bfdcf2e203', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/d99764e6-b710-431a-b6ca-575594e72232'} Body: b'' 2023-04-18 21:07:00,470 79659 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/d99764e6-b710-431a-b6ca-575594e72232 0.016s 2023-04-18 21:07:00,470 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:00 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-3e4a78bd-e8b6-48f1-840a-cabb1e2fadaa', 'x-openstack-request-id': 'req-3e4a78bd-e8b6-48f1-840a-cabb1e2fadaa', 'connection': 'close', 'stat us': '404', 'content-location': 'http://10.0.0.210/volume/v3/d0de7c093c5a4b5795d9e447ce97ff62/types/d99764e6-b710-431a-b6ca-575594e72232'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type d99764e6-b710-431a-b6ca-575594e72232 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 c5c6f785-7438-4785-a0fd-3832feb06233 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:07:00,098 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes 0.207s 2023-04-18 21:07:00,098 79667 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-781938894"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28bdfbef-73f4-469a-9cf7-f93461025ae6', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28bdfbef-73f4-469a-9cf7-f93461025ae6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes'} Body: b'{"volume": {"id": "c5c6f785-7438-4785-a0fd-3832feb06233", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:00.030330", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-781938894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 21:07:00,156 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233 0.047s 2023-04-18 21:07:00,157 79667 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': 'Tue, 18 Apr 2023 21:07:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af5fa0b4-884e-4c92-8cb1-49a6491ee406', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af5fa0b4-884e-4c92-8cb1-49a6491ee406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233'} Body: b'{"volume": {"id": "c5c6f785-7438-4785-a0fd-3832feb06233", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:00.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-781938894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "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": "d0b215057d234f2c9d2823b89a042f2b"}}' 2023-04-18 21:07:01,217 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 57Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233 0.046s 2023-04-18 21:07:01,218 79667 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': 'Tue, 18 Apr 2023 21:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f73b4d60-fb38-4c9d-ba7a-fba26e9936e7', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f73b4d60-fb38-4c9d-ba7a-fba26e9936e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233'} Body: b'{"volume": {"id": "c5c6f785-7438-4785-a0fd-3832feb06233", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:00.000000", "updated_at": "2023-04-18T21:07:00.000000", "name": "tempest-VolumesTransfersV357Test-Volume-781938894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "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": "d0b215057d234f2c9d2823b89a042f2b"}}' 2023-04-18 21:07:01,270 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233 0.042s 2023-04-18 21:07:01,270 79667 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': 'Tue, 18 Apr 2023 21:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eca7356-fc17-460a-b848-d5503062c9ad', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eca7356-fc17-460a-b848-d5503062c9ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233'} Body: b'{"volume": {"id": "c5c6f785-7438-4785-a0fd-3832feb06233", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:00.000000", "updated_at": "2023-04-18T21:07:00.000000", "name": "tempest-VolumesTransfersV357Test-Volume-781938894", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233"}], "user_id": "f41dfe7f2c584d2ba0eedaa60ce94418", "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": "d0b215057d234f2c9d2823b89a042f2b"}}' 2023-04-18 21:07:01,383 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233 0.102s 2023-04-18 21:07:01,384 79667 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': 'Tue, 18 Apr 2023 21:07:01 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-5db992ea-fa69-4caa-acaf-1e880bc3f71a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233'} Body: b'' 2023-04-18 21:07:01,407 79667 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233 0.023s 2023-04-18 21:07:01,407 79667 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': 'Tue, 18 Apr 2023 21:07: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-18fc1018-9e2d-45a2-b087-8f9f09a1e796', 'x-openstack-request-id': 'req-18fc1018-9e2d-45a2-b087-8f9f09a1e796', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d0b215057d234f2c9d2823b89a042f2b/volumes/c5c6f785-7438-4785-a0fd-3832feb06233'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c5c6f785-7438-4785-a0fd-3832feb06233 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 1f327754-30a1-4e77-a540-47ff07e75eb7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:05:01,187 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d 0.228s 2023-04-18 21:05:01,187 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:00 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-d355db08-1b26-467c-88fe-2e4cad150e13', 'x-compute-request-id': 'req-d355db08-1b26-467c-88fe-2e4cad150e13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d'} Body: b'{"server": {"id": "fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d", "name": "tempest-ServersNegativeTestJSON-server-1545986707", "status": "ACTIVE", "tenant_id": "e102abbb675645edbbd042f775e89e50", "user_id": "b36a393d92e948b1ada87c4823d14bee", "metadata": {}, "hostId": "4a7b35136f02e852ff0c558a975a79fd92454f92a9a5a97ae8aa3572", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:27Z", "updated": "2023-04-18T21:00:35Z", "addresses": {"tempest-ServersNegativeTestJSON-307466184-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:f4:9d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:00:35.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-18 21:06:01,700 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes 0.470s 2023-04-18 21:06:01,700 79645 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-996998219"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7215254d-8f9a-47ee-a777-8db98c33b573', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7215254d-8f9a-47ee-a777-8db98c33b573', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes'} Body: b'{"volume": {"id": "1f327754-30a1-4e77-a540-47ff07e75eb7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:01.635844", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-996998219", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7"}, {"rel": "bookmark", "href": "http://10.0.0.2 10/volume/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7"}], "user_id": "b36a393d92e948b1ada87c4823d14bee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:06:01,752 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7 0.042s 2023-04-18 21:06:01,752 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceadc004-21c0-4fbf-866f-d9802310d719', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceadc004-21c0-4fbf-866f-d9802310d719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7'} Body: b'{"volume": {"id": "1f327754-30a1-4e77-a540-47ff07e75eb7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:02.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-996998219", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7"}], "user_id": "b36a393d92e948b1ada87c4823d14bee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e102abbb675645edbbd042f775e89e50"}}' 2023-04-18 21:06:02,805 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7 0.041s 2023-04-18 21:06:02,805 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57fd62ac-27d6-4ed9-8616-f58c2b2e86b9', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57fd62ac-27d6-4ed9-8616-f58c2b2e86b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7'} Body: b'{"volume": {"id": "1f327754-30a1-4e77-a540-47ff07e75eb7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:02.000000", "updated_at": "2023-04-18T21:06:02.000000", "name": "tempest-ServersNegativeTestJSON-volume-996998219", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e102abbb675645edbbd042f775e89e50/volumes/1f327754-30a1-4e77-a540-47ff07e75eb7"}], "user_id": "b36a393d92e948b1ada87c4823d14bee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenan t-attr:tenant_id": "e102abbb675645edbbd042f775e89e50"}}' 2023-04-18 21:06:03,462 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d 0.643s 2023-04-18 21:06:03,462 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:02 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-45199c72-3225-44da-873b-cef172a857f3', 'x-compute-request-id': 'req-45199c72-3225-44da-873b-cef172a857f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d'} Body: b'{"server": {"id": "fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d", "name": "tempest-ServersNegativeTestJSON-server-1545986707", "status": "ACTIVE", "tenant_id": "e102abbb675645edbbd042f775e89e50", "user_id": "b36a393d92e948b1ada87c4823d14bee", "metadata": {}, "hostId": "4a7b35136f02e852ff0c558a975a79fd92454f92a9a5a97ae8aa3572", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:27Z", "updated": "2023-04-18T21:00:35Z", "addresses": {"tempest-ServersNegativeTestJSON-307466184-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:f4:9d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:00:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' setUpClass (tempest.api.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 084947a0-418a-4ea3-95bd-852a21a80217 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 ad1db457-0940-495c-bf05-dda479c605f0 failed to build and is in ERROR status 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 07c3943c-a3cf-49e7-a783-791bb09889e2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:07:12,948 79659 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/838979bc01aa4005967822d64e433b30/types 0.181s 2023-04-18 21:07:12,949 79659 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': 'Tue, 18 Apr 2023 21:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf8f2256-3019-4a5e-bd33-45bb2fe57cd3', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf8f2256-3019-4a5e-bd33-45bb2fe57cd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/838979bc01aa4005967822d64e433b30/types'} Body: b'{"volume_type": {"id": "1cc4ecdf-3bba-490b-8957-49dda378a7c0", "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-18 21:07:13,838 79659 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.885s 2023-04-18 21:07:13,839 79659 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': 'Tue, 18 Apr 2023 21:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-2cd842a4-9492-4196-84ea-09515bae556f', '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": "7460c8b9dc654798b6625b410f432a5f", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2339dfb6-2080-415e-8cf2-3858c066dd17", "created_at": "2023-04-18T21:07:14Z", "updated_at": "2023-04-18T21:07:14Z", "tags": [], "self": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17", "file": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:07:15,120 79659 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/2339dfb6-2080-415e-8cf2-3858c066dd17/file 1.279s 2023-04-18 21:07:15,121 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2ae7f9a5-64a1-4f2d-be6d-11d4c8dbe8e5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17/file'} Body: b'' 2023-04-18 21:07:15,144 79659 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/2339dfb6-2080-415e-8cf2-3858c066dd17 0.022s 2023-04-18 21:07:15,144 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e4ee2f0a-9da4-4627-9f67-d7ba09d258ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17'} 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": "e8b6664c943afe538c6ac785120f2698", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7460c8b9dc654798b6625b410f432a5f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "431b4a2af2be3322c1e1928995e82b97281b57489734271566daf718aa7f0a4b30ccc5996001500f16855fbc512cdcbfc90c65cbff98dcc13548eb27f05e1d7b", "id": "2339dfb6-2080-415e-8cf2-3858c066dd17", "created_at": "2023-04-18T21:07:14Z", "updated_at": "2023-04-18T21:07:15Z", "tags": [], "self": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17", "file": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:07:15,162 79659 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/2339dfb6-2080-415e-8cf2-3858c066dd17 0.017s 2023-04-18 21:07:15,162 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-03d69333-054d-4d14-944c-c2a25d00899a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17'} 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": "e8b6664c943afe538c6ac785120f2698", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7460c8b9dc654798b6625b410f432a5f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "431b4a2af2be3322c1e1928995e82b97281b57489734271566daf718aa7f0a4b30ccc5996001500f16855fbc512cdcbfc90c65cbff98dcc13548eb27f05e1d7b", "id": "2339dfb6-2080-415e-8cf2-3858c066dd17", "created_at": "2023-04-18T21:07:14Z", "updated_at": "2023-04-18T21:07:15Z", "tags": [], "self": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17", "file": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:07:15,181 79659 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/2339dfb6-2080-415e-8cf2-3858c066dd17 0.018s 2023-04-18 21:07:15,182 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d8409f17-64f0-4ad3-b663-cdc7e75cef6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17'} 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": "e8b6664c943afe538c6ac785120f2698", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "7460c8b9dc654798b6625b410f432a5f", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "431b4a2af2be3322c1e1928995e82b97281b57489734271566daf718aa7f0a4b30ccc5996001500f16855fbc512cdcbfc90c65cbff98dcc13548eb27f05e1d7b", "id": "2339dfb6-2080-415e-8cf2-3858c066dd17", "created_at": "2023-04-18T21:07:14Z", "updated_at": "2023-04-18T21:07:15Z", "tags": [], "self": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17", "file": "/v2/images/2339dfb6-2080-415e-8cf2-3858c066dd17/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:07:15,576 79659 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/7460c8b9dc654798b6625b410f432a5f/volumes 0.394s 2023-04-18 21:07:15,577 79659 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": "2339dfb6-2080-415e-8cf2-3858c066dd17", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66aad87e-fa80-4953-a5f9-0375ea59306d', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66aad87e-fa80-4953-a5f9-0375ea59306d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7460c8b9dc654798b6625b410f432a5f/volumes'} Body: b'{"volume": {"id": "07c3943c-a3cf-49e7-a783-791bb09889e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:15.501494", "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/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2"}], "user_id": "a785ec568ff3466b8132906354d223bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:07:15,635 79659 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/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2 0.049s 2023-04-18 21:07:15,636 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc056246-54a7-449c-ab3f-0b2675b7aed2', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc056246-54a7-449c-ab3f-0b2675b7aed2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2'} Body: b'{"volume": {"id": "07c3943c-a3cf-49e7-a783-791bb09889e2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:16.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/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2"}], "user_id": "a785ec568ff3466b8132906354d223bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7460c8b9dc654798b6625b410f432a5f"}}' 2023-04-18 21:07:16,690 79659 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/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2 0.042s 2023-04-18 21:07:16,690 79659 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8b2271f-4c90-44a6-b568-40369d7785f3', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8b2271f-4c90-44a6-b568-40369d7785f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2'} Body: b'{"volume": {"id": "07c3943c-a3cf-49e7-a783-791bb09889e2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:07:16.000000", "updated_at": "2023-04-18T21:07:16.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/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7460c8b9dc654798b6625b410f432a5f/volumes/07c3943c-a3cf-49e7-a783-791bb09889e2"}], "user_id": "a785ec568ff3466b8132906354d223bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7460c8b9dc654798b6625b410f432a5f"}}' 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 d80d95b2-5387-4ce8-9784-8ee5848805be failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:05:44,073 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.257s 2023-04-18 21:05:44,074 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a2b3387-befd-43b7-b656-38a2b363c386', 'x-compute-request-id': 'req-6a2b3387-befd-43b7-b656-38a2b363c386', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:05:44,263 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.178s 2023-04-18 21:05:44,263 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e105681-9d0b-4d70-97b9-6501b686825c', 'x-compute-request-id': 'req-5e105681-9d0b-4d70-97b9-6501b686825c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0. 0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:05:44,555 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.274s 2023-04-18 21:05:44,555 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:05:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7045529-d67f-4a38-9b32-d758a758d8cd', 'x-compute-request-id': 'req-e7045529-d67f-4a38-9b32-d758a758d8cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709-4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:06:44,738 79649 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.106s 2023-04-18 21:06:44,739 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:44 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-27c9608a-12f6-49bb-90a7-d789135462c4', '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": "e035553eec70421e9b8dc1eff337b4a5", "name": "tempest-ServerActionsTestJSON-231415031-project-member", "password_expires_at": null}, "audit_ids": ["bkzupQOvQcWQUCJG04fCVg"], "expires_at": "2023-04-18T22:06:44.000000Z", "issued_at": "2023-04-18T21:06:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e745786188a8467e91ee32d4078f12b5", "name": "tempest-ServerActionsTestJSON-231415031"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e745786188a8467e91ee32d4078f12b5", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:06:44,740 79649 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': 'c1c45596-8e7e-4402-94ac-23c5f3c56ddd', 'name': 'tempest-ServerActionsTestJSON-1799924523-network', 'tenant_id': 'e745786188a8467e91ee32d4078f12b5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e745786188a8467e91ee32d4078f12b5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38763, 'is_default': False, 'availability_zone_hints': [], 'availability_zones ': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T20:58:44Z', 'updated_at': '2023-04-18T20:58:44Z', 'revision_number': 1} available for tenant 2023-04-18 21:06:44,741 79649 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-784894121', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEmEJaOIYGF9zpIwZyrztcU36MPpI6XkafWbKiM1Gauikf92UFMA1ctpcsoc2YjX6Tn/nkBI99CuNwTrZ0uQpFAad0tQMup08gmx1ZJfPjjkaCZ2engDJQ/LB75N0Jvlfw==', 'fingerprint': '55:06:75:44:70:ff:17:4c:f4:1d:81:a0:1f:70:53:32', 'user_id': 'e035553eec70421e9b8dc1eff337b4a5', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAIXJjdsNY4dUvXGf4oPdPcHlEbmowiJ3hefac3/0WG53To41I1uHNE\ntZDC10BqeHygBwYFK4EEACKhZANiAARJhCWjiGBhfc6SMGcq87XFN+jD6SOl5Gn1\nmyojNRmropH/dlBTANXLaXLKHNmI1+k5/55ASPfQrjcE62dLkKRQGndLUDLqdPIJ\nsdWSXz445Ggmdnp4AyUPywe+TdCb5X8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '88cbab30-9a87-4cfe-afb7-64f6f1a2c7dc', 'name': 'tempest-securitygroup--803577880', 'stateful': True, 'tenant_id': 'e745786188a8467e91ee32d4078f12b5', 'description': 'tempest-description--1428107388', 'shared': False, 'security_group_rules': [{'id': '0f986ca6-a0b5-4fea-8911-cfcf7dfaa260', 'tenant_id': 'e745786188a8467e91ee32d4078f12b5', 'security_group_id': '88cbab30-9a87-4cfe-afb7-64f6f1a2c7dc', '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': 504, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:52Z', 'updated_at': '2023-04-18T20:58:52Z', 'revision_number': 0, 'project_id': 'e745786188a8467e91ee32d4078f12b5'}, {'id': '367bbebe-f85c-41ab-bbb4-ac877c0520f9', 'tenant_id': 'e745786188a8467e91ee32d4078f12b5', 'security_group_id': '88cbab30-9a87-4cfe-afb7-64f6f1a2c7dc', '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': 505, 'description': None, 'tags': [], 'created_at': '2023-04-18T20:58:52Z', 'updated_at': '2023-04-18T20:58:52Z', 'revision_number': 0, 'project_id': 'e745786188a8467e91ee32d4078f12b5'}], 'tags': [], 'created_at': '2023-04-18T20:58:52Z', 'updated_at': '2023-04-18T20:58:52Z', 'revision_number': 1, 'project_id': 'e745786188a8467e91ee32d4078f12b5'}, 'floating_ip': {'id': '93ea6774-a050-49f0-aa2d-8f686c477c7a', 'tenant_id': 'e745786188a8467e91ee32d4078f12b5', 'floating_ip_address': '172.24.4.186', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e745786188a8467e91ee32d4078f12b5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T20:58:54Z', 'updated_at': '2023-04-18T20:58:54Z', 'revision_number': 0, 'ip': '172.24.4.186'}} 2023-04-18 21:06:45,084 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes 0.342s 2023-04-18 21:06:45,085 79649 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-1651264232", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f2bc788-98b9-4bb7-a27b-b085215c7bcc', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f2bc788-98b9-4bb7-a 27b-b085215c7bcc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes'} Body: b'{"volume": {"id": "d80d95b2-5387-4ce8-9784-8ee5848805be", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:45.014554", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1651264232", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:06:45,169 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be 0.075s 2023-04-18 21:06:45,170 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27f7ee64-6edc-4cfe-bb58-6ad4fe38a2a1', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27f7ee64-6edc-4cfe-bb58-6ad4fe38a2a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be'} Body: b'{"volume": {"id": "d80d95b2-5387-4ce8-9784-8ee5848805be", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:45.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1651264232", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e745786188a8467e91ee32d4078f12b5"}}' 2023-04-18 21:06:46,226 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be 0.044s 2023-04-18 21:06:46,227 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21875402-c7ff-490e-96a0-d8e007236bed', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21875402-c7ff-490e-96a0-d8e007236bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be'} Body: b'{"volume": {"id": "d80d95b2-5387-4ce8-9784-8ee5848805be", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:06:45.000 000", "updated_at": "2023-04-18T21:06:45.000000", "name": "tempest-tempest.common.compute-volume-1651264232", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be"}], "user_id": "e035553eec70421e9b8dc1eff337b4a5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e745786188a8467e91ee32d4078f12b5"}}' 2023-04-18 21:06:46,334 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be 0.097s 2023-04-18 21:06:46,334 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2524d918-0a89-4909-ab0d-05a47fcb7df8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be'} Body: b'' 2023-04-18 21:06:46,354 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be 0.020s 2023-04-18 21:06:46,355 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-945892d2-a438-411c-af69-6879569926ad', 'x-openstack-request-id': 'req-945892d2-a438-411c-af69-6879569926ad', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e745786188a8467e91ee32d4078f12b5/volumes/d80d95b2-5387-4ce8-9784-8ee5848805be'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d80d95b2-5387-4ce8-9784-8ee5848805be could not be found."}}' 2023-04-18 21:06:46,355 79649 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-18 21:06:46,588 79649 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd 0.231s 2023-04-18 21:06:46,588 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f75cdb63-37f9-47aa-9de7-56c5d0bb92e6', 'x-compute-request-id': 'req-f75cdb63-37f9-47aa-9de7-56c5d0bb92e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd'} Body: b'{"server": {"id": "335c54b1-9709 -4d22-a947-49e98fbd72dd", "name": "tempest-ServerActionsTestJSON-server-385646295", "status": "ACTIVE", "tenant_id": "e745786188a8467e91ee32d4078f12b5", "user_id": "e035553eec70421e9b8dc1eff337b4a5", "metadata": {}, "hostId": "489739ee8b2880fb59ddc0473b68967e2f0fcc59b18583356b0b97cf", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T20:58:55Z", "updated": "2023-04-18T20:59:04Z", "addresses": {"tempest-ServerActionsTestJSON-1799924523-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}, {"version": 4, "addr": "172.24.4.186", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:cb:7c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/335c54b1-9709-4d22-a947-49e98fbd72dd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-784894121", "OS-SRV-USG:launched_at": "2023-04-18T20:59:03.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--803577880"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.volume.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 7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:08:43,750 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes 0.392s 2023-04-18 21:08:43,750 79649 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-828293336"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c1909ae-9709-4aad-89ce-4119190d2044', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c1909ae-9709-4aad-89ce-4119190d2044', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes'} Body: b'{"volume": {"id": "7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:43.690845", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-828293336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:08:43,801 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 0.042s 2023-04-18 21:08:43,802 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bee79f4-c69c-49e3-a638-6b6062e210bb', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bee79f4-c69c-49e3-a638-6b6062e210bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8'} Body: b'{"volume": {"id": "7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:44.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-828293336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f835fd3edb64481686204221109a6bfa"}}' 2023-04-18 21:08:44,854 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 0.041s 2023-04-18 21:08:44,855 79649 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6106f9e-063c-4157-98b0-597573acd77e', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6106f9e-063c-4157-98b0-597573acd77e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8'} Body: b'{"volume": {"id": "7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:44.000000", "updated_at": "2023-04-18T21:08:44.000000", "name": "tempest-VolumesTransfersTest-Volume-828293336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f835fd3edb64481686204221109a6bfa"}}' 2023-04-18 21:08:44,910 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 0.042s 2023-04-18 21:08:44,910 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d05d3bd1-60e6-4808-b54d-b198490ecf8a', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d05d3bd1-60e6-4808-b54d-b198490ecf8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8'} Body: b'{"volume": {"id": "7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:44.000000", "updated_at": "2023-04-18T21:08:44.000000", "name": "tempest-VolumesTransfersTest-Volume-828293336", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f835fd3edb64481686204221109a6bfa"}}' 2023-04-18 21:08:45,054 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 0.131s 2023-04-18 21:08:45,055 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f1dd22d-0aac-4021-9937-6c98ed531944', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8'} Body: b'' 2023-04-18 21:08:45,080 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 0.024s 2023-04-18 21:08:45,080 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08: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-a3734700-6eef-4c41-951d-3afa852bb12f', 'x-openstack-request-id': 'req-a3734700-6eef-4c41-951d-3afa852bb12f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7dd05596-a7a9-4959-b2c4-1caaf8d0dfc8 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 3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:08:45,273 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes 0.188s 2023-04-18 21:08:45,273 79649 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-1255415145"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79e7fb13-0782-4c31-9caa-342eeb2843f9', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79e7fb13-0782-4c31-9caa-342eeb2843f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes'} Body: b'{"volume": {"id": "3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:45.213290", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1255415145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:08:45,350 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd 0.065s 2023-04-18 21:08:45,350 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e0ce6e9-bd4e-4be4-9eb5-48227b144e34', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e0ce6e9-bd4e-4be4-9eb5-48227b144e34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd'} Body: b'{"volume": {"id": "3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:45.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1255415145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f835fd3edb64481686204221109a6bfa"}}' 2023-04-18 21:08:46,407 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd 0.045s 2023-04-18 21:08:46,408 79649 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c75684-5b83-4f6b-871d-ed3faf1f2c02', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08c75684-5b83-4f6b-871d-ed3faf1f2c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd'} Body: b'{"volume": {"id": "3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:45.000000", "updated_at": "2023-04-18T21:08:45.000000", "name": "tempest-VolumesTransfersTest-Volume-1255415145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f835fd3edb64481686204221109a6bfa"}}' 2023-04-18 21:08:46,458 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd 0.039s 2023-04-18 21:08:46,459 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9e80d34-9a20-480d-86d4-a8bdba343f50', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9e80d34-9a20-480d-86d4-a8bdba343f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd'} Body: b'{"volume": {"id": "3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:45.000000", "updated_at": "2023-04-18T21:08:45.000000", "name": "tempest-VolumesTransfersTest-Volume-1255415145", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd"}], "user_id": "962f692bbdd3453ebebc6f4559407124", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f835fd3edb64481686204221109a6bfa"}}' 2023-04-18 21:08:46,633 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd 0.161s 2023-04-18 21:08:46,634 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7b080a5-8b5e-40b0-93ec-2b11327c6624', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd'} Body: b'' 2023-04-18 21:08:46,663 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd 0.029s 2023-04-18 21:08:46,663 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-03925c18-52a6-4f31-b155-73e567418a7e', 'x-openstack-request-id': 'req-03925c18-52a6-4f31-b155-73e567418a7e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f835fd3edb64481686204221109a6bfa/volumes/3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3c5c215a-5417-4fbd-84c8-6ac1c27b1ccd could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9e0a44ab-db99-45ca-b2a5-b60aee899b8e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:08:51,877 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes 0.490s 2023-04-18 21:08:51,877 79649 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-1255716190"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-902ced12-5e3c-4c87-a47f-232eff284285', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-902ced12-5e3c-4c87-a47f-232eff284285', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes'} Body: b'{"volume": {"id": "9e0a44ab-db99-45ca-b2a5-b60aee899b8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:51.796350", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1255716190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 21:08:51,958 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e 0.070s 2023-04-18 21:08:51,959 79649 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': 'Tue, 18 Apr 2023 21:08:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447494df-6134-4ad8-a60d-c6fffeb55b2e', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447494df-6134-4ad8-a60d-c6fffeb55b2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e'} Body: b'{"volume": {"id": "9e0a44ab-db99-45ca-b2a5-b60aee899b8e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:52.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1255716190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "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": "b5fe4f30fd364589be66a623b25268bc"}}' 2023-04-18 21:08:53,009 79649 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/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e 0.038s 2023-04-18 21:08:53,010 79649 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': 'Tue, 18 Apr 2023 21:08:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-848baadf-4254-4218-8f56-4c9f3e41d8f3', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-848baadf-4254-4218-8f56-4c9f3e41d8f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e'} Body: b'{"volume": {"id": "9e0a44ab-db99-45ca-b2a5-b60aee899b8e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:52.000000", "updated_at": "2023-04-18T21:08:52.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1255716190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "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": "b5fe4f30fd364589be66a623b25268bc"}}' 2023-04-18 21:08:53,071 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e 0.050s 2023-04-18 21:08:53,071 79649 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': 'Tue, 18 Apr 2023 21:08:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-246cc49c-8679-4156-9f98-170d39e554c4', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-246cc49c-8679-4156-9f98-170d39e554c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e'} Body: b'{"volume": {"id": "9e0a44ab-db99-45ca-b2a5-b60aee899b8e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:52.000000", "updated_at": "2023-04-18T21:08:52.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1255716190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "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": "b5fe4f30fd364589be66a623b25268bc"}}' 2023-04-18 21:08:53,186 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e 0.103s 2023-04-18 21:08:53,186 79649 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': 'Tue, 18 Apr 2023 21:08:53 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-cc562790-4916-4963-b025-9c6051795daa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e'} Body: b'' 2023-04-18 21:08:53,208 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e 0.021s 2023-04-18 21:08:53,208 79649 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': 'Tue, 18 Apr 2023 21:08:53 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-bdf8bf1b-a0e4-4ec6-88f8-a91d4b2d2b6e', 'x-openstack-request-id': 'req-bdf8bf1b-a0e4-4ec6-88f8-a91d4b2d2b6e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9e0a44ab-db99-45ca-b2a5-b60aee899b8e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9e0a44ab-db99-45ca-b2a5-b60aee899b8e 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 9254bd9f-5e81-42f8-ac03-1e5ce6475544 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:08:53,398 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes 0.186s 2023-04-18 21:08:53,399 79649 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-1383835649"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9417e6bd-0c6f-41e1-9e3d-a9b304c9589f', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9417e6bd-0c6f-41e1-9e3d-a9b304c9589f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes'} Body: b'{"volume": {"id": "9254bd9f-5e81-42f8-ac03-1e5ce6475544", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:53.338677", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1383835649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 21:08:53,452 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544 0.042s 2023-04-18 21:08:53,453 79649 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': 'Tue, 18 Apr 2023 21:08:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f30c0b3c-5a3b-47b9-b2c3-0d0b686658b1', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f30c0b3c-5a3b-47b9-b2c3-0d0b686658b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544'} Body: b'{"volume": {"id": "9254bd9f-5e81-42f8-ac03-1e5ce6475544", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:53.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1383835649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "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": "b5fe4f30fd364589be66a623b25268bc"}}' 2023-04-18 21:08:54,506 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544 0.042s 2023-04-18 21:08:54,507 79649 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': 'Tue, 18 Apr 2023 21:08:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8287c6b-b5ba-46c5-9e63-aec66c2f65ef', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8287c6b-b5ba-46c5-9e63-aec66c2f65ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544'} Body: b'{"volume": {"id": "9254bd9f-5e81-42f8-ac03-1e5ce6475544", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:53.000000", "updated_at": "2023-04-18T21:08:53.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1383835649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "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": "b5fe4f30fd364589be66a623b25268bc"}}' 2023-04-18 21:08:54,562 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544 0.044s 2023-04-18 21:08:54,562 79649 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': 'Tue, 18 Apr 2023 21:08:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7ae10f4-b2b9-4701-9a00-2251c77661d2', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7ae10f4-b2b9-4701-9a00-2251c77661d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544'} Body: b'{"volume": {"id": "9254bd9f-5e81-42f8-ac03-1e5ce6475544", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:53.000000", "updated_at": "2023-04-18T21:08:53.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1383835649", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544"}], "user_id": "36c3a6d37f1f4ed891625846a6fe6580", "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": "b5fe4f30fd364589be66a623b25268bc"}}' 2023-04-18 21:08:54,671 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544 0.098s 2023-04-18 21:08:54,672 79649 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': 'Tue, 18 Apr 2023 21:08:54 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-d85f8721-a86f-4dd2-b90b-6905d0833bac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544'} Body: b'' 2023-04-18 21:08:54,695 79649 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544 0.022s 2023-04-18 21:08:54,695 79649 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': 'Tue, 18 Apr 2023 21:08:54 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-fb3089e0-1ad5-4ee1-9737-3a65d9347902', 'x-openstack-request-id': 'req-fb3089e0-1ad5-4ee1-9737-3a65d9347902', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b5fe4f30fd364589be66a623b25268bc/volumes/9254bd9f-5e81-42f8-ac03-1e5ce6475544'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9254bd9f-5e81-42f8-ac03-1e5ce6475544 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) ------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b646361d-d90d-465f-a294-51639d6396c6 failed to build and is in ERROR status 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 f4e7aa20-7a75-48bc-814e-47c710694d2a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:06:15,956 79665 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 21:06:15,956 79665 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 21:06:16,009 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.050s 2023-04-18 21:06:16,009 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1059955912", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC3iVWOT5Fr9diDoCuQjAcwm14WaI1sND9YignhnPZABtlhqs2m8YMe61wGCVtvyCWkhFbuVrkRlWimGPlBX8W+9vucDAQ3O6e+846ZA+PC2GjFO9mJYIFew//dgoapIHg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06: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-8397d42e-8015-4599-ac14-83b660599b08', 'x-compute-request-id': 'req-8397d42e-8015-4599-ac14-83b660599b08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1059955912", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC3iVWOT5Fr9diDoCuQjAcwm14WaI1sND9YignhnPZABtlhqs2m8YMe61wGCVtvyCWkhFbuVrkRlWimGPlBX8W+9vucDAQ3O6e+846ZA+PC2GjFO9mJYIFew//dgoapIHg==", "fingerprint": "19:92:ff:19:7f:58:62:26:84:23:e8:84:1c:98:2f:bb", "user_id": "038d8b51fbcf4542a442e69729e90b52"}}' 2023-04-18 21:06:16,012 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1059955912 created 2023-04-18 21:06:16,174 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.161s 2023-04-18 21:06:16,174 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--264971998", "description": "tempest-description--1737655474"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-b60f80d4-763b-47ef-af55-5e95de63a9f4', 'date': 'Tue, 18 Apr 2023 21:06:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "name": "tempest-securitygroup--264971998", "stateful": true, "tenant_id": "4f87d615925045948bb95f84b990b2c5", "description": "tempest-description--1737655474", "shared": false, "security_group_rules": [{"id": "3d85f767-738a-49e1-ae92-f2f90d62d98c", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "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": 798, "description": null, "tags": [], "created_at": "2023-04-18T21:06:16Z", "updated_at": "2023-04-18T21:06:16Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}, {"id": "53965304-ec5c-4cce-b6e7-6aed6cc4f452", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norm alized_cidr": null, "remote_group_id": null, "standard_attr_id": 797, "description": null, "tags": [], "created_at": "2023-04-18T21:06:16Z", "updated_at": "2023-04-18T21:06:16Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}], "tags": [], "created_at": "2023-04-18T21:06:16Z", "updated_at": "2023-04-18T21:06:16Z", "revision_number": 1, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:06:16,688 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.513s 2023-04-18 21:06:16,688 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "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-5d9fa553-efc2-49e8-8fba-88b907bf0c13', 'date': 'Tue, 18 Apr 2023 21:06:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c67fe3f4-c6d2-449c-af7c-0be983ebaad2", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "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-18T21:06:16Z", "updated_at": "2023-04-18T21:06:16Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:06:16,866 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.177s 2023-04-18 21:06:16,866 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3dd77aab-95fa-4e2d-aa78-9cfae5fdb83e', 'date': 'Tue, 18 Apr 2023 21:06:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3a6fb146-52a3-48ca-a749-d7bcbf17bc19", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "security_group_id": "3f520d33-3efb-499d-8f5e-4cbe9793f8db", "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-18T21:06:16Z", "updated_at": "2023-04-18T21:06:16Z", "revision_number": 0, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:06:16,866 79665 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--264971998 created 2023-04-18 21:06:17,992 79665 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.125s 2023-04-18 21:06:17,993 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x -openstack-request-id': 'req-af291119-96ec-4940-ac1a-c4175e3cae93', 'date': 'Tue, 18 Apr 2023 21:06:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7f037846-96ee-4542-b1dc-2f69652597e8", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "floating_ip_address": "172.24.4.5", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "4f87d615925045948bb95f84b990b2c5", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:06:17Z", "updated_at": "2023-04-18T21:06:17Z", "revision_number": 0}}' 2023-04-18 21:06:17,993 79665 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7f037846-96ee-4542-b1dc-2f69652597e8', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'floating_ip_address': '172.24.4.5', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4f87d615925045948bb95f84b990b2c5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:06:17Z', 'updated_at': '2023-04-18T21:06:17Z', 'revision_number': 0, 'ip': '172.24.4.5'} created 2023-04-18 21:06:18,086 79665 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.086s 2023-04-18 21:06:18,086 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:18 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-f0ae7eb3-007c-4ac5-9f25-166f60450f3e', '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": "038d8b51fbcf4542a442e69729e90b52", "name": "tempest-AttachVolumeTestJSON-1434283235-project-member", "password_expires_at": null}, "audit_ids": ["gHUB-wawTlWXPaTBGD_abA"], "expires_at": "2023-04-18T22:06:18.000000Z", "issued_at": "2023-04-18T21:06:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4f87d615925045948bb95f84b990b2c5", "name": "tempest-AttachVolumeTestJSON-1434283235"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210: 9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4f87d615925045948bb95f84b990b2c5", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:06:18,087 79665 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'b03bc1ed-f83c-4e48-86f7-e3e2aed9455a', 'name': 'tempest-AttachVolumeTestJSON-204806267-network', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4f87d615925045948bb95f84b990b2c5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35866, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:03:22Z', 'updated_at': '2023-04-18T21:03:22Z', 'revision_number': 1} available for tenant 2023-04-18 21:06:18,087 79665 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1059955912', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC3iVWOT5Fr9diDoCuQjAcwm14WaI1sND9YignhnPZABtlhqs2m8YMe61wGCVtvyCWkhFbuVrkRlWimGPlBX8W+9vucDAQ3O6e+846ZA+PC2GjFO9mJYIFew//dgoapIHg==', 'fingerprint': '19:92:ff:19:7f:58:62:26:84:23:e8:84:1c:98:2f:bb', 'user_id': '038d8b51fbcf4542a442e69729e90b52', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB1w6l9wj5TzSxgljrDKOOLUwuIEcS9iwhT454HvMynSaKWNwlffzid\ncD6xNEVW2TagBwYFK4EEACKhZANiAAQt4lVjk+Ra/XYg6ArkIwHMJteFmiNbDQ/W\nIoJ4Zz2QAbZYarNpvGDHutcBglbb8glpIRW7la5EZVophj5QV/Fvvb7nAwENzunv\nvOOmQPjwthoxTvZiWCBXsP/3YKGqSB4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3f520d33-3efb-499d-8f5e-4cbe9793f8db', 'name': 'tempest-securitygroup--264971998', 'stateful': True, 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'description': 'tempest-description--1737655474', 'shared': False, 'security_group_rules': [{'id': '3d85f767-738a-49e1-ae92-f2f90d62d98c', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'security_group_id': '3f520d33-3efb-499d-8f5e-4cbe9793f8db', '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': 798, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:06:16Z', 'updated_at': '2023-04-18T21:06:16Z', 'revision_number': 0, 'project_id': '4f87d615925045948bb95f84b990b2c5'}, {'id': '53965304-ec5c-4cce-b6e7-6aed6cc4f452', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'security_group_id': '3f520d33-3efb-499d-8f5e-4cbe9793f8db', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 797, 'description': None, 'tags': [], 'created_at': '2023-04-18T21:06:16Z', 'updated_at': '2023-04-18T21:06:16Z', 'revision_number': 0, 'project_id': '4f87d615925045948bb95f84b990b2c5'}], 'tags': [], 'created_at': '2023-04-18 T21:06:16Z', 'updated_at': '2023-04-18T21:06:16Z', 'revision_number': 1, 'project_id': '4f87d615925045948bb95f84b990b2c5'}, 'floating_ip': {'id': '7f037846-96ee-4542-b1dc-2f69652597e8', 'tenant_id': '4f87d615925045948bb95f84b990b2c5', 'floating_ip_address': '172.24.4.5', 'floating_network_id': '8378bf0b-f158-43a1-af52-7b0a8fbb6e27', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4f87d615925045948bb95f84b990b2c5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T21:06:17Z', 'updated_at': '2023-04-18T21:06:17Z', 'revision_number': 0, 'ip': '172.24.4.5'}} 2023-04-18 21:06:18,838 79665 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.749s 2023-04-18 21:06:18,838 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-25043030", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "b03bc1ed-f83c-4e48-86f7-e3e2aed9455a"}], "security_groups": [{"name": "tempest-securitygroup--264971998"}], "key_name": "tempest-keypair-1059955912", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b3cc325-3544-4dca-be21-d69ce642b2f7', 'x-compute-request-id': 'req-2b3cc325-3544-4dca-be21-d69ce642b2f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "cde5fac0-7811-46d3-a441-40defca2aebe", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--264971998"}], "adminPass": "password"}}' 2023-04-18 21:06:18,937 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe 0.092s 2023-04-18 21:06:18,937 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e81fdb88-919e-4c2c-9816-b22527de7c7c', 'x-compute-request-id': 'req-e81fdb88-919e-4c2c-9816-b22527de7c7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe'} Body: b'{"server": {"id": "cde5fac0-7811-46d3-a441-40defca2aebe", "name": "tempest-AttachVolumeTestJSON-server-25043030", "status": "BUILD", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "user_id": "038d8b51fbcf4542a442e69729e90b52", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"r el": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:06:19Z", "updated": "2023-04-18T21:06:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1059955912", "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-18 21:07:09,268 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe 0.271s 2023-04-18 21:07:09,268 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b41c236-7d18-4157-a6ec-f3bbb8fdcf34', 'x-compute-request-id': 'req-8b41c236-7d18-4157-a6ec-f3bbb8fdcf34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe'} Body: b'{"server": {"id": "cde5fac0-7811-46d3-a441-40defca2aebe", "name": "tempest-AttachVolumeTestJSON-server-25043030", "status": "ACTIVE", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "user_id": "038d8b51fbcf4542a442e69729e90b52", "metadata": {}, "hostId": "49eac320cac917be7fa227d9e42fd1c095bb98fe59dd83c6e4b0c06f", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:06:18Z", "updated": "2023-04-18T21:06:25Z", "addresses": {"tempest-AttachVolumeTestJSON-204806267-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:78:85"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1059955912", "OS-SRV-USG:launched_at": "2023-04-18T21:06:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--264971998"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:07:09,281 79665 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 21:08:09,602 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe/os-interface 0.267s 2023-04-18 21:08:09,602 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-a pi-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cffe2770-b72a-445d-840a-99ec745b8456', 'x-compute-request-id': 'req-cffe2770-b72a-445d-840a-99ec745b8456', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b03bc1ed-f83c-4e48-86f7-e3e2aed9455a", "port_id": "3953fb7d-2cb1-4c88-9d30-a3122e40d2eb", "mac_addr": "fa:16:3e:2b:78:85", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b7e4c04f-cc85-44f6-a2a3-59b86b261863", "ip_address": "10.0.0.9"}]}]}' 2023-04-18 21:08:10,508 79665 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/7f037846-96ee-4542-b1dc-2f69652597e8 0.898s 2023-04-18 21:08:10,509 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3953fb7d-2cb1-4c88-9d30-a3122e40d2eb"}} Response - Headers: {'content-type': 'application/json', 'content-length': '827', 'x-openstack-request-id': 'req-4556edd1-09d8-4934-946b-9232851966dd', 'date': 'Tue, 18 Apr 2023 21:08:10 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7f037846-96ee-4542-b1dc-2f69652597e8'} Body: b'{"floatingip": {"id": "7f037846-96ee-4542-b1dc-2f69652597e8", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "floating_ip_address": "172.24.4.5", "floating_network_id": "8378bf0b-f158-43a1-af52-7b0a8fbb6e27", "router_id": "c243fdac-5785-4f8b-8de8-48b9f1571815", "port_id": "3953fb7d-2cb1-4c88-9d30-a3122e40d2eb", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b03bc1ed-f83c-4e48-86f7-e3e2aed9455a", "mac_address": "fa:16:3e:2b:78:85", "admin_state_up": true, "status": "ACTIVE", "device_id": "cde5fac0-7811-46d3-a441-40defca2aebe", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T21:06:17Z", "updated_at": "2023-04-18T21:08:09Z", "revision_number": 1, "project_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:08:10,510 79665 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.5:22' as 'cirros' with public key authentication 2023-04-18 21:08:10,546 79665 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 21:08:10,568 79665 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 21:08:10,568 79665 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.5 successfully created 2023-04-18 21:08:10,616 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe/ips 0.047s 2023-04-18 21:08:10,616 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '103', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e0281bc-3c9f-497c-8c83-a6eabdfa5ad9', 'x-compute-request-id': 'req-5e0281bc-3c9f-497c-8c83-a6eabdfa5ad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-204806267-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2023-04-18 21:08:10,797 79665 INFO [tempest.lib. common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes 0.177s 2023-04-18 21:08:10,797 79665 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-516285728"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2f2bad6-f10c-4f34-978f-63b86a9567ff', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2f2bad6-f10c-4f34-978f-63b86a9567ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes'} Body: b'{"volume": {"id": "f4e7aa20-7a75-48bc-814e-47c710694d2a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:10.738956", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-516285728", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a"}], "user_id": "038d8b51fbcf4542a442e69729e90b52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:08:10,847 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a 0.038s 2023-04-18 21:08:10,847 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a8ff08a-6488-4027-bb1c-568edb43c7ec', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a8ff08a-6488-4027-bb1c-568edb43c7ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a'} Body: b'{"volume": {"id": "f4e7aa20-7a75-48bc-814e-47c710694d2a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:11.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-516285728", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a"}], "user_id": "038d8b51fbcf4542a442e69729e90b52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:08:11,899 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a 0.041s 2023-04-18 21:08:11,900 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d56fad1-9777-4c0d-8e04-3fe6cf1b918f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d56fad1-9777-4c0d-8e04-3fe6cf1b918f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a'} Body: b'{"volume": {"id": "f4e7aa20-7a75-48bc-814e-47c710694d2a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:11.000000", "updated_at": "2023-04-18T21:08:11.000000", "name": "tempest-AttachVolumeTestJSON-volume-516285728", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4f87d615925045948bb95f84b990b2c5/volumes/f4e7aa20-7a75-48bc-814e-47c710694d2a"}], "user_id": "038d8b51fbcf4542a442e69729e90b52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4f87d615925045948bb95f84b990b2c5"}}' 2023-04-18 21:08:12,026 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe 0.116s 2023-04-18 21:08:12,027 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08: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-9b986e7d-8024-4fff-a33b-8d0eddf46fc2', 'x-compute-request-id': 'req-9b986e7d-8024-4fff-a33b-8d0eddf46fc2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe'} Body: b'' 2023-04-18 21:08:12,205 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe 0.178s 2023-04-18 21:08:12,206 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1657', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5debae8-3c99-41f1-989e-5798246e617f', 'x-compute-request-id': 'req-e5debae8-3c99-41f1-989e-5798246e617f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe'} Body: b'{"server": {"id": "cde5fac0-7811-46d3-a441-40defca2aebe", "name": "tempest-AttachVolumeTestJSON-server-25043030", "status": "ACTIVE", "tenant_id": "4f87d615925045948bb95f84b990b2c5", "user_id": "038d8b51fbcf4542a442e69729e90b52", "metadata": {}, "hostId": "49eac320cac917be7fa227d9e42fd1c095bb98fe59dd83c6e4b0c06f", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": " http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:06:18Z", "updated": "2023-04-18T21:08:12Z", "addresses": {"tempest-AttachVolumeTestJSON-204806267-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:78:85"}, {"version": 4, "addr": "172.24.4.5", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:78:85"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cde5fac0-7811-46d3-a441-40defca2aebe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1059955912", "OS-SRV-USG:launched_at": "2023-04-18T21:06:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--264971998"}], "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-18 21:09:02,499 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe 0.231s 2023-04-18 21:09:02,499 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09: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-d32ae041-356c-4807-a976-cc55269102e4', 'x-compute-request-id': 'req-d32ae041-356c-4807-a976-cc55269102e4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cde5fac0-7811-46d3-a441-40defca2aebe'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance cde5fac0-7811-46d3-a441-40defca2aebe could not be found."}}' 2023-04-18 21:09:02,530 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1059955912 0.030s 2023-04-18 21:09:02,530 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09: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-2ddcae75-1d27-477c-8819-3ae5cbaa7b24', 'x-compute-request-id': 'req-2ddcae75-1d27-477c-8819-3ae5cbaa7b24', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1059955912'} Body: b'' 2023-04-18 21:09:02,700 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3f520d33-3efb-499d-8f5e-4cbe9793f8db 0.169s 2023-04-18 21:09:02,700 79665 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-77b9758c-264b-45d7-9157-b48d74ae7f40', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:09:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3f520d33-3efb-499d-8f5e-4cbe9793f8db'} Body: b'' 2023-04-18 21:09:02,722 79665 INFO [tempest.lib.common.rest_client] Requ est (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3f520d33-3efb-499d-8f5e-4cbe9793f8db 0.021s 2023-04-18 21:09:02,723 79665 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-87c01a3a-1252-4e0e-a2de-3558f7f8039f', 'date': 'Tue, 18 Apr 2023 21:09:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3f520d33-3efb-499d-8f5e-4cbe9793f8db'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3f520d33-3efb-499d-8f5e-4cbe9793f8db does not exist", "detail": ""}}' 2023-04-18 21:09:03,405 79665 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7f037846-96ee-4542-b1dc-2f69652597e8 0.682s 2023-04-18 21:09:03,406 79665 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-1b27ba89-503e-437a-b476-b6718c49f5bc', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:09:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7f037846-96ee-4542-b1dc-2f69652597e8'} Body: b'' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 239, in test_create_server_invalid_bdm_in_2nd_dict volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 38781f5f-437d-4d7e-a45f-1dc5d76b39d2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:07:04,227 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d 0.688s 2023-04-18 21:07:04,227 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:03 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-ad594354-8654-4380-b0eb-ade2131c3238', 'x-compute-request-id': 'req-ad594354-8654-4380-b0eb-ade2131c3238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d'} Body: b'{"server": {"id": "fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d", "name": "tempest-ServersNegativeTestJSON-server-1545986707", "status": "ACTIVE", "tenant_id": "e102abbb675645edbbd042f775e89e50", "user_id": "b36a393d92e948b1ada87c4823d14bee", "metadata": {}, "hostId": "4a7b35136f02e852ff0c558a975a79fd92454f92a9a5a97ae8aa3572", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:27Z", "updated": "2023-04-18T21:00:35Z", "addresses": {"tempest-ServersNegativeTestJSON-307466184-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:f4:9d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:00:35.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-18 21:08:04,467 79645 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/e102abbb675645edbbd042f775e89e50/volumes 0.181s 2023-04-18 21:08:04,467 79645 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-652108990"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-162064cb-488a-43bd-a9c6-f77bc52effc2', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-162064cb-488a-43bd-a9c6-f77bc52effc2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes'} Body: b'{"volume": {"id": "38781f5f-437d-4d7e-a45f-1dc5d76b39d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:04.410979", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-652108990", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2"}, {"rel": "bookmark", "href": "http://10.0.0.21 0/volume/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2"}], "user_id": "b36a393d92e948b1ada87c4823d14bee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:08:04,528 79645 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/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2 0.051s 2023-04-18 21:08:04,528 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27360a7a-6384-498d-9423-ccd002f97b07', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27360a7a-6384-498d-9423-ccd002f97b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2'} Body: b'{"volume": {"id": "38781f5f-437d-4d7e-a45f-1dc5d76b39d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:04.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-652108990", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2"}], "user_id": "b36a393d92e948b1ada87c4823d14bee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e102abbb675645edbbd042f775e89e50"}}' 2023-04-18 21:08:05,582 79645 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/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2 0.043s 2023-04-18 21:08:05,583 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b725286-55eb-4484-87fb-26c9592af1d7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b725286-55eb-4484-87fb-26c9592af1d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2'} Body: b'{"volume": {"id": "38781f5f-437d-4d7e-a45f-1dc5d76b39d2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:08:04.000000", "updated_at": "2023-04-18T21:08:05.000000", "name": "tempest-ServersNegativeTestJSON-volume-652108990", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e102abbb675645edbbd042f775e89e50/volumes/38781f5f-437d-4d7e-a45f-1dc5d76b39d2"}], "user_id": "b36a393d92e948b1ada87c4823d14bee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-a ttr:tenant_id": "e102abbb675645edbbd042f775e89e50"}}' 2023-04-18 21:08:05,837 79645 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d 0.243s 2023-04-18 21:08:05,838 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:05 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-d2cf3aa9-b58b-4ac2-bada-ec2bfc65fdc8', 'x-compute-request-id': 'req-d2cf3aa9-b58b-4ac2-bada-ec2bfc65fdc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d'} Body: b'{"server": {"id": "fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d", "name": "tempest-ServersNegativeTestJSON-server-1545986707", "status": "ACTIVE", "tenant_id": "e102abbb675645edbbd042f775e89e50", "user_id": "b36a393d92e948b1ada87c4823d14bee", "metadata": {}, "hostId": "4a7b35136f02e852ff0c558a975a79fd92454f92a9a5a97ae8aa3572", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:00:27Z", "updated": "2023-04-18T21:00:35Z", "addresses": {"tempest-ServersNegativeTestJSON-307466184-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ca:f4:9d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fcaf2c0d-aea9-4842-bc9c-0cc3ed6e313d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:00:35.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.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 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 9780c100-ef47-4360-9ef3-09b7b58f1beb 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 bde31ed0-b50e-43d3-9ac4-a4811883938c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:07:22,843 79667 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-18 21:07:23,687 79667 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.844s 2023-04-18 21:07:23,688 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1278461059", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/13a03f59-f61d-4d28-b054-d65b85726bb1', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-cec0b99d-4511-40a9-985a-8fbdee210674', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1278461059", "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": "88559f8fa16b4a939cf83eddb216a4fe", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "13a03f59-f61d-4d28-b054-d65b85726bb1", "created_at": "2023-04-18T21:07:24Z", "updated_at": "2023-04-18T21:07:24Z", "tags": [], "self": "/v2/images/13a03f59-f61d-4d28-b054-d65b85726bb1", "file": "/v2/images/13a03f59-f61d-4d28-b054-d65b85726bb1/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:07:25,064 79667 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/13a03f59-f61d-4d28-b054-d65b85726bb1/file 1.374s 2023-04-18 21:07:25,066 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0518277b-e858-4cf8-9f39-71315747bebd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/13a03f59-f61d-4d28-b054-d65b85726bb1/file'} Body: b'' 2023-04-18 21:07:25,067 79667 DEBUG [tempest.scenario.manager] image:13a03f59-f61d-4d28-b054-d65b85726bb1 2023-04-18 21:07:25,140 79667 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.067s 2023-04-18 21:07:25,140 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-624336600", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLIkHLfWZtsDX1wFLiZ/CLl2LZNnp+Gmb9NfPdiZwLMJ+em33t/PX/2xKxE0UG/NTbuCYLmimDoVDx5AGGVXtgyINyETgKdWwlr17YGk/gJiWMj+PN3Vb3uquEw7FpHadA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:25 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-eef7eb44-2700-46ec-b0d0-0459f1d1e406', 'x-compute-request-id': 'req-eef7eb44-2700-46ec-b0d0-0459f1d1e406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0. 0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-624336600", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLIkHLfWZtsDX1wFLiZ/CLl2LZNnp+Gmb9NfPdiZwLMJ+em33t/PX/2xKxE0UG/NTbuCYLmimDoVDx5AGGVXtgyINyETgKdWwlr17YGk/gJiWMj+PN3Vb3uquEw7FpHadA==", "fingerprint": "00:d0:47:98:e3:18:4f:80:e9:ff:e0:6c:70:07:b5:28", "user_id": "8c2d545b5459472990722072dcf2095c"}}' 2023-04-18 21:07:25,202 79667 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.045s 2023-04-18 21:07:25,202 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:25 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-cdba6ff8-4d1d-4c95-b1f0-262b1c3a1427', '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": "8c2d545b5459472990722072dcf2095c", "name": "tempest-TestMinimumBasicScenario-1842059004-project-member", "password_expires_at": null}, "audit_ids": ["2PKHVr3cQmOTvGkbW15ifg"], "expires_at": "2023-04-18T22:07:25.000000Z", "issued_at": "2023-04-18T21:07:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88559f8fa16b4a939cf83eddb216a4fe", "name": "tempest-TestMinimumBasicScenario-1842059004"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/88559f8fa16b4a939cf83eddb216a4fe", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]} }' 2023-04-18 21:07:25,203 79667 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'bbd69050-7c4f-467f-831b-bff2a5009ae5', 'name': 'tempest-TestMinimumBasicScenario-1889802285-network', 'tenant_id': '88559f8fa16b4a939cf83eddb216a4fe', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '88559f8fa16b4a939cf83eddb216a4fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37999, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:07:10Z', 'updated_at': '2023-04-18T21:07:10Z', 'revision_number': 1} available for tenant 2023-04-18 21:07:25,919 79667 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.715s 2023-04-18 21:07:25,920 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1813784098", "imageRef": "13a03f59-f61d-4d28-b054-d65b85726bb1", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-624336600", "networks": [{"uuid": "bbd69050-7c4f-467f-831b-bff2a5009ae5"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0084fc05-f582-465c-811d-8e525d1dbde9', 'x-compute-request-id': 'req-0084fc05-f582-465c-811d-8e525d1dbde9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "UWejEkpdxCC3"}}' 2023-04-18 21:07:26,010 79667 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/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.087s 2023-04-18 21:07:26,010 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:07:25 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-2dc3f42b-d6ef-43bb-8b1f-0838a1bbcaa0', 'x-compute-request-id': 'req-2dc3f42b-d6ef-43bb-8b1f-0838a1bbcaa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'{"server": {"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "name": "tempest-TestMinimumBasicScenario-server-1813784098", "status": "BUILD", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "", "image": {"id": "13a03f59-f61d-4d28-b054-d65b85726bb1", "links": [{"rel": "bookmark", "href": "http://10.0.0.21 0/compute/images/13a03f59-f61d-4d28-b054-d65b85726bb1"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:07:26Z", "updated": "2023-04-18T21:07:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-624336600", "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-18 21:08:16,349 79667 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/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.279s 2023-04-18 21:08:16,349 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:08:16 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-1d797a04-7ad3-4630-b92c-6f46494f5829', 'x-compute-request-id': 'req-1d797a04-7ad3-4630-b92c-6f46494f5829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'{"server": {"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "name": "tempest-TestMinimumBasicScenario-server-1813784098", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "13a03f59-f61d-4d28-b054-d65b85726bb1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13a03f59-f61d-4d28-b054-d65b85726bb1"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:07:25Z", "updated": "2023-04-18T21:07:33Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:92:e9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-624336600", "OS-SRV-USG:launched_at": "2023-04-18T21:07:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:08:16,360 79667 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:09:16,688 79667 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/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.267s 2023-04-18 21:09:16,688 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:16 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-f84e50c0-e7d1-44be-8da1-1343a1109017', 'x-compute-request-id': 'req-f84e50c0-e7d1-44be-8da1-1343a1109017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'{"server": {"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "name": "tempest-TestMinimumBasicScenario-server-1813784098", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "13a03f59-f61d-4d28-b054-d65b85726bb1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13a03f59-f61d-4d28-b054-d65b85726bb1"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:07:25Z", "updated": "2023-04-18T21:07:33Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:92:e9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-624336600", "OS-SRV-USG:launched_at": "2023-04-18T21:07:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:09:16,906 79667 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.206s 2023-04-18 21:09:16,906 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:16 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-cdb8c69b-5f7b-4a54-8edc-a872980ef3bf', 'x-compute-request-id': 'req-cdb8c69b-5f7b-4a54-8edc-a872980ef3bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "name": "tempest-TestMinimumBasicScenario-server-1813784098", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}]}]}' 2023-04-18 21:09:17,150 79667 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/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.240s 2023-04-18 21:09:17,151 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/js on', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72ab43fd-a7f2-4892-a997-713b39917cfd', 'x-compute-request-id': 'req-72ab43fd-a7f2-4892-a997-713b39917cfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'{"server": {"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "name": "tempest-TestMinimumBasicScenario-server-1813784098", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "13a03f59-f61d-4d28-b054-d65b85726bb1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13a03f59-f61d-4d28-b054-d65b85726bb1"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:07:25Z", "updated": "2023-04-18T21:07:33Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:92:e9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-624336600", "OS-SRV-USG:launched_at": "2023-04-18T21:07:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:09:17,544 79667 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/88559f8fa16b4a939cf83eddb216a4fe/volumes 0.381s 2023-04-18 21:09:17,544 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-981737692", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f967a5d-6f46-45c5-bb40-0bf9bdc6930c', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f967a5d-6f46-45c5-bb40-0bf9bdc6930c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes'} Body: b'{"volume": {"id": "bde31ed0-b50e-43d3-9ac4-a4811883938c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:09:17.454411", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-981737692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c"}], "user_id": "8c2d545b5459472990722072dcf2095c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:09:17,610 79667 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/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c 0.055s 2023-04-18 21:09:17,611 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08759a8b-c641-4f0c-8061-34f74fa68fca', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08759a8b-c641-4f0c-8061-34f74fa68fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c'} Body: b'{"volume": {"id": "bde31ed0-b50e-43d3-9ac4-a4811883938c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:09:17.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-981737692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c"}], "user_id": "8c2d545b5459472990722072dcf2095c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88559f8fa16b4a939cf83eddb216a4fe"}}' 2023-04-18 21:09:18,674 79667 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/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c 0.045s 2023-04-18 21:09:18,674 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9d32e04-02df-45ad-a503-6e79ab92a126', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9d32e04-02df-45ad-a503-6e79ab92a126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c'} Body: b'{"volume": {"id": "bde31ed0-b50e-43d3-9ac4-a4811883938c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:09:17.000000", "updated_at": "2023-04-18T21:09:18.000000", "name": "tempest-TestMinimumBasicScenario-volume-981737692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c"}], "user_id": "8c2d545b5459472990722072dcf2095c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88559f8fa16b4a939cf83eddb216a4fe"}}' 2023-04-18 21:09:18,797 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c 0.111s 2023-04-18 21:09:18,797 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Typ e': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f75387d2-51f8-43ad-9078-99f1e864e851', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c'} Body: b'' 2023-04-18 21:09:18,819 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c 0.021s 2023-04-18 21:09:18,819 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c258fb60-df27-4b36-9f60-a99ccc62f787', 'x-openstack-request-id': 'req-c258fb60-df27-4b36-9f60-a99ccc62f787', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/bde31ed0-b50e-43d3-9ac4-a4811883938c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bde31ed0-b50e-43d3-9ac4-a4811883938c could not be found."}}' 2023-04-18 21:09:18,941 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.120s 2023-04-18 21:09:18,941 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff7f56f6-892c-435a-9790-9b0d33399b5b', 'x-compute-request-id': 'req-ff7f56f6-892c-435a-9790-9b0d33399b5b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'' 2023-04-18 21:09:19,166 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.224s 2023-04-18 21:09:19,166 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:18 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-94c0efd6-12bb-489c-bce9-82d2332711ac', 'x-compute-request-id': 'req-94c0efd6-12bb-489c-bce9-82d2332711ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'{"server": {"id": "3cd0b668-630c-459c-abf7-38089ca7ffb2", "name": "tempest-TestMinimumBasicScenario-server-1813784098", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "13a03f59-f61d-4d28-b054-d6 5b85726bb1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/13a03f59-f61d-4d28-b054-d65b85726bb1"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:07:25Z", "updated": "2023-04-18T21:09:19Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:92:e9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-624336600", "OS-SRV-USG:launched_at": "2023-04-18T21:07:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:10:09,274 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2 0.047s 2023-04-18 21:10:09,274 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-0537e2a7-10d8-4ddf-ae3f-bcc1e3a79e5b', 'x-compute-request-id': 'req-0537e2a7-10d8-4ddf-ae3f-bcc1e3a79e5b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3cd0b668-630c-459c-abf7-38089ca7ffb2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3cd0b668-630c-459c-abf7-38089ca7ffb2 could not be found."}}' 2023-04-18 21:10:09,310 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-624336600 0.035s 2023-04-18 21:10:09,311 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffb3ac5c-5fbe-46c5-b2dc-75b7ebef206b', 'x-compute-request-id': 'req-ffb3ac5c-5fbe-46c5-b2dc-75b7ebef206b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-624336600'} Body: b'' 2023-04-18 21:10:09,442 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/13a03f59-f61d-4d28-b054-d65b85726bb1 0.131s 2023-04-18 21:10:09,442 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7a4ab19f-3eae-450e-8eca-be7c6cf76c22', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/13a03 f59-f61d-4d28-b054-d65b85726bb1'} Body: b'' tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 87, in test_stamp_pattern volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1bb59c59-6e45-415d-a4ad-14c1e1491aff failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:10:22,467 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.285s 2023-04-18 21:10:22,468 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1755189974", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEp5mO0t0bY1lqeh1HdPnuv9ruFLpjwe7clt4Tp5a5OGrpV9F64837zbGxSM0UBLvYQjSnEX6qijwudsGH4OXP7Pum+bc37Qjf93YaXZyRecO3QHdrrDLH0P/L+V4STu+g=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:22 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-0839c29f-07f6-4a4b-8777-1220b9533c17', 'x-compute-request-id': 'req-0839c29f-07f6-4a4b-8777-1220b9533c17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1755189974", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEp5mO0t0bY1lqeh1HdPnuv9ruFLpjwe7clt4Tp5a5OGrpV9F64837zbGxSM0UBLvYQjSnEX6qijwudsGH4OXP7Pum+bc37Qjf93YaXZyRecO3QHdrrDLH0P/L+V4STu+g==", "fingerprint": "06:fe:49:77:c8:a5:c9:2a:4d:3b:c6:47:95:9e:6f:53", "user_id": "61b68a1ae8c44aaaa0bb97687752cbf3"}}' 2023-04-18 21:10:22,653 79645 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.182s 2023-04-18 21:10:22,654 79645 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-1250001330", "description": "tempest-secgroup-smoke-1250001330 description", "project_id": "2099f48eb3074db59d421677f1745df3"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-016809b7-f393-4fd8-892d-7caf8f578b68', 'date': 'Tue, 18 Apr 2023 21:10:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "name": "tempest-secgroup-smoke-1250001330", "stateful": true, "tenant_id": "2099f48eb3074db59d421677f1745df3", "description": "tempest-secgroup-smoke-1250001330 description", "shared": false, "security_group_rules": [{"id": "0aa4fc06-4d40-4411-9d76-b73f89ab0099", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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": 1071, "description": null, "tags": [], "created_at": "2023-04-18T21:10:22Z", "updated_at": "2023-04-18T21:10:22Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}, {"id": "720a32ea-94df-4b19-8f71-ca8ef064e36b", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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": 1070, "description": null, "tags": [], "created_at": "2023-04-18T21:10:22Z", "updated_at": "2023-04-18T21:10:22Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}], "tags": [], "created_at": "2023-04-18T21:10:22Z", "updated_at": "2023-04-18T21:10:22Z", "revision_number": 1, "projec t_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:22,841 79645 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.187s 2023-04-18 21:10:22,842 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "project_id": "2099f48eb3074db59d421677f1745df3", "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-f406ddd8-8d36-448d-959d-983bc7471cdc', 'date': 'Tue, 18 Apr 2023 21:10:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "71ad244b-5e8d-4fa3-bb85-cd48ea7a024b", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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-18T21:10:22Z", "updated_at": "2023-04-18T21:10:22Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:23,006 79645 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.163s 2023-04-18 21:10:23,006 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "project_id": "2099f48eb3074db59d421677f1745df3", "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-343b1622-1b91-4a92-8241-4d6bc1eca700', 'date': 'Tue, 18 Apr 2023 21:10:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "116eef80-3c86-4ee8-b329-8deda805b540", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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-18T21:10:22Z", "updated_at": "2023-04-18T21:10:22Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:23,176 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-18 21:10:23,177 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "project_id": "2099f48eb3074db59d421677f1745df3", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-caa00be4-d3c1-4782-bf83-ff0a5e9150af', 'date': 'Tue, 18 Apr 2023 21:10:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2807c1f9-1fb8-4e38-bb2e-5b2dd2d2eca5", "tenant_id": "2099f48eb 3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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-18T21:10:23Z", "updated_at": "2023-04-18T21:10:23Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:23,393 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.215s 2023-04-18 21:10:23,393 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "project_id": "2099f48eb3074db59d421677f1745df3", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b41cbef0-3584-4836-ae82-8930571651f4', 'date': 'Tue, 18 Apr 2023 21:10:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "777a52c9-3fc9-4f69-aec7-4c8d56a361bb", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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-18T21:10:23Z", "updated_at": "2023-04-18T21:10:23Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:23,580 79645 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.186s 2023-04-18 21:10:23,581 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "project_id": "2099f48eb3074db59d421677f1745df3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8050ad2d-d744-4356-a41d-10f0c2591229', 'date': 'Tue, 18 Apr 2023 21:10:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "18332c06-036d-4acf-85f5-e5d19920be68", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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-18T21:10:23Z", "updated_at": "2023-04-18T21:10:23Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:23,798 79645 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.216s 2023-04-18 21:10:23,798 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "project_id": "2099f48eb3074db59d421677f1745df3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'c ontent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-83aea9c6-6bc0-4e23-8233-6d7ec06fa201', 'date': 'Tue, 18 Apr 2023 21:10:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dc4b9e27-f82c-434f-8a8f-fc9d23785cb7", "tenant_id": "2099f48eb3074db59d421677f1745df3", "security_group_id": "5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c", "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-18T21:10:23Z", "updated_at": "2023-04-18T21:10:23Z", "revision_number": 0, "project_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:24,040 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes 0.240s 2023-04-18 21:10:24,041 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-298174320", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a37c4837-d76a-41a5-8116-f47f5321ada9', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a37c4837-d76a-41a5-8116-f47f5321ada9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes'} Body: b'{"volume": {"id": "1bb59c59-6e45-415d-a4ad-14c1e1491aff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:10:23.974892", "updated_at": null, "name": "tempest-TestStampPattern-volume-298174320", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff"}], "user_id": "61b68a1ae8c44aaaa0bb97687752cbf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:10:24,102 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff 0.051s 2023-04-18 21:10:24,102 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89806449-8cbd-4506-8592-c19797d40d55', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89806449-8cbd-4506-8592-c19797d40d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff'} Body: b'{"volume": {"id": "1bb59c59-6e45-415d-a4ad-14c1e1491aff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:10:24.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-298174320", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null , "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff"}], "user_id": "61b68a1ae8c44aaaa0bb97687752cbf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:25,157 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff 0.042s 2023-04-18 21:10:25,158 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10d077d7-d99e-4ddd-81c4-a942827eaf9f', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10d077d7-d99e-4ddd-81c4-a942827eaf9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff'} Body: b'{"volume": {"id": "1bb59c59-6e45-415d-a4ad-14c1e1491aff", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:10:24.000000", "updated_at": "2023-04-18T21:10:24.000000", "name": "tempest-TestStampPattern-volume-298174320", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff"}], "user_id": "61b68a1ae8c44aaaa0bb97687752cbf3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2099f48eb3074db59d421677f1745df3"}}' 2023-04-18 21:10:25,300 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff 0.130s 2023-04-18 21:10:25,300 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10: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-6e77677d-bc8f-4de5-9023-96254d9ac668', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff'} Body: b'' 2023-04-18 21:10:25,322 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff 0.022s 2023-04-18 21:10:25,323 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10: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-reque st-id': 'req-9dd429fe-6882-4cb3-a206-a4bd8c6b4cdc', 'x-openstack-request-id': 'req-9dd429fe-6882-4cb3-a206-a4bd8c6b4cdc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2099f48eb3074db59d421677f1745df3/volumes/1bb59c59-6e45-415d-a4ad-14c1e1491aff'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1bb59c59-6e45-415d-a4ad-14c1e1491aff could not be found."}}' 2023-04-18 21:10:25,489 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c 0.166s 2023-04-18 21:10:25,490 79645 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-5636bc3a-c3a2-420d-bc88-d074d0a16039', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:10:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5cc9f0e0-5e5d-4f17-8a0d-30b8fa517c5c'} Body: b'' 2023-04-18 21:10:25,536 79645 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1755189974 0.046s 2023-04-18 21:10:25,537 79645 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:25 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-dd305dbd-7605-40b3-a0e9-b9566aede9ee', 'x-compute-request-id': 'req-dd305dbd-7605-40b3-a0e9-b9566aede9ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1755189974'} 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 5d84a4a5-36d7-460b-bb10-5f06c7551d4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:09:16,523 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.210s 2023-04-18 21:09:16,523 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1007989708", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFQ/75ZkGOGFs5Qo8BGVDVCLYFdq5/IDLpTrEXKScyltocKGd5SSYETyaPcz4/VI8P0A9mJ5Nd7O/OadtwojjKOfxxuN/njgFtw0jNItD9xxuY0nRnOrqEucRQPV8C+ZkQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:16 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-f723f55b-1b65-4502-ae06-5e1426dfd99e', 'x-compute-request-id': 'req-f723f55b-1b65-4502-ae06-5e1426dfd99e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-1007989708", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFQ/75ZkGOGFs5Qo8BGVDVCLYFdq5/IDLpTrEXKScyltocKGd5SSYETyaPcz4/VI8P0A9mJ5Nd7O/OadtwojjKOfxxuN/njgFtw0jNItD9xxuY0nRnOrqEucRQPV8C+ZkQ==", "fingerprint": "9a:95:6d:07:12:2e:7b:9c:66:e2:9c:9c:a0:0e:0d:04", "user_id": "716420d635574ccaa1b646403117241e"}}' 2023-04-18 21:09:16,703 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.175s 2023-04-18 21:09:16,704 79649 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-330103830", "description": "tempest-secgroup-smoke-330103830 description", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-1b841491-8f63-4b1e-8d7c-0f2c32bcdf32', 'date': 'Tue, 18 Apr 2023 21:09:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "name": "tempest-secgroup-smoke-330103830", "stateful": true, "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "description": "tempest-secgroup-smoke-330103830 description", "shared": false, "security_group_rules": [{"id": "7662f0f5-1fff-4854-8bf2-0099e253536b", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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": 1009, "description": null, "tags": [], "created_at": "2023-04-18T21:09:16Z", "updated_at": "2023-04-18T21:09:16Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}, {"id": "f399e7ad-6a4c-499f-badb-7dea034c1062", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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": 1010, "description": null, "tags": [], "created_at": "2023-04-18T21:09:16Z", "updated_at": "2023-04-18T21:09:16Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}], "tags": [], "created_at": "2023-04-18T21:09:16Z", "updated_at": "2023-04-18T21:09:16Z", "revision_number": 1, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:16,908 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.203s 2023-04-18 21:09:16,909 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "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-36a77682-304d-4b57-9f5a-111a39e50c8b', 'date': 'Tue, 18 Apr 2023 21:09:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "52db94d1-32b9-4ac5-a236-80aec0e5e952", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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-18T21:09:16Z", "updated_at": "2023-04-18T21:09:16Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:17,102 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.193s 2023-04-18 21:09:17,103 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "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-d563ca7d-1b8a-44d7-98cf-298e87062c3e', 'date': 'Tue, 18 Apr 2023 21:09: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": "e10d1182-6d6d-4914-89da-1987efaeaa46", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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-18T21:09:16Z", "updated_at": "2023-04-18T21:09:16Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:17,295 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.191s 2023-04-18 21:09:17,295 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6ce77300-a9a4-4988-adec-4d8e19d3c675', 'date': 'Tue, 18 Apr 2023 21:09: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": "5b3395ae-3d7d-4895-989b-1269747987c8", "tenant_id": "dfb6a7cd 44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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-18T21:09:17Z", "updated_at": "2023-04-18T21:09:17Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:17,509 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.213s 2023-04-18 21:09:17,509 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-cfae9ee2-2410-4ecd-9f65-73dd29022b6c', 'date': 'Tue, 18 Apr 2023 21:09: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": "9064915c-0aa7-46cb-9c65-7c14bac2a325", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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-18T21:09:17Z", "updated_at": "2023-04-18T21:09:17Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:17,685 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-04-18 21:09:17,686 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-0e64bb61-9853-4b98-b153-0eaad1a87ee7', 'date': 'Tue, 18 Apr 2023 21:09: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": "c5193a21-2619-4300-91e2-79059a0d5c37", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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-18T21:09:17Z", "updated_at": "2023-04-18T21:09:17Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:17,855 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-18 21:09:17,856 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-t ype': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-2cdc84eb-24df-4e99-805d-e569f066394e', 'date': 'Tue, 18 Apr 2023 21:09: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": "e577bf2a-1870-43ab-a00f-4d10914b3877", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "security_group_id": "cccb23aa-dd79-4076-b063-9371dc68ce3f", "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-18T21:09:17Z", "updated_at": "2023-04-18T21:09:17Z", "revision_number": 0, "project_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:09:17,938 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.076s 2023-04-18 21:09:17,938 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:17 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-df5001fe-54b5-4f2c-b3d4-97eb179404fd', '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": "716420d635574ccaa1b646403117241e", "name": "tempest-SnapshotDataIntegrityTests-506713742-project-member", "password_expires_at": null}, "audit_ids": ["iI5T0DoFTta52mzuNJ2G5A"], "expires_at": "2023-04-18T22:09:17.000000Z", "issued_at": "2023-04-18T21:09:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dfb6a7cd44d54b0ba412649c8bbf6994", "name": "tempest-SnapshotDataIntegrityTests-506713742"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/dfb6a7cd44d54b0ba412649c8bbf6994", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "ur l": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:09:17,939 79649 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '7e521a80-8bb6-40e4-90b5-994f8140683b', 'name': 'tempest-SnapshotDataIntegrityTests-1617756611-network', 'tenant_id': 'dfb6a7cd44d54b0ba412649c8bbf6994', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'dfb6a7cd44d54b0ba412649c8bbf6994', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 24939, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:09:01Z', 'updated_at': '2023-04-18T21:09:01Z', 'revision_number': 1} available for tenant 2023-04-18 21:09:19,442 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 1.502s 2023-04-18 21:09:19,443 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1216443373", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-1007989708", "security_groups": [{"name": "tempest-secgroup-smoke-330103830"}], "networks": [{"uuid": "7e521a80-8bb6-40e4-90b5-994f8140683b"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-993dc192-31a3-4bbb-8fa3-143e83f034b6', 'x-compute-request-id': 'req-993dc192-31a3-4bbb-8fa3-143e83f034b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3ddddb36-e55d-4e94-9475-98f2d18f4b53", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-330103830"}], "adminPass": "zXFpX7H8Awfw"}}' 2023-04-18 21:09:19,507 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53 0.061s 2023-04-18 21:09:19,507 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:19 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-133791bc-4ddb-4e33-98e0-527ec1cb7b1c', 'x-compute-request-id': 'req-133791bc-4ddb-4e33-98e0-527ec1cb7b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53'} Body: b'{"server": {"id": "3ddddb36-e55d-4e94-9475-98f2d18f4b53", "name": "tempest-SnapshotDataIntegrityTests-server-1216443373", "status": "BUILD", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "user_id": "716420d635574ccaa1b646403117241e", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:19Z", "updated": "2023-04-18T21:09:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1007989708", "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-18 21:10:09,916 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53 0.347s 2023-04-18 21:10:09,916 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27c91f1b-d961-460d-ba22-4a70a3fb7928', 'x-compute-request-id': 'req-27c91f1b-d961-460d-ba22-4a70a3fb7928', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53'} Body: b'{"server": {"id": "3ddddb36-e55d-4e94-9475-98f2d18f4b53", "name": "tempest-SnapshotDataIntegrityTests-server-1216443373", "status": "ACTIVE", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "user_id": "716420d635574ccaa1b646403117241e", "metadata": {}, "hostId": "c3bee2adfa05b9ada4e6d833bd556b5e3643521fd9c694df5b64879e", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:19Z", "updated": "2023-04-18T21:09:27Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1617756611-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:9f:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1007989708", "OS-SRV-USG:launched_at": "2023-04-18T21:09:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-330103830"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:10:09,928 79649 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:11:10,193 79649 INFO [tempest.lib.common.rest_client] Reque st (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53 0.259s 2023-04-18 21:11:10,193 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08e83f40-1968-41fb-82ae-076e0d0b7155', 'x-compute-request-id': 'req-08e83f40-1968-41fb-82ae-076e0d0b7155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53'} Body: b'{"server": {"id": "3ddddb36-e55d-4e94-9475-98f2d18f4b53", "name": "tempest-SnapshotDataIntegrityTests-server-1216443373", "status": "ACTIVE", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "user_id": "716420d635574ccaa1b646403117241e", "metadata": {}, "hostId": "c3bee2adfa05b9ada4e6d833bd556b5e3643521fd9c694df5b64879e", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:19Z", "updated": "2023-04-18T21:09:27Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1617756611-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:9f:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1007989708", "OS-SRV-USG:launched_at": "2023-04-18T21:09:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-330103830"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 21:11:10,419 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes 0.214s 2023-04-18 21:11:10,420 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1427452655", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48153701-e6b3-4dd3-b715-8d9a091d2018', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48153701-e6b3-4dd3-b715-8d9a091d2018', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes'} Body: b'{"volume": {"id": "5d84a4a5-36d7-460b-bb10-5f06c7551d4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:10.360762", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1427452655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7 -460b-bb10-5f06c7551d4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a"}], "user_id": "716420d635574ccaa1b646403117241e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:11:10,471 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a 0.041s 2023-04-18 21:11:10,471 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5088a87f-ce79-4255-931f-a4353246d159', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5088a87f-ce79-4255-931f-a4353246d159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a'} Body: b'{"volume": {"id": "5d84a4a5-36d7-460b-bb10-5f06c7551d4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:10.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1427452655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a"}], "user_id": "716420d635574ccaa1b646403117241e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:11:11,573 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a 0.089s 2023-04-18 21:11:11,573 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea484c7f-679e-415c-b747-320ea5fdcdeb', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea484c7f-679e-415c-b747-320ea5fdcdeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a'} Body: b'{"volume": {"id": "5d84a4a5-36d7-460b-bb10-5f06c7551d4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:10.000000", "updated_at": "2023-04-18T21:11:10.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1427452655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a"}], "user_id": "716420d635574ccaa1b646403117241e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994"}}' 2023-04-18 21:11:11,694 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a 0.108s 2023-04-18 21:11:11,694 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11: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-f161ec4f-760d-42c5-ae1a-8bd05ba7239a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a'} Body: b'' 2023-04-18 21:11:11,720 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a 0.025s 2023-04-18 21:11:11,721 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11: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-408dc442-dffd-4468-93b8-eda1a83ef72c', 'x-openstack-request-id': 'req-408dc442-dffd-4468-93b8-eda1a83ef72c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dfb6a7cd44d54b0ba412649c8bbf6994/volumes/5d84a4a5-36d7-460b-bb10-5f06c7551d4a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5d84a4a5-36d7-460b-bb10-5f06c7551d4a could not be found."}}' 2023-04-18 21:11:11,862 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53 0.140s 2023-04-18 21:11:11,862 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11: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-9fa21df3-ef64-4596-84c7-56dcd10aa06f', 'x-compute-request-id': 'req-9fa21df3-ef64-4596-84c7-56dcd10aa06f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53'} Body: b'' 2023-04-18 21:11:12,396 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53 0.533s 2023-04-18 21:11:12,396 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cb046d6-625c-47e1-84d3-bbcb1ec70c4b', 'x-compute-request-id': 'req-0cb046d6-625c-47e1-84d3-bbcb1ec70c4b', 'connection': 'close', 'status': '200', 'content-l ocation': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53'} Body: b'{"server": {"id": "3ddddb36-e55d-4e94-9475-98f2d18f4b53", "name": "tempest-SnapshotDataIntegrityTests-server-1216443373", "status": "ACTIVE", "tenant_id": "dfb6a7cd44d54b0ba412649c8bbf6994", "user_id": "716420d635574ccaa1b646403117241e", "metadata": {}, "hostId": "c3bee2adfa05b9ada4e6d833bd556b5e3643521fd9c694df5b64879e", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:19Z", "updated": "2023-04-18T21:11:12Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1617756611-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:9f:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-1007989708", "OS-SRV-USG:launched_at": "2023-04-18T21:09:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-330103830"}], "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-18 21:12:02,505 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53 0.048s 2023-04-18 21:12:02,506 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12: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-3cdce3e8-ce81-45dd-b3d7-96a26147d94a', 'x-compute-request-id': 'req-3cdce3e8-ce81-45dd-b3d7-96a26147d94a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3ddddb36-e55d-4e94-9475-98f2d18f4b53'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3ddddb36-e55d-4e94-9475-98f2d18f4b53 could not be found."}}' 2023-04-18 21:12:02,729 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/cccb23aa-dd79-4076-b063-9371dc68ce3f 0.223s 2023-04-18 21:12:02,730 79649 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-b8a52938-82ac-43b9-b09b-5ec1546cdbd6', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 21:12:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cccb23aa-dd79-4076-b063-9371dc68ce3f'} Body: b'' 2023-04-18 21:12:02,773 79649 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1007989708 0.043s 2023-04-18 21:12:02,774 79649 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12: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-6a082bf5-2a5a-4d95-a72c-9f057e2939ff', 'x-compute-request-id': 'req-6a082bf5-2a5a-4d95-a72c-9f057e2939ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-1007989708'} Body: b'' 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 6b5dda93-3651-4725-9b8d-8feade7acbf9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:09:19,606 79665 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-18 21:09:19,606 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:19 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-f56a6610-b153-46de-8e1e-6c5fdc6d87c2', '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": "34c55355fe5446d3bdc59df2454f0ee0", "name": "tempest-VolumesActionsTest-431839314-project-member", "password_expires_at": null}, "audit_ids": ["29Bp_QuYSO-TddYxi-HwUw"], "expires_at": "2023-04-18T22:09:19.000000Z", "issued_at": "2023-04-18T21:09:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fb753655eb2547169eda59a72cc1bdbf", "name": "tempest-VolumesActionsTest-431839314"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fb753655eb2547169eda59a72cc1bdbf", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:09:19,607 79665 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '9a03f8ac-4964-4e76-b8ce-f2a36576da5d', 'name': 'tempest-VolumesActionsTest-134429777-network', 'tenant_id': 'fb753655eb2547169eda59a72cc1bdbf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fb753655eb2547169eda59a72cc1bdbf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'g eneve', 'provider:physical_network': None, 'provider:segmentation_id': 44424, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:09:16Z', 'updated_at': '2023-04-18T21:09:16Z', 'revision_number': 1} available for tenant 2023-04-18 21:09:21,418 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.810s 2023-04-18 21:09:21,419 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1369868248", "imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "flavorRef": "42", "networks": [{"uuid": "9a03f8ac-4964-4e76-b8ce-f2a36576da5d"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33cbf612-2509-4911-a8d2-b75fed714338', 'x-compute-request-id': 'req-33cbf612-2509-4911-a8d2-b75fed714338', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6285c504-c591-4a6b-a9bc-686d858b33fe", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "adudVEaYNLU2"}}' 2023-04-18 21:09:21,491 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe 0.069s 2023-04-18 21:09:21,492 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:09:21 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-af4300ef-ba8e-429c-ab16-e6949588cfb6', 'x-compute-request-id': 'req-af4300ef-ba8e-429c-ab16-e6949588cfb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe'} Body: b'{"server": {"id": "6285c504-c591-4a6b-a9bc-686d858b33fe", "name": "tempest-VolumesActionsTest-instance-1369868248", "status": "BUILD", "tenant_id": "fb753655eb2547169eda59a72cc1bdbf", "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "metadata": {}, "hostId": "", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:21Z", "updated": "2023-04-18T21:09:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}], "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-18 21:10:11,906 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe 0.372s 2023-04-18 21:10:11,906 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1486', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-999088fa-9171-425d-bcb3-50cd011d63a8', 'x-compute-request-id': 'req-999088fa-9171-425d-bcb3-50cd011d63a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe'} Body: b'{"server": {"id": "6285c504-c591-4a6b-a9bc-686d858b33fe", "name": "tempest-VolumesActionsTest-instance-1369868248", "status": "ACTIVE", "tenant_id": "fb753655eb2547169eda59a72cc1bdbf", "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "metadata": {}, "hostId": "5ad7f31d69cbe9cde4b6b85f1ac65fdb140c4a78d8bb124491fdeada", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:21Z", "updated": "2023-04-18T21:09:29Z", "addresses": {"tempest-VolumesActionsTest-134429777-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:dc:70"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:09:28.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-18 21:10:11,918 79665 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:11:12,262 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes 0.284s 2023-04-18 21:11:12,262 79665 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-2107499137"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf87032-be43-4d34-a9dd-cd9c027e0843', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf87032-be43-4d34-a9dd-cd9c027e0843', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes'} Body: b'{"volume": {"id": "6b5dda93-3651-4725-9b8d-8feade7acbf9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:12.186031", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2107499137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "so urce_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:11:12,315 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9 0.044s 2023-04-18 21:11:12,316 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72d246d5-7037-4dbe-96cc-b523d3407ed4', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72d246d5-7037-4dbe-96cc-b523d3407ed4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9'} Body: b'{"volume": {"id": "6b5dda93-3651-4725-9b8d-8feade7acbf9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:12.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2107499137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:11:13,369 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9 0.041s 2023-04-18 21:11:13,370 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcf034fd-2f65-4143-a521-237f556514b2', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcf034fd-2f65-4143-a521-237f556514b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9'} Body: b'{"volume": {"id": "6b5dda93-3651-4725-9b8d-8feade7acbf9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:12.000000", "updated_at": "2023-04-18T21:11:12.000000", "name": "tempest-VolumesActionsTest-Volume-2107499137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}], "user_id": "34c55355fe5446d3bdc5 9df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:11:13,421 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9 0.040s 2023-04-18 21:11:13,421 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a462517f-64ee-41b9-9fa6-d3aafcca93ce', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a462517f-64ee-41b9-9fa6-d3aafcca93ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9'} Body: b'{"volume": {"id": "6b5dda93-3651-4725-9b8d-8feade7acbf9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:11:12.000000", "updated_at": "2023-04-18T21:11:12.000000", "name": "tempest-VolumesActionsTest-Volume-2107499137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:11:13,530 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9 0.098s 2023-04-18 21:11:13,530 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11: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-457cdbe3-21ce-4f27-826a-6b5312b83d6a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9'} Body: b'' 2023-04-18 21:11:13,551 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9 0.020s 2023-04-18 21:11:13,551 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11: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-a3a73956-5404-45a0-b4e5-cc13dce966a1', 'x-openstack-request-id': 'req-a3a73956-5404-45a0-b4e5-cc13dce966a1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/6b5dda93-3651-4725-9b8d-8feade7acbf9'} Body: b'{"itemNotFound": {" code": 404, "message": "Volume 6b5dda93-3651-4725-9b8d-8feade7acbf9 could not be found."}}' 2023-04-18 21:11:13,702 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe 0.150s 2023-04-18 21:11:13,702 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:13 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-0c0e48a7-2b98-4133-9e82-414d90db7a6b', 'x-compute-request-id': 'req-0c0e48a7-2b98-4133-9e82-414d90db7a6b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe'} Body: b'' 2023-04-18 21:11:14,050 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe 0.348s 2023-04-18 21:11:14,051 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1a8d0af-f5d8-4a8c-86b0-c18c49869bd1', 'x-compute-request-id': 'req-b1a8d0af-f5d8-4a8c-86b0-c18c49869bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe'} Body: b'{"server": {"id": "6285c504-c591-4a6b-a9bc-686d858b33fe", "name": "tempest-VolumesActionsTest-instance-1369868248", "status": "ACTIVE", "tenant_id": "fb753655eb2547169eda59a72cc1bdbf", "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "metadata": {}, "hostId": "5ad7f31d69cbe9cde4b6b85f1ac65fdb140c4a78d8bb124491fdeada", "image": {"id": "2776403b-74df-489f-a4f5-d994ce6e9319", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2776403b-74df-489f-a4f5-d994ce6e9319"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:09:21Z", "updated": "2023-04-18T21:11:14Z", "addresses": {"tempest-VolumesActionsTest-134429777-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:dc:70"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6285c504-c591-4a6b-a9bc-686d858b33fe"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T21:09:28.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-18 21:12:04,106 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe 0.035s 2023-04-18 21:12:04,106 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:04 GMT', 'server': 'Apache/2.4.52 (Ubun tu)', '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-00e7c69f-9bbb-45a3-96a1-707edcf6be2e', 'x-compute-request-id': 'req-00e7c69f-9bbb-45a3-96a1-707edcf6be2e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6285c504-c591-4a6b-a9bc-686d858b33fe'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6285c504-c591-4a6b-a9bc-686d858b33fe 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 185fd45c-b64a-4dde-a63c-6b66bcd37c02 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:04,428 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes 0.318s 2023-04-18 21:12:04,428 79665 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-1316996818"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9d79537-911a-4fbf-94fb-11e0925e260d', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9d79537-911a-4fbf-94fb-11e0925e260d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes'} Body: b'{"volume": {"id": "185fd45c-b64a-4dde-a63c-6b66bcd37c02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:04.232259", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1316996818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:04,493 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02 0.056s 2023-04-18 21:12:04,493 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40df8b6e-489a-4452-9165-614fa50c45a8', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40df8b6e-489a-4452-9165-614fa50c45a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02'} Body: b'{"volume": {"id": "185fd45c-b64a-4dde-a63c-6b66bcd37c02", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:04.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1316996818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:05,543 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02 0.038s 2023-04-18 21:12:05,543 79665 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9be7e89-594c-4d4b-b4b4-6b8ea983e300', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9be7e89-594c-4d4b-b4b4-6b8ea983e300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02'} Body: b'{"volume": {"id": "185fd45c-b64a-4dde-a63c-6b66bcd37c02", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:04.000000", "updated_at": "2023-04-18T21:12:04.000000", "name": "tempest-VolumesActionsTest-Volume-1316996818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:05,602 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02 0.048s 2023-04-18 21:12:05,603 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60bf7b05-42b4-4f10-8a10-ceef424c895e', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60bf7b05-42b4-4f10-8a10-ceef424c895e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02'} Body: b'{"volume": {"id": "185fd45c-b64a-4dde-a63c-6b66bcd37c02", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:04.000000", "updated_at": "2023-04-18T21:12:04.000000", "name": "tempest-VolumesActionsTest-Volume-1316996818", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:05,715 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02 0.102s 2023-04-18 21:12:05,715 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-len gth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcf00d3a-c8ec-4943-8a23-ad30b6d6fc63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02'} Body: b'' 2023-04-18 21:12:05,740 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02 0.024s 2023-04-18 21:12:05,741 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6880829-67f4-40b1-9ff2-f61abdcbc73d', 'x-openstack-request-id': 'req-e6880829-67f4-40b1-9ff2-f61abdcbc73d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/185fd45c-b64a-4dde-a63c-6b66bcd37c02'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 185fd45c-b64a-4dde-a63c-6b66bcd37c02 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 50249412-4004-4982-8e03-5d73179acc31 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:05,927 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes 0.184s 2023-04-18 21:12:05,928 79665 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-95851304"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e56f5e18-c236-48ad-9af9-9b81741d6e9c', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e56f5e18-c236-48ad-9af9-9b81741d6e9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes'} Body: b'{"volume": {"id": "50249412-4004-4982-8e03-5d73179acc31", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:05.871881", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-95851304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:05,986 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31 0.049s 2023-04-18 21:12:05,986 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73ca799e-0cef-4e92-b071-f49fd86b6f26', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73ca799e-0cef-4e92-b071-f49fd86b6f26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31'} Body: b'{"volume": {"id": "50249412-4004-4982-8e03-5d73179acc31", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:06.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-95851304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:07,054 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31 0.057s 2023-04-18 21:12:07,055 79665 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e756969-10cf-4a12-bd51-5168dc8c146f', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e756969-10cf-4a12-bd51-5168dc8c146f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31'} Body: b'{"volume": {"id": "50249412-4004-4982-8e03-5d73179acc31", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:06.000000", "updated_at": "2023-04-18T21:12:06.000000", "name": "tempest-VolumesActionsTest-Volume-95851304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:07,148 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31 0.083s 2023-04-18 21:12:07,149 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aca1bb2-395a-458b-a4ea-93334dfeb391', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aca1bb2-395a-458b-a4ea-93334dfeb391', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31'} Body: b'{"volume": {"id": "50249412-4004-4982-8e03-5d73179acc31", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:06.000000", "updated_at": "2023-04-18T21:12:06.000000", "name": "tempest-VolumesActionsTest-Volume-95851304", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:07,266 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31 0.106s 2023-04-18 21:12:07,266 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'c ontent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dbdde2f-35e5-492b-9517-314e382639f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31'} Body: b'' 2023-04-18 21:12:07,289 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31 0.022s 2023-04-18 21:12:07,289 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12: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-434c2d3e-a21d-489d-a609-9162122e58d3', 'x-openstack-request-id': 'req-434c2d3e-a21d-489d-a609-9162122e58d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/50249412-4004-4982-8e03-5d73179acc31'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 50249412-4004-4982-8e03-5d73179acc31 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 35e74252-1be4-4e38-bcfc-07f8184d241c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:07,514 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes 0.223s 2023-04-18 21:12:07,515 79665 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-921786179"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e544967-fc02-45e9-a017-ce524c0830cb', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e544967-fc02-45e9-a017-ce524c0830cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes'} Body: b'{"volume": {"id": "35e74252-1be4-4e38-bcfc-07f8184d241c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:07.451875", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-921786179", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:07,572 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c 0.048s 2023-04-18 21:12:07,572 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-159de41b-f140-4ad0-aeb4-7551cd345684', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-159de41b-f140-4ad0-aeb4-7551cd345684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c'} Body: b'{"volume": {"id": "35e74252-1be4-4e38-bcfc-07f8184d241c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:07.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-921786179", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:08,628 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c 0.044s 2023-04-18 21:12:08,628 79665 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1209437-ee06-4e87-b460-8e4aa2bd8af1', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1209437-ee06-4e87-b460-8e4aa2bd8af1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c'} Body: b'{"volume": {"id": "35e74252-1be4-4e38-bcfc-07f8184d241c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:07.000000", "updated_at": "2023-04-18T21:12:08.000000", "name": "tempest-VolumesActionsTest-Volume-921786179", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:08,685 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c 0.046s 2023-04-18 21:12:08,686 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2f51157-29e9-4fc7-890e-121816504b07', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f51157-29e9-4fc7-890e-121816504b07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c'} Body: b'{"volume": {"id": "35e74252-1be4-4e38-bcfc-07f8184d241c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:07.000000", "updated_at": "2023-04-18T21:12:08.000000", "name": "tempest-VolumesActionsTest-Volume-921786179", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:08,797 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c 0.099s 2023-04-18 21:12:08,797 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'conte nt-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10ea2589-ecfc-4c10-b7c6-f3e6cbeb2d97', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c'} Body: b'' 2023-04-18 21:12:08,822 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c 0.024s 2023-04-18 21:12:08,822 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c8a84ce-30b2-466a-b117-a0007cf0b304', 'x-openstack-request-id': 'req-0c8a84ce-30b2-466a-b117-a0007cf0b304', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/35e74252-1be4-4e38-bcfc-07f8184d241c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 35e74252-1be4-4e38-bcfc-07f8184d241c 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 128be740-91c9-4340-bab9-7f88a63d97a9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:09,012 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes 0.186s 2023-04-18 21:12:09,012 79665 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-525776491"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d386c675-4512-4a21-ae5d-7acb00621166', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d386c675-4512-4a21-ae5d-7acb00621166', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes'} Body: b'{"volume": {"id": "128be740-91c9-4340-bab9-7f88a63d97a9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:08.954169", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-525776491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:09,060 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9 0.038s 2023-04-18 21:12:09,060 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c48bb977-e262-4b0c-bb9f-e19fe28c8b45', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c48bb977-e262-4b0c-bb9f-e19fe28c8b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9'} Body: b'{"volume": {"id": "128be740-91c9-4340-bab9-7f88a63d97a9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:09.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-525776491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:10,111 79665 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/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9 0.039s 2023-04-18 21:12:10,111 79665 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bffd05ce-d349-4399-8d88-668e02f02d5b', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bffd05ce-d349-4399-8d88-668e02f02d5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9'} Body: b'{"volume": {"id": "128be740-91c9-4340-bab9-7f88a63d97a9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:09.000000", "updated_at": "2023-04-18T21:12:09.000000", "name": "tempest-VolumesActionsTest-Volume-525776491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:10,166 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9 0.043s 2023-04-18 21:12:10,166 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88442c2b-869b-4367-94a2-ef1b8eea4122', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88442c2b-869b-4367-94a2-ef1b8eea4122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9'} Body: b'{"volume": {"id": "128be740-91c9-4340-bab9-7f88a63d97a9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:09.000000", "updated_at": "2023-04-18T21:12:09.000000", "name": "tempest-VolumesActionsTest-Volume-525776491", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:10,317 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9 0.138s 2023-04-18 21:12:10,317 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:10 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-3f555f5f-6b61-4c1c-a312-f68bbc66cf11', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9'} Body: b'' 2023-04-18 21:12:10,338 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9 0.021s 2023-04-18 21:12:10,338 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdbd7016-2bc4-4bd2-841f-4a2f31b8ba6d', 'x-openstack-request-id': 'req-bdbd7016-2bc4-4bd2-841f-4a2f31b8ba6d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/128be740-91c9-4340-bab9-7f88a63d97a9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 128be740-91c9-4340-bab9-7f88a63d97a9 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 21faf931-6be5-4b2d-b999-edd5abb3574f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:10,524 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes 0.182s 2023-04-18 21:12:10,525 79665 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-235564982"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ab072a5-43c8-4398-a089-b6595e80a745', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ab072a5-43c8-4398-a089-b6595e80a745', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes'} Body: b'{"volume": {"id": "21faf931-6be5-4b2d-b999-edd5abb3574f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:10.463768", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-235564982", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:10,593 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f 0.059s 2023-04-18 21:12:10,593 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-702cfb9c-41f3-43ef-9e3b-ee6198eca370', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-702cfb9c-41f3-43ef-9e3b-ee6198eca370', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f'} Body: b'{"volume": {"id": "21faf931-6be5-4b2d-b999-edd5abb3574f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:10.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-235564982", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:11,645 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f 0.040s 2023-04-18 21:12:11,645 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12795f7d-2b01-4144-ae8f-527dbcedc225', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12795f7d-2b01-4144-ae8f-527dbcedc225', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f'} Body: b'{"volume": {"id": "21faf931-6be5-4b2d-b999-edd5abb3574f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:10.000000", "updated_at": "2023-04-18T21:12:11.000000", "name": "tempest-VolumesActionsTest-Volume-235564982", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:11,698 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f 0.040s 2023-04-18 21:12:11,699 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-885d8e0c-8b8e-4407-bb7f-4393b2922a9d', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-885d8e0c-8b8e-4407-bb7f-4393b2922a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f'} Body: b'{"volume": {"id": "21faf931-6be5-4b2d-b999-edd5abb3574f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:10.000000", "updated_at": "2023-04-18T21:12:11.000000", "name": "tempest-VolumesActionsTest-Volume-235564982", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f"}], "user_id": "34c55355fe5446d3bdc59df2454f0ee0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fb753655eb2547169eda59a72cc1bdbf"}}' 2023-04-18 21:12:11,811 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f 0.100s 2023-04-18 21:12:11,811 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12: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-2b6cf9b0-c4a7-4851-94b9-3ffbc9cb735c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f'} Body: b'' 2023-04-18 21:12:11,832 79665 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f 0.020s 2023-04-18 21:12:11,832 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12: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-2b674bc1-8464-4f2d-9e72-37036b0a0b98', 'x-openstack-request-id': 'req-2b674bc1-8464-4f2d-9e72-37036b0a0b98', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fb753655eb2547169eda59a72cc1bdbf/volumes/21faf931-6be5-4b2d-b999-edd5abb3574f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21faf931-6be5-4b2d-b999-edd5abb3574f could not be found."}}' tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 926720f7-0463-46cb-b266-8f66537e69ce failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:15,505 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319 0.186s 2023-04-18 21:12:15,506 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9091120d-fa50-4a8c-b705-fb3507d1f490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319'} 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": "c632e91ad6094e64bffd3238abcf6a20", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "2776403b-74df-489f-a4f5-d994ce6e9319", "created_at": "2023-04-18T20:53:51Z", "updated_at": "2023-04-18T20:53:53Z", "tags": [], "self": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319", "file": "/v2/images/2776403b-74df-489f-a4f5-d994ce6e9319/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:12:15,867 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes 0.360s 2023-04-18 21:12:15,867 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-VolumesCloneTest-Volume-308233220"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5ff2d6e-a82e-4b1a-801a-1d553e2130c8', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5ff2d6e-a82e-4b1a-801a-1d553e2130c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes'} Body: b'{"volume": {"id": "926720f7-0463-46cb-b266-8f66537e69ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:15.812132", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-308233220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:15,915 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce 0.038s 2023-04-18 21:12:15,915 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f128617-c113-49f7-873f-c866a510955b', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f128617-c113-49f7-873f-c866a510955b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce'} Body: b'{"volume": {"id": "926720f7-0463-46cb-b266-8f66537e69ce", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:16.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-308233220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a776024f464b453ba95cb85993cbf76a"}}' 2023-04-18 21:12:16,970 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce 0.043s 2023-04-18 21:12:16,971 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4c5c3bb-5360-4565-b8ab-d2bd2ff57c42', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4c5c3bb-5360-4565-b8ab-d2bd2ff57c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce'} Body: b'{"volume": {"id": "926720f7-0463-46cb-b266-8f66537e69ce", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:16.000000", "updated_at": "2023-04-18T21:12:16.000000", "name": "tempest-VolumesCloneTest-Volume-308233220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a776024f464b453ba95cb85993cbf76a"}}' 2023-04-18 21:12:17,020 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce 0.037s 2023-04-18 21:12:17,020 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1952fe53-4642-4424-ab96-f28f17a17b64', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1952fe53-4642-4424-ab96-f28f17a17b64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce'} Body: b'{"volume": {"id": "926720f7-0463-46cb-b266-8f66537e69ce", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:16.000000", "updated_at": "2023-04-18T21:12:16.000000", "name": "tempest-VolumesCloneTest-Volume-308233220", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a776024f464b453ba95cb85993cbf76a"}}' 2023-04-18 21:12:17,129 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce 0.098s 2023-04-18 21:12:17,129 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b788759-51bd-49c8-9e5d-c4e707a91b4f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce'} Body: b'' 2023-04-18 21:12:17,152 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce 0.022s 2023-04-18 21:12:17,152 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a4b2923-cf2c-42ad-aa67-b9da8aebc6e5', 'x-openstack-request-id': 'req-5a4b2923-cf2c-42ad-aa67-b9da8aebc6e5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/926720f7-0463-46cb-b266-8f66537e69ce'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 926720f7-0463-46cb-b266-8f66537e69ce 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 61b0024d-a050-4be3-b853-399bdb755c01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:17,349 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes 0.194s 2023-04-18 21:12:17,349 79665 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-1073174067"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d770c278-cdd7-4550-a06b-8e423310c381', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d770c278-cdd7-4550-a06b-8e423310c381', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes'} Body: b'{"volume": {"id": "61b0024d-a050-4be3-b853-399bdb755c01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:17.270041", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1073174067", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:17,395 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01 0.037s 2023-04-18 21:12:17,396 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a94ebef-f001-4f1b-bc7a-c4719bf6ace5', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a94ebef-f001-4f1b-bc7a-c4719bf6ace5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01'} Body: b'{"volume": {"id": "61b0024d-a050-4be3-b853-399bdb755c01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:17.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1073174067", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a776024f464b453ba95cb85993cbf76a"}}' 2023-04-18 21:12:18,454 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01 0.047s 2023-04-18 21:12:18,454 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f61763a9-1f22-43fd-b0c3-b12cf92b6d88', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f61763a9-1f22-43fd-b0c3-b12cf92b6d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01'} Body: b'{"volume": {"id": "61b0024d-a050-4be3-b853-399bdb755c01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:17.000000", "updated_at": "2023-04-18T21:12:17.000000", "name": "tempest-VolumesCloneTest-Volume-1073174067", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a776024f464b453ba95cb85993cbf76a"}}' 2023-04-18 21:12:18,526 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01 0.061s 2023-04-18 21:12:18,526 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44715b06-c5a7-4703-82dc-597648f6bb10', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44715b06-c5a7-4703-82dc-597648f6bb10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01'} Body: b'{"volume": {"id": "61b0024d-a050-4be3-b853-399bdb755c01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:17.000000", "updated_at": "2023-04-18T21:12:17.000000", "name": "tempest-VolumesCloneTest-Volume-1073174067", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01"}], "user_id": "1536b7a7aae34f32aa8eb5863128804b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a776024f464b453ba95cb85993cbf76a"}}' 2023-04-18 21:12:18,645 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01 0.108s 2023-04-18 21:12:18,645 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:18 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-8d279e46-f847-4f7a-9ac0-5a62d303d94d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01'} Body: b'' 2023-04-18 21:12:18,671 79665 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01 0.025s 2023-04-18 21:12:18,672 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9ae250f-1e8e-424b-b09f-d146266164c3', 'x-openstack-request-id': 'req-a9ae250f-1e8e-424b-b09f-d146266164c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a776024f464b453ba95cb85993cbf76a/volumes/61b0024d-a050-4be3-b853-399bdb755c01'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 61b0024d-a050-4be3-b853-399bdb755c01 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 042e66d5-283d-4f06-93f9-8df2bd38fba5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:12:20,819 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes 0.357s 2023-04-18 21:12:20,819 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-757509644"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8999667-6269-4c16-b609-c2442d7803ed', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8999667-6269-4c16-b609-c2442d7803ed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes'} Body: b'{"volume": {"id": "042e66d5-283d-4f06-93f9-8df2bd38fba5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:20.760641", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-757509644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:21,017 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes 0.188s 2023-04-18 21:12:21,017 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-517281074"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a78b5ac0-8c9a-40a3-a045-a552cc6403dc', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a78b5ac0-8c9a-40a3-a045-a552cc6403dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes'} Body: b'{"volume": {"id": "2fe084e4-ab10-4c61-ad04-0846eb503c46", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:20.957197", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-517281074", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/2fe084e4-ab10-4c61-ad04-0846eb503c46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/2fe084e4-ab10-4c61-ad04-0846eb503c46"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:21,262 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes 0.235s 2023-04-18 21:12:21,262 79665 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-97394941"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6219d38-fdbf-4987-b2a4-681c29b68f24', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6219d38-fdbf-4987-b2a4-681c29b68f24', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes'} Body: b'{"volume": {"id": "70abf991-e12f-4265-af9c-14aa89f24350", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:21.199558", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-97394941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/70abf991-e12f-4265-af9c-14aa89f24350"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/70abf991-e12f-4265-af9c-14aa89f24350"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:21,558 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes 0.285s 2023-04-18 21:12:21,559 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1511179397"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c33b34ba-e7bf-4ac4-a62c-737d1ecf2880', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c33b34ba-e7bf-4ac4-a62c-737d1ecf2880', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes'} Body: b'{"volume": {"id": "4a8828a3-97cd-4587-af80-7aef3d0d63f2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:21.493738", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1511179397", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/4a8828a3-97cd-4587-af80-7aef3d0d63f2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/4a8828a3-97cd-4587-af80-7aef3d0d63f2"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:21,751 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes 0.184s 2023-04-18 21:12:21,752 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "2776403b-74df-489f-a4f5-d994ce6e9319", "size": 1, "name": "tempest-CreateVolumesFr omImageTest-Volume-992884943"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed59f13c-211b-4bc5-9505-479863b33934', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed59f13c-211b-4bc5-9505-479863b33934', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes'} Body: b'{"volume": {"id": "51cd8b9c-9e36-42d1-a8e6-9baa980b1c0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:21.693615", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-992884943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/51cd8b9c-9e36-42d1-a8e6-9baa980b1c0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/51cd8b9c-9e36-42d1-a8e6-9baa980b1c0e"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:21,802 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5 0.041s 2023-04-18 21:12:21,803 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd8ac25e-3af6-4a4f-8e57-c73630713a3f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd8ac25e-3af6-4a4f-8e57-c73630713a3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5'} Body: b'{"volume": {"id": "042e66d5-283d-4f06-93f9-8df2bd38fba5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:21.000000", "updated_at": "2023-04-18T21:12:21.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-757509644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2665d5e8882d47ba8396b5d6665393fb"}}' 2023-04-18 21:12:22,856 79665 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5 0.039s 2023-04-18 21:12:22,856 79665 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e759bca-92cd-4e78-b65d-615d3385d5c6', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-op enstack-request-id': 'req-2e759bca-92cd-4e78-b65d-615d3385d5c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5'} Body: b'{"volume": {"id": "042e66d5-283d-4f06-93f9-8df2bd38fba5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:21.000000", "updated_at": "2023-04-18T21:12:21.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-757509644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2665d5e8882d47ba8396b5d6665393fb/volumes/042e66d5-283d-4f06-93f9-8df2bd38fba5"}], "user_id": "f1ae15f325cf426a850ed71bea8d06b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2665d5e8882d47ba8396b5d6665393fb"}}' 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 2f06a1c1-c21e-4b92-966a-587ffed98481 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 21:10:09,448 79667 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-18 21:10:10,189 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.740s 2023-04-18 21:10:10,190 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--697169761", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-55f332a3-ee79-459d-b471-da72add8a849', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--697169761", "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": "88559f8fa16b4a939cf83eddb216a4fe", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "created_at": "2023-04-18T21:10:10Z", "updated_at": "2023-04-18T21:10:10Z", "tags": [], "self": "/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "file": "/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882/file", "schema": "/v2/schemas/image"}' 2023-04-18 21:10:11,697 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882/file 1.506s 2023-04-18 21:10:11,697 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ab57ab79-219d-45c5-b928-2c04c9f35f41', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882/file'} Body: b'' 2023-04-18 21:10:11,697 79667 DEBUG [tempest.scenario.manager] image:cbd93b53-8c6f-421c-830c-ab4ff9bf0882 2023-04-18 21:10:11,769 79667 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.069s 2023-04-18 21:10:11,770 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1690048903", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI50Cb2+Tgl9v8MAbpcgw73CT4PHExVraf2TcEYOgGvjJaHUfa1duPjfeTpM140BFt7Vr0EdU74epRo7tjYCYyLpNqUycpyjncP8e8tYiFBf9mLcEgLHIvde+UA4QaIBpg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:11 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-9bc786c5-5133-4f09-afac-9b6249423648', 'x-compute-request-id': 'req-9bc786c5-5133-4f09-afac-9b6249423648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-16900 48903", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI50Cb2+Tgl9v8MAbpcgw73CT4PHExVraf2TcEYOgGvjJaHUfa1duPjfeTpM140BFt7Vr0EdU74epRo7tjYCYyLpNqUycpyjncP8e8tYiFBf9mLcEgLHIvde+UA4QaIBpg==", "fingerprint": "ea:f2:8f:85:48:d2:c6:13:9a:23:39:bb:60:c1:6c:74", "user_id": "8c2d545b5459472990722072dcf2095c"}}' 2023-04-18 21:10:11,889 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.108s 2023-04-18 21:10:11,890 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cf2a1384-3a6a-4b68-97a8-cf4f57d1e96d', '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": "8c2d545b5459472990722072dcf2095c", "name": "tempest-TestMinimumBasicScenario-1842059004-project-member", "password_expires_at": null}, "audit_ids": ["O3_8G1RFRa67N0Qe4lr10A"], "expires_at": "2023-04-18T22:10:11.000000Z", "issued_at": "2023-04-18T21:10:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88559f8fa16b4a939cf83eddb216a4fe", "name": "tempest-TestMinimumBasicScenario-1842059004"}, "is_domain": false, "roles": [{"id": "b7815e4ebba64ccc8726c0bca2fa9a0e", "name": "reader"}, {"id": "550efa0b05be454789dd872b394709e1", "name": "member"}], "catalog": [{"endpoints": [{"id": "beb67783cceb41d7a700d1666a6dbf07", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "0f922de7e7804f11b1f5cdb0a1f79b56", "type": "image", "name": "glance"}, {"endpoints": [{"id": "40d4425f3e224389b90df16a5d29f050", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe", "region": "RegionOne"}], "id": "46406f42b55a4fa1800f02c07bd647c3", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "ccafadeb1a7d412aa572b53d388a0d14", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe", "region": "RegionOne"}], "id": "5eeecb07ed4d4aaa8868a7686d94132e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9c2e4afb3774411cbda19af59a29287e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "8d054570b70f4d11a1c2dfe803c39f22", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "195560e81b3c4db79eac4e8af7b329d9", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "9cc162c5f29a4a9da9232388d9c844e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8a0f010d86c843da933f76f9771769ae", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/88559f8fa16b4a939cf83eddb216a4fe", "region": "RegionOne"}], "id": "ae8d42b9e4b34ca79b5149d8a979fd8d", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e4d4bd4c6f114e98bacef9749503191d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "c3da20d97a8e4f84a7228b29bc86c599", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "f638af8c50d24cff845b5e615d9a71dc", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "fd0bfdb026b6418ba2de9ee7ecf766a2", "type": "compute", "name": "nova"}]}}' 2023-04-18 21:10:11,890 79667 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found networ k {'id': 'bbd69050-7c4f-467f-831b-bff2a5009ae5', 'name': 'tempest-TestMinimumBasicScenario-1889802285-network', 'tenant_id': '88559f8fa16b4a939cf83eddb216a4fe', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '88559f8fa16b4a939cf83eddb216a4fe', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37999, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T21:07:10Z', 'updated_at': '2023-04-18T21:07:10Z', 'revision_number': 1} available for tenant 2023-04-18 21:10:13,224 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 1.333s 2023-04-18 21:10:13,225 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1275240248", "imageRef": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1690048903", "networks": [{"uuid": "bbd69050-7c4f-467f-831b-bff2a5009ae5"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c407ebbc-ecfc-4a23-a8e4-4b74ae759ab7', 'x-compute-request-id': 'req-c407ebbc-ecfc-4a23-a8e4-4b74ae759ab7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "bm4FGubcjwxJ"}}' 2023-04-18 21:10:13,307 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.080s 2023-04-18 21:10:13,308 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:10:13 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-207f3b06-4bbe-473d-b793-dbdc3108b633', 'x-compute-request-id': 'req-207f3b06-4bbe-473d-b793-dbdc3108b633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856'} Body: b'{"server": {"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "name": "tempest-TestMinimumBasicScenario-server-1275240248", "status": "BUILD", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "", "image": {"id": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:10:13Z", "updated": "2023-04-18T21:10:13Z", "addresses": {}, " accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1690048903", "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-18 21:11:03,612 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.261s 2023-04-18 21:11:03,612 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:11:03 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-643465c7-cf56-491d-809f-1438a0726643', 'x-compute-request-id': 'req-643465c7-cf56-491d-809f-1438a0726643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856'} Body: b'{"server": {"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "name": "tempest-TestMinimumBasicScenario-server-1275240248", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:10:13Z", "updated": "2023-04-18T21:10:21Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:ef:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1690048903", "OS-SRV-USG:launched_at": "2023-04-18T21:10:20.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-18 21:11:03,624 79667 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 21:12:03,936 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.251s 2023-04-18 21:12:03,936 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:03 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-b970e0e7-7953-4bc2-8357-c9b7f43174c5', 'x-compute-request-id': 'req-b970e0e7-7953-4bc2-8357-c9b7f43174c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856'} Body: b'{"server": {"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "name": "tempest-TestMinimumBasicScenario-server-1275240248", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:10:13Z", "updated": "2023-04-18T21:10:21Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:ef:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1690048903", "OS-SRV-USG:launched_at": "2023-04-18T21:10:20.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-18 21:12:04,191 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.243s 2023-04-18 21:12:04,192 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:03 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-849c59b5-ca3a-4c32-b6e1-0ab606f23eb5', 'x-compute-request-id': 'req-849c59b5-ca3a-4c32-b6e1-0ab606f23eb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "name": "tempest-TestMinimumBasicScenario-server-1275240248", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}]}]}' 2023-04-18 21:12:04,431 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.236s 2023-04-18 21:12:04,431 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:04 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-5f1084f7-e6a1-453d-92e0-ce99016f4759', 'x-compute-request-id': 'req-5f1084f7-e6a1-453d-92e0-ce99016f4759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a 63e-40e1-aa91-113d41b56856'} Body: b'{"server": {"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "name": "tempest-TestMinimumBasicScenario-server-1275240248", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:10:13Z", "updated": "2023-04-18T21:10:21Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:ef:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1690048903", "OS-SRV-USG:launched_at": "2023-04-18T21:10:20.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-18 21:12:04,665 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes 0.222s 2023-04-18 21:12:04,666 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-668772141", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d78987c8-919d-45fa-acd5-119b9514ff38', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d78987c8-919d-45fa-acd5-119b9514ff38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes'} Body: b'{"volume": {"id": "2f06a1c1-c21e-4b92-966a-587ffed98481", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:04.598355", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-668772141", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481"}], "user_id": "8c2d545b5459472990722072dcf2095c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 21:12:04,713 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481 0.038s 2023-04-18 21:12:04,714 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8cf3f17-ded7-487d-a757-2841a405cad7', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8cf3f17-ded7-487d-a757-2841a405cad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481'} Body: b'{"volume": {"id": "2f06a1c1-c21e-4b92-966a-587ffed98481", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:05.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-668772141", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481"}], "user_id": "8c2d545b5459472990722072dcf2095c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88559f8fa16b4a939cf83eddb216a4fe"}}' 2023-04-18 21:12:05,772 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481 0.047s 2023-04-18 21:12:05,772 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56330a86-a899-44ec-b93f-a22f7604f178', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56330a86-a899-44ec-b93f-a22f7604f178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481'} Body: b'{"volume": {"id": "2f06a1c1-c21e-4b92-966a-587ffed98481", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T21:12:05.000000", "updated_at": "2023-04-18T21:12:05.000000", "name": "tempest-TestMinimumBasicScenario-volume-668772141", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481"}], "user_id": "8c2d545b5459472990722072dcf2095c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88559f8fa16b4a939cf83eddb216a4fe"}}' 2023-04-18 21:12:05,933 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481 0.150s 2023-04-18 21:12:05,933 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d657dd56-4b73-434c-91eb-fc828e59cd85', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ 88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481'} Body: b'' 2023-04-18 21:12:05,956 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481 0.022s 2023-04-18 21:12:05,956 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-07be2657-d1ff-4b81-b229-1b06e92693fd', 'x-openstack-request-id': 'req-07be2657-d1ff-4b81-b229-1b06e92693fd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/88559f8fa16b4a939cf83eddb216a4fe/volumes/2f06a1c1-c21e-4b92-966a-587ffed98481'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2f06a1c1-c21e-4b92-966a-587ffed98481 could not be found."}}' 2023-04-18 21:12:06,079 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.122s 2023-04-18 21:12:06,080 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17cf33db-9428-4635-bf9b-d96d49c59e06', 'x-compute-request-id': 'req-17cf33db-9428-4635-bf9b-d96d49c59e06', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856'} Body: b'' 2023-04-18 21:12:06,382 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.302s 2023-04-18 21:12:06,383 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:06 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-3d1bc964-c15c-4ffe-b312-3236df60ee25', 'x-compute-request-id': 'req-3d1bc964-c15c-4ffe-b312-3236df60ee25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856'} Body: b'{"server": {"id": "b43dfa4e-a63e-40e1-aa91-113d41b56856", "name": "tempest-TestMinimumBasicScenario-server-1275240248", "status": "ACTIVE", "tenant_id": "88559f8fa16b4a939cf83eddb216a4fe", "user_id": "8c2d545b5459472990722072dcf2095c", "metadata": {}, "hostId": "3489f144fbfc93192529dbd5e3edc9cbbe2dc14f6bae636ca24a3427", "image": {"id": "cbd93b53-8c6f-421c-830c-ab4ff9bf0882", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T21:10:13Z", "updated": "2023-04-18T21:12:06Z", "addresses": {"tempest-TestMinimumBasicScenario-1889802285-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b5:ef:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1690048903", "OS-SRV-USG:launched_at": "2023-04-18T21:10:20.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-18 21:12:56,704 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856 0.258s 2023-04-18 21:12:56,705 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:56 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-1d4e8cc4-4fd5-4e47-a0b4-1c9ac6286d1a', 'x-compute-request-id': 'req-1d4e8cc4-4fd5-4e47-a0b4-1c9ac6286d1a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b43dfa4e-a63e-40e1-aa91-113d41b56856'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b43dfa4e-a63e-40e1-aa91-113d41b56856 could not be found."}}' 2023-04-18 21:12:56,748 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1690048903 0.042s 2023-04-18 21:12:56,748 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fa4b9c7-995e-4565-b6d0-e5a02035a636', 'x-compute-request-id': 'req-6fa4b9c7-995e-4565-b6d0-e5a02035a636', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1690048903'} Body: b'' 2023-04-18 21:12:57,033 79667 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882 0.284s 2023-04-18 21:12:57,033 79667 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 21:12:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f39c4765-6663-4e36-a51f-ed6c2a3869a4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/cbd93b53-8c6f-421c-830c-ab4ff9bf0882'} Body: b'' ====== Totals ====== Ran: 198 tests in 947.3404 sec. - Passed: 75 - Skipped: 27 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 96 Sum of execute time for each test: 3861.3891 sec. ============== Worker Balance ============== - Worker 0 (11 tests) => 0:13:04.621569 - Worker 1 (25 tests) => 0:02:23.730499 - Worker 2 (13 tests) => 0:14:05.660213 - Worker 3 (23 tests) => 0:00:49.179622 - Worker 4 (20 tests) => 0:01:12.492729 - Worker 5 (15 tests) => 0:01:23.281677 - Worker 6 (16 tests) => 0:05:58.093479 - Worker 7 (10 tests) => 0:09:52.590016 - Worker 8 (12 tests) => 0:06:04.473754 - Worker 9 (14 tests) => 0:03:21.900256 - Worker 10 (22 tests) => 0:15:13.004556 - Worker 11 (17 tests) => 0:14:55.797252 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed